Skip to content

Commit f5e359f

Browse files
chore(deps-dev): bump vite from 4.5.5 to 4.5.6 in the npm_and_yarn group across 1 directory (#3140)
Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `vite` from 4.5.5 to 4.5.6 <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>v4.5.6</h2> <p>This version contains a breaking change due to security fixes. See <a href="https://github.com/vitejs/vite/security/advisories/GHSA-vg6x-rcgg-rjx6">https://github.com/vitejs/vite/security/advisories/GHSA-vg6x-rcgg-rjx6</a> for more details.</p> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v4.5.6/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/v4.5.6/packages/vite/CHANGELOG.md">vite's changelog</a>.</em></p> <blockquote> <h2><!-- raw HTML omitted -->4.5.6 (2025-01-20)<!-- raw HTML omitted --></h2> <ul> <li>fix!: check host header to prevent DNS rebinding attacks and introduce <code>server.allowedHosts</code> (<a href="https://github.com/vitejs/vite/commit/ef1049d">ef1049d</a>)</li> <li>fix!: default <code>server.cors: false</code> to disallow fetching from untrusted origins (<a href="https://github.com/vitejs/vite/commit/07b36d5">07b36d5</a>)</li> <li>fix: verify token for HMR WebSocket connection (<a href="https://github.com/vitejs/vite/commit/c065a77">c065a77</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/9e460f58f91f95972ff9683f664fa4df44b6d2af"><code>9e460f5</code></a> release: v4.5.6</li> <li><a href="https://github.com/vitejs/vite/commit/ef1049d4570ca29852a258c764665387d3c749a4"><code>ef1049d</code></a> fix!: check host header to prevent DNS rebinding attacks and introduce `serve...</li> <li><a href="https://github.com/vitejs/vite/commit/c065a775d0386234856218443f2595aac7e7587f"><code>c065a77</code></a> fix: verify token for HMR WebSocket connection</li> <li><a href="https://github.com/vitejs/vite/commit/07b36d503a4448cf2b8787a4eb1ccdaefb3424b5"><code>07b36d5</code></a> fix!: default <code>server.cors: false</code> to disallow fetching from untrusted origins</li> <li>See full diff in <a href="https://github.com/vitejs/vite/commits/v4.5.6/packages/vite">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vite&package-manager=npm_and_yarn&previous-version=4.5.5&new-version=4.5.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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>
1 parent 1adbc54 commit f5e359f

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
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": "^4.3.9"
124+
"vite": "^4.5.6"
125125
},
126126
"packageManager": "[email protected]",
127127
"engines": {

packages/snaps-controllers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
"rimraf": "^4.1.2",
151151
"ts-node": "^10.9.1",
152152
"typescript": "~5.3.3",
153-
"vite": "^4.3.9",
153+
"vite": "^4.5.6",
154154
"vite-tsconfig-paths": "^4.0.5",
155155
"wdio-chromedriver-service": "^8.1.1",
156156
"wdio-geckodriver-service": "^5.0.2",

packages/snaps-execution-environments/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"terser": "^5.17.7",
123123
"ts-node": "^10.9.1",
124124
"typescript": "~5.3.3",
125-
"vite": "^4.3.9",
125+
"vite": "^4.5.6",
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": "^4.3.9",
140+
"vite": "^4.5.6",
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: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5410,7 +5410,7 @@ __metadata:
54105410
tar-stream: "npm:^3.1.7"
54115411
ts-node: "npm:^10.9.1"
54125412
typescript: "npm:~5.3.3"
5413-
vite: "npm:^4.3.9"
5413+
vite: "npm:^4.5.6"
54145414
vite-tsconfig-paths: "npm:^4.0.5"
54155415
wdio-chromedriver-service: "npm:^8.1.1"
54165416
wdio-geckodriver-service: "npm:^5.0.2"
@@ -5483,7 +5483,7 @@ __metadata:
54835483
terser: "npm:^5.17.7"
54845484
ts-node: "npm:^10.9.1"
54855485
typescript: "npm:~5.3.3"
5486-
vite: "npm:^4.3.9"
5486+
vite: "npm:^4.5.6"
54875487
vite-tsconfig-paths: "npm:^4.0.5"
54885488
wdio-chromedriver-service: "npm:^8.1.1"
54895489
wdio-geckodriver-service: "npm:^5.0.2"
@@ -5823,7 +5823,7 @@ __metadata:
58235823
ts-node: "npm:^10.9.1"
58245824
typescript: "npm:~5.3.3"
58255825
validate-npm-package-name: "npm:^5.0.0"
5826-
vite: "npm:^4.3.9"
5826+
vite: "npm:^4.5.6"
58275827
vite-tsconfig-paths: "npm:^4.0.5"
58285828
wdio-chromedriver-service: "npm:^8.1.1"
58295829
wdio-geckodriver-service: "npm:^5.0.2"
@@ -19851,7 +19851,7 @@ __metadata:
1985119851
tsx: "npm:^4.19.1"
1985219852
typescript: "npm:~5.3.3"
1985319853
typescript-eslint: "npm:^8.6.0"
19854-
vite: "npm:^4.3.9"
19854+
vite: "npm:^4.5.6"
1985519855
languageName: unknown
1985619856
linkType: soft
1985719857

@@ -22154,9 +22154,9 @@ __metadata:
2215422154
languageName: node
2215522155
linkType: hard
2215622156

22157-
"vite@npm:^4.3.9":
22158-
version: 4.5.5
22159-
resolution: "vite@npm:4.5.5"
22157+
"vite@npm:^4.5.6":
22158+
version: 4.5.9
22159+
resolution: "vite@npm:4.5.9"
2216022160
dependencies:
2216122161
esbuild: "npm:^0.18.10"
2216222162
fsevents: "npm:~2.3.2"
@@ -22190,7 +22190,7 @@ __metadata:
2219022190
optional: true
2219122191
bin:
2219222192
vite: bin/vite.js
22193-
checksum: 10/2e8b39e004f2b2e72506b816700b3aafaf3f85bdcb9dd9392075bb234ce7333f859a0d2078a85ce5d0039f0f659ca564a7366af587848e5166f14b136cb0ad37
22193+
checksum: 10/9b1984c89f5d6e57e26b767ba6bb8791a9a9b1329f72cd2c4f6079bb4ad74fb4e0b43ae13cbb31812a00c706dfa70d894bfc7dd6b5b3db82e18b7997f23e5072
2219422194
languageName: node
2219522195
linkType: hard
2219622196

0 commit comments

Comments
 (0)