Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Security upgrade axios from 1.6.8 to 1.7.8 #306

Merged
merged 3 commits into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@mui/material": "5.16.8",
"@mui/styles": "5.16.8",
"@mui/x-date-pickers": "5.0.20",
"axios": "1.7.8",
"axios": "1.7.9",
"date-fns": "2.30.0",
"jotai": "2.10.3",
"leaflet": "1.9.4",
Expand Down
10 changes: 5 additions & 5 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1872,14 +1872,14 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:1.7.8":
version: 1.7.8
resolution: "axios@npm:1.7.8"
"axios@npm:1.7.9":
version: 1.7.9
resolution: "axios@npm:1.7.9"
dependencies:
follow-redirects: "npm:^1.15.6"
form-data: "npm:^4.0.0"
proxy-from-env: "npm:^1.1.0"
checksum: 10/7ddcde188041ac55090186254b4025eb2af842be3cf615ce45393fd7f543c1eab0ad2fdd2017a5f6190695e3ecea73ee5e9c37f204854aec2698f9579046efdf
checksum: 10/b7a5f660ea53ba9c2a745bf5ad77ad8bf4f1338e13ccc3f9f09f810267d6c638c03dac88b55dae8dc98b79c57d2d6835be651d58d2af97c174f43d289a9fd007
languageName: node
linkType: hard

Expand Down Expand Up @@ -5758,7 +5758,7 @@ __metadata:
"@typescript-eslint/eslint-plugin": "npm:7.18.0"
"@typescript-eslint/parser": "npm:7.18.0"
"@vitejs/plugin-react-swc": "npm:3.7.2"
axios: "npm:1.7.8"
axios: "npm:1.7.9"
date-fns: "npm:2.30.0"
eslint: "npm:8.57.1"
eslint-plugin-jsx-a11y: "npm:6.10.2"
Expand Down
Loading