Compare commits

..

1 Commits

Author SHA1 Message Date
snyk-bot
6e32ee957c fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-9403194
2025-04-05 07:19:40 +00:00
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -284,11 +284,11 @@
"dev": true "dev": true
}, },
"axios": { "axios": {
"version": "1.8.2", "version": "0.30.0",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.8.2.tgz", "resolved": "https://registry.npmjs.org/axios/-/axios-0.30.0.tgz",
"integrity": "sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==", "integrity": "sha512-Z4F3LjCgfjZz8BMYalWdMgAQUnEtKDmpwNHjh/C8pQZWde32TF64cqnSeyL3xD/aTIASRU30RHTNzRiV/NpGMg==",
"requires": { "requires": {
"follow-redirects": "^1.15.6", "follow-redirects": "^1.15.4",
"form-data": "^4.0.0", "form-data": "^4.0.0",
"proxy-from-env": "^1.1.0" "proxy-from-env": "^1.1.0"
}, },

View File

@@ -11,7 +11,7 @@
}, },
"dependencies": { "dependencies": {
"ag-grid-vue": "^17.0.0", "ag-grid-vue": "^17.0.0",
"axios": "^1.8.2", "axios": "^0.30.0",
"connect-history-api-fallback": "^1.3.0", "connect-history-api-fallback": "^1.3.0",
"debounce": "^1.0.0", "debounce": "^1.0.0",
"express": "^4.16.1", "express": "^4.16.1",