Compare commits

...

1 Commits

Author SHA1 Message Date
snyk-bot
4ac181f89c 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
2024-08-15 08:25:33 +00:00
2 changed files with 5 additions and 5 deletions

View File

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

View File

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