Skip to content

Commit f23f782

Browse files
committed
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6671926
1 parent 5d62a46 commit f23f782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"devDependencies": {
99
"@vitejs/plugin-vue": "4.5.1",
1010
"autoprefixer": "10.4.19",
11-
"axios": "1.7.5",
11+
"axios": "1.7.8",
1212
"laravel-echo": "1.16.1",
1313
"laravel-vite-plugin": "0.8.1",
1414
"postcss": "8.4.38",

0 commit comments

Comments
 (0)