Skip to content

Commit be0d97c

Browse files
chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates (#3255)
Bumps the npm_and_yarn group with 2 updates in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and [nanoid](https://github.com/ai/nanoid). Updates `vite` from 6.2.2 to 6.2.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/releases">vite's releases</a>.</em></p> <blockquote> <h2>v6.2.3</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v6.2.3/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/blob/v6.2.3/packages/vite/CHANGELOG.md">vite's changelog</a>.</em></p> <blockquote> <h2><!-- raw HTML omitted -->6.2.3 (2025-03-24)<!-- raw HTML omitted --></h2> <ul> <li>fix: fs raw query with query separators (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19702">#19702</a>) (<a href="https://github.com/vitejs/vite/commit/f234b5744d8b74c95535a7b82cc88ed2144263c1">f234b57</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/19702">#19702</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/16869d7c9917eb58d9a0101e30064ab65e64fa91"><code>16869d7</code></a> release: v6.2.3</li> <li><a href="https://github.com/vitejs/vite/commit/f234b5744d8b74c95535a7b82cc88ed2144263c1"><code>f234b57</code></a> fix: fs raw query with query separators (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/19702">#19702</a>)</li> <li>See full diff in <a href="https://github.com/vitejs/vite/commits/v6.2.3/packages/vite">compare view</a></li> </ul> </details> <br /> Updates `nanoid` from 3.3.9 to 3.3.10 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ai/nanoid/releases">nanoid's releases</a>.</em></p> <blockquote> <h2>3.3.10</h2> <ul> <li>Fixed React Native support (by <a href="https://github.com/steida"><code>@​steida</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ai/nanoid/blob/main/CHANGELOG.md">nanoid's changelog</a>.</em></p> <blockquote> <h2>3.3.10</h2> <ul> <li>Fixed React Native support (by <a href="https://github.com/steida"><code>@​steida</code></a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ai/nanoid/commit/bb12e8a6f9c37ebe0b5ff2c697b8f9dcf34c8948"><code>bb12e8a</code></a> Release 3.3.10 version</li> <li><a href="https://github.com/ai/nanoid/commit/8f44264cd724080447f40620974163f1daca4612"><code>8f44264</code></a> Fix Expo support</li> <li>See full diff in <a href="https://github.com/ai/nanoid/compare/3.3.9...3.3.10">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/MetaMask/snaps/network/alerts). </details> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: MetaMask Bot <[email protected]>
1 parent f4055d5 commit be0d97c

File tree

5 files changed

+20
-20
lines changed

5 files changed

+20
-20
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"tsx": "^4.19.1",
122122
"typescript": "~5.3.3",
123123
"typescript-eslint": "^8.6.0",
124-
"vite": "^6.2.2"
124+
"vite": "^6.2.3"
125125
},
126126
"packageManager": "[email protected]",
127127
"engines": {

packages/snaps-controllers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"get-npm-tarball-url": "^2.0.3",
103103
"immer": "^9.0.6",
104104
"luxon": "^3.5.0",
105-
"nanoid": "^3.3.9",
105+
"nanoid": "^3.3.10",
106106
"readable-stream": "^3.6.2",
107107
"readable-web-to-node-stream": "^3.0.2",
108108
"semver": "^7.5.4",
@@ -151,7 +151,7 @@
151151
"rimraf": "^4.1.2",
152152
"ts-node": "^10.9.1",
153153
"typescript": "~5.3.3",
154-
"vite": "^6.2.2",
154+
"vite": "^6.2.3",
155155
"vite-tsconfig-paths": "^4.0.5",
156156
"wdio-chromedriver-service": "^8.1.1",
157157
"wdio-geckodriver-service": "^5.0.2",

packages/snaps-execution-environments/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@metamask/snaps-utils": "workspace:^",
7474
"@metamask/superstruct": "^3.1.0",
7575
"@metamask/utils": "^11.2.0",
76-
"nanoid": "^3.3.9",
76+
"nanoid": "^3.3.10",
7777
"readable-stream": "^3.6.2"
7878
},
7979
"devDependencies": {
@@ -122,7 +122,7 @@
122122
"terser": "^5.17.7",
123123
"ts-node": "^10.9.1",
124124
"typescript": "~5.3.3",
125-
"vite": "^6.2.2",
125+
"vite": "^6.2.3",
126126
"vite-tsconfig-paths": "^4.0.5",
127127
"wdio-chromedriver-service": "^8.1.1",
128128
"wdio-geckodriver-service": "^5.0.2",

packages/snaps-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
"rimraf": "^4.1.2",
138138
"ts-node": "^10.9.1",
139139
"typescript": "~5.3.3",
140-
"vite": "^6.2.2",
140+
"vite": "^6.2.3",
141141
"vite-tsconfig-paths": "^4.0.5",
142142
"wdio-chromedriver-service": "^8.1.1",
143143
"wdio-geckodriver-service": "^5.0.2",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5646,7 +5646,7 @@ __metadata:
56465646
jest-silent-reporter: "npm:^0.6.0"
56475647
luxon: "npm:^3.5.0"
56485648
mkdirp: "npm:^1.0.4"
5649-
nanoid: "npm:^3.3.9"
5649+
nanoid: "npm:^3.3.10"
56505650
prettier: "npm:^3.3.3"
56515651
readable-stream: "npm:^3.6.2"
56525652
readable-web-to-node-stream: "npm:^3.0.2"
@@ -5655,7 +5655,7 @@ __metadata:
56555655
tar-stream: "npm:^3.1.7"
56565656
ts-node: "npm:^10.9.1"
56575657
typescript: "npm:~5.3.3"
5658-
vite: "npm:^6.2.2"
5658+
vite: "npm:^6.2.3"
56595659
vite-tsconfig-paths: "npm:^4.0.5"
56605660
wdio-chromedriver-service: "npm:^8.1.1"
56615661
wdio-geckodriver-service: "npm:^5.0.2"
@@ -5719,7 +5719,7 @@ __metadata:
57195719
jest-silent-reporter: "npm:^0.6.0"
57205720
lavamoat: "npm:^8.0.4"
57215721
lavamoat-browserify: "npm:^17.0.5"
5722-
nanoid: "npm:^3.3.9"
5722+
nanoid: "npm:^3.3.10"
57235723
prettier: "npm:^3.3.3"
57245724
readable-stream: "npm:^3.6.2"
57255725
rimraf: "npm:^4.1.2"
@@ -5728,7 +5728,7 @@ __metadata:
57285728
terser: "npm:^5.17.7"
57295729
ts-node: "npm:^10.9.1"
57305730
typescript: "npm:~5.3.3"
5731-
vite: "npm:^6.2.2"
5731+
vite: "npm:^6.2.3"
57325732
vite-tsconfig-paths: "npm:^4.0.5"
57335733
wdio-chromedriver-service: "npm:^8.1.1"
57345734
wdio-geckodriver-service: "npm:^5.0.2"
@@ -6068,7 +6068,7 @@ __metadata:
60686068
ts-node: "npm:^10.9.1"
60696069
typescript: "npm:~5.3.3"
60706070
validate-npm-package-name: "npm:^5.0.0"
6071-
vite: "npm:^6.2.2"
6071+
vite: "npm:^6.2.3"
60726072
vite-tsconfig-paths: "npm:^4.0.5"
60736073
wdio-chromedriver-service: "npm:^8.1.1"
60746074
wdio-geckodriver-service: "npm:^5.0.2"
@@ -17853,12 +17853,12 @@ __metadata:
1785317853
languageName: node
1785417854
linkType: hard
1785517855

17856-
"nanoid@npm:^3.3.8, nanoid@npm:^3.3.9":
17857-
version: 3.3.9
17858-
resolution: "nanoid@npm:3.3.9"
17856+
"nanoid@npm:^3.3.10, nanoid@npm:^3.3.8":
17857+
version: 3.3.11
17858+
resolution: "nanoid@npm:3.3.11"
1785917859
bin:
1786017860
nanoid: bin/nanoid.cjs
17861-
checksum: 10/80ec0f2f7fe0f472f459fbeab6afd88f6739e3da94cf2c2307bc83ef0203ec3b72e6113a9e3196ac4be79540440184136ee96e77c10a965e37d8347f43b265fa
17861+
checksum: 10/73b5afe5975a307aaa3c95dfe3334c52cdf9ae71518176895229b8d65ab0d1c0417dd081426134eb7571c055720428ea5d57c645138161e7d10df80815527c48
1786217862
languageName: node
1786317863
linkType: hard
1786417864

@@ -20472,7 +20472,7 @@ __metadata:
2047220472
tsx: "npm:^4.19.1"
2047320473
typescript: "npm:~5.3.3"
2047420474
typescript-eslint: "npm:^8.6.0"
20475-
vite: "npm:^6.2.2"
20475+
vite: "npm:^6.2.3"
2047620476
languageName: unknown
2047720477
linkType: soft
2047820478

@@ -22782,9 +22782,9 @@ __metadata:
2278222782
languageName: node
2278322783
linkType: hard
2278422784

22785-
"vite@npm:^6.2.2":
22786-
version: 6.2.2
22787-
resolution: "vite@npm:6.2.2"
22785+
"vite@npm:^6.2.3":
22786+
version: 6.2.3
22787+
resolution: "vite@npm:6.2.3"
2278822788
dependencies:
2278922789
esbuild: "npm:^0.25.0"
2279022790
fsevents: "npm:~2.3.3"
@@ -22830,7 +22830,7 @@ __metadata:
2283022830
optional: true
2283122831
bin:
2283222832
vite: bin/vite.js
22833-
checksum: 10/30896cbdbc082131cca3a343461ada8c2e8c30eed640dfaca39fd44b2f2fa4a1a312fe298e037063106af09f3026239be822a6b2f49e3d8239b8a64e86e83193
22833+
checksum: 10/3cd7b3a8d9a31c8eb7141004ddb1c9489afa0cdaf0ccbf41dacee121a8f13062d0fb2cee160589aaf1c534a02402aac674f1b1618876ba0bd299b55f69b2b495
2283422834
languageName: node
2283522835
linkType: hard
2283622836

0 commit comments

Comments
 (0)