Skip to content

Commit d25abda

Browse files
authored
fix: package.json & package-lock.json to reduce vulnerabilities (#485)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-9403194 Signed-off-by: Andrei Aaron <[email protected]>
1 parent 3dc4992 commit d25abda

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@mui/material": "^6.1.10",
1212
"@mui/styles": "^6.1.10",
1313
"@mui/x-date-pickers": "^7.23.1",
14-
"axios": "^1.7.8",
14+
"axios": "^1.8.4",
1515
"downshift": "^6.1.12",
1616
"export-from-json": "^1.7.4",
1717
"lodash": "^4.17.21",

0 commit comments

Comments
 (0)