Compare commits

...

1 Commits

Author SHA1 Message Date
snyk-bot
a02e8e1ac9 fix: frontend/package.json & frontend/package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-9292519
2025-03-12 03:37:39 +00:00
2 changed files with 5 additions and 5 deletions

View File

@@ -50,7 +50,7 @@
"@types/nprogress": "^0.2.3",
"@ucast/mongo2js": "^1.3.4",
"argon2-browser": "^1.18.0",
"axios": "^1.7.9",
"axios": "^1.8.2",
"classnames": "^2.5.1",
"cva": "npm:class-variance-authority@^0.7.1",
"date-fns": "^4.1.0",
@@ -4822,9 +4822,9 @@
}
},
"node_modules/axios": {
"version": "1.7.9",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.9.tgz",
"integrity": "sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==",
"version": "1.8.2",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.8.2.tgz",
"integrity": "sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==",
"license": "MIT",
"dependencies": {
"follow-redirects": "^1.15.6",

View File

@@ -54,7 +54,7 @@
"@types/nprogress": "^0.2.3",
"@ucast/mongo2js": "^1.3.4",
"argon2-browser": "^1.18.0",
"axios": "^1.7.9",
"axios": "^1.8.2",
"classnames": "^2.5.1",
"cva": "npm:class-variance-authority@^0.7.1",
"date-fns": "^4.1.0",