summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2025-04-01 15:48:48 +0900
committerGitHub <noreply@github.com>2025-04-01 15:48:48 +0900
commitb0c3ec3267bce32db90b144159a3003c22471c22 (patch)
tree269630004ee073e890bf42f8ddcf35e6377f043e /scripts
parentUpdate CHANGELOG.md (diff)
downloadsharkey-b0c3ec3267bce32db90b144159a3003c22471c22.tar.gz
sharkey-b0c3ec3267bce32db90b144159a3003c22471c22.tar.bz2
sharkey-b0c3ec3267bce32db90b144159a3003c22471c22.zip
fix(deps): update dependency vite to v6.2.4 [security] (#15733)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/changelog-checker/package-lock.json8
-rw-r--r--scripts/changelog-checker/package.json2
2 files changed, 5 insertions, 5 deletions
diff --git a/scripts/changelog-checker/package-lock.json b/scripts/changelog-checker/package-lock.json
index 1d43fd3b54..9cc6328196 100644
--- a/scripts/changelog-checker/package-lock.json
+++ b/scripts/changelog-checker/package-lock.json
@@ -16,7 +16,7 @@
"remark-parse": "11.0.0",
"typescript": "5.8.2",
"unified": "11.0.5",
- "vite": "6.2.3",
+ "vite": "6.2.4",
"vite-node": "3.0.8",
"vitest": "3.0.8"
}
@@ -2724,9 +2724,9 @@
}
},
"node_modules/vite": {
- "version": "6.2.3",
- "resolved": "https://registry.npmjs.org/vite/-/vite-6.2.3.tgz",
- "integrity": "sha512-IzwM54g4y9JA/xAeBPNaDXiBF8Jsgl3VBQ2YQ/wOY6fyW3xMdSoltIV3Bo59DErdqdE6RxUfv8W69DvUorE4Eg==",
+ "version": "6.2.4",
+ "resolved": "https://registry.npmjs.org/vite/-/vite-6.2.4.tgz",
+ "integrity": "sha512-veHMSew8CcRzhL5o8ONjy8gkfmFJAd5Ac16oxBUjlwgX3Gq2Wqr+qNC3TjPIpy7TPV/KporLga5GT9HqdrCizw==",
"dev": true,
"license": "MIT",
"dependencies": {
diff --git a/scripts/changelog-checker/package.json b/scripts/changelog-checker/package.json
index b6f7e2787e..5c1ad330f0 100644
--- a/scripts/changelog-checker/package.json
+++ b/scripts/changelog-checker/package.json
@@ -17,7 +17,7 @@
"remark-parse": "11.0.0",
"typescript": "5.8.2",
"unified": "11.0.5",
- "vite": "6.2.3",
+ "vite": "6.2.4",
"vite-node": "3.0.8",
"vitest": "3.0.8"
}