Skip to content

Commit 6280439

Browse files
committed
Roll up bootsnap, passenger, and vite updates
1 parent c1fd387 commit 6280439

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ GEM
118118
rails (>= 6.1, < 8.1)
119119
view_component (>= 2.74, < 4)
120120
zeitwerk
121-
bootsnap (1.24.5)
121+
bootsnap (1.24.6)
122122
msgpack (~> 1.2)
123123
bootstrap (4.6.2.1)
124124
autoprefixer-rails (>= 9.1.0)
@@ -352,7 +352,7 @@ GEM
352352
mini_portile2 (2.8.9)
353353
minitar (1.1.0)
354354
minitest (5.27.0)
355-
msgpack (1.8.0)
355+
msgpack (1.8.3)
356356
multi_json (1.20.1)
357357
multi_xml (0.8.1)
358358
bigdecimal (>= 3.1, < 5)
@@ -392,7 +392,7 @@ GEM
392392
ast (~> 2.4.1)
393393
racc
394394
parslet (2.0.0)
395-
passenger (6.1.3)
395+
passenger (6.1.7)
396396
logger (>= 1.7.0)
397397
rack (>= 1.6.13)
398398
rackup (>= 1.0.1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"devDependencies": {
77
"axe-core": "^4.10.3",
8-
"vite": "^6.4.2",
8+
"vite": "^6.4.3",
99
"vite-plugin-rails": "^0.5.0",
1010
"vite-plugin-ruby": "^5.1.1"
1111
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1769,10 +1769,10 @@ vite-plugin-stimulus-hmr@^3.0.0:
17691769
debug "^4.3"
17701770
stimulus-vite-helpers "^3.0.0"
17711771

1772-
vite@^6.4.2:
1773-
version "6.4.2"
1774-
resolved "https://registry.yarnpkg.com/vite/-/vite-6.4.2.tgz#a4e548ca3a90ca9f3724582cab35e1ba15efc6f2"
1775-
integrity sha512-2N/55r4JDJ4gdrCvGgINMy+HH3iRpNIz8K6SFwVsA+JbQScLiC+clmAxBgwiSPgcG9U15QmvqCGWzMbqda5zGQ==
1772+
vite@^6.4.3:
1773+
version "6.4.3"
1774+
resolved "https://registry.yarnpkg.com/vite/-/vite-6.4.3.tgz#85a164db7ce706f2a776812efa2b340f1721858e"
1775+
integrity sha512-NTKlcQjlAK7MlQoyb6LgaqHc8sso/pVyUJYWMws3jg21uTJw/LddqIFPcPqP6PzpgbIcZyKI85sFE4HBrQDA8A==
17761776
dependencies:
17771777
esbuild "^0.25.0"
17781778
fdir "^6.4.4"

0 commit comments

Comments
 (0)