Compare commits

...

1 commit

Author SHA1 Message Date
snyk-bot
b276f11ffc
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-6124857
2023-12-27 18:04:59 +00:00
2 changed files with 5 additions and 5 deletions

View file

@ -20,7 +20,7 @@
"@babel/runtime": "^7.23.6",
"@lcdp/offline-plugin": "^5.1.1",
"@vvo/tzdb": "^6.120.0",
"axios": "^1.6.2",
"axios": "^1.6.3",
"axios-mock-adapter": "^1.22.0",
"babel-loader": "^9.1.3",
"babel-plugin-istanbul": "^6.1.1",
@ -4103,9 +4103,9 @@
}
},
"node_modules/axios": {
"version": "1.6.2",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.6.2.tgz",
"integrity": "sha512-7i24Ri4pmDRfJTR7LDBhsOTtcm+9kjX5WiY1X3wIisx6G9So3pfMkEiU7emUBe46oceVImccTEM3k6C5dbVW8A==",
"version": "1.6.3",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.6.3.tgz",
"integrity": "sha512-fWyNdeawGam70jXSVlKl+SUNVcL6j6W79CuSIPfi6HnDUmSCH6gyUys/HrqHeA/wU0Az41rRgean494d0Jb+ww==",
"dependencies": {
"follow-redirects": "^1.15.0",
"form-data": "^4.0.0",

View file

@ -32,7 +32,7 @@
"@babel/runtime": "^7.23.6",
"@lcdp/offline-plugin": "^5.1.1",
"@vvo/tzdb": "^6.120.0",
"axios": "^1.6.2",
"axios": "^1.6.3",
"axios-mock-adapter": "^1.22.0",
"babel-loader": "^9.1.3",
"babel-plugin-istanbul": "^6.1.1",