Skip to content

Commit f5b6aa7

Browse files
hhvrcsnyk-bot
andauthored
[Snyk] Upgrade vite from 7.2.2 to 7.2.4 (#146)
* fix: upgrade vite from 7.2.2 to 7.2.4 Snyk has created this PR to upgrade vite from 7.2.2 to 7.2.4. See this package in npm: vite See this project in Snyk: https://app.snyk.io/org/openshock/project/fbe425f3-fcac-4a08-a6bc-cebcd8cb65c5?utm_source=github&utm_medium=referral&page=upgrade-pr * More dependency fixes * Update pnpm --------- Co-authored-by: snyk-bot <snyk-bot@snyk.io>
1 parent 7f085ae commit f5b6aa7

File tree

3 files changed

+80
-85
lines changed

3 files changed

+80
-85
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Define versions as build arguments for easy updates
22
ARG NODE_VERSION=24.7.0
3-
ARG PNPM_VERSION=10.18.3
3+
ARG PNPM_VERSION=10.25.0
44
ARG ALPINE_VERSION=3.22
55
ARG PNPM_URL="https://github.com/pnpm/pnpm/releases/download/v${PNPM_VERSION}/pnpm-linuxstatic-x64"
66

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,16 +68,16 @@
6868
},
6969
"dependencies": {
7070
"esptool-js": "^0.5.7",
71-
"vite": "^7.2.2"
71+
"vite": "^7.2.4"
7272
},
7373
"engines": {
7474
"node": ">=24.7.0",
75-
"pnpm": ">=10.18.3"
75+
"pnpm": ">=10.25.0"
7676
},
7777
"volta": {
7878
"node": "24.7.0"
7979
},
80-
"packageManager": "pnpm@10.18.3",
80+
"packageManager": "pnpm@10.25.0",
8181
"pnpm": {
8282
"onlyBuiltDependencies": [
8383
"@tailwindcss/oxide",
@@ -91,7 +91,8 @@
9191
},
9292
"overrides": {
9393
"cookie@<0.7.0": ">=0.7.0",
94-
"js-yaml@<4.1.1": ">=4.1.1"
94+
"js-yaml@<4.1.1": ">=4.1.1",
95+
"valibot@>=0.31.0 <1.2.0": ">=1.2.0"
9596
}
9697
}
9798
}

0 commit comments

Comments
 (0)