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-7361793
This commit is contained in:
snyk-bot
2024-08-15 08:25:33 +00:00
parent 9c2f7b4c69
commit 4ac181f89c
2 changed files with 5 additions and 5 deletions

View File

@@ -17,7 +17,7 @@
"@babel/runtime": "^7.24.7", "@babel/runtime": "^7.24.7",
"@lcdp/offline-plugin": "^5.1.1", "@lcdp/offline-plugin": "^5.1.1",
"@vvo/tzdb": "^6.141.0", "@vvo/tzdb": "^6.141.0",
"axios": "^1.7.2", "axios": "^1.7.4",
"axios-mock-adapter": "^1.22.0", "axios-mock-adapter": "^1.22.0",
"babel-loader": "^9.1.3", "babel-loader": "^9.1.3",
"babel-plugin-istanbul": "^6.1.1", "babel-plugin-istanbul": "^6.1.1",
@@ -4536,9 +4536,9 @@
} }
}, },
"node_modules/axios": { "node_modules/axios": {
"version": "1.7.3", "version": "1.7.4",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.7.3.tgz", "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz",
"integrity": "sha512-Ar7ND9pU99eJ9GpoGQKhKf58GpUOgnzuaB7ueNQ5BMi0p+LZ5oaEnfF999fAArcTIBwXTCHAmGcHOZJaWPq9Nw==", "integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"follow-redirects": "^1.15.6", "follow-redirects": "^1.15.6",

View File

@@ -29,7 +29,7 @@
"@babel/runtime": "^7.24.7", "@babel/runtime": "^7.24.7",
"@lcdp/offline-plugin": "^5.1.1", "@lcdp/offline-plugin": "^5.1.1",
"@vvo/tzdb": "^6.141.0", "@vvo/tzdb": "^6.141.0",
"axios": "^1.7.2", "axios": "^1.7.4",
"axios-mock-adapter": "^1.22.0", "axios-mock-adapter": "^1.22.0",
"babel-loader": "^9.1.3", "babel-loader": "^9.1.3",
"babel-plugin-istanbul": "^6.1.1", "babel-plugin-istanbul": "^6.1.1",