Skip to content

Commit 657e5e0

Browse files
committed
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-12613773
1 parent d25abda commit 657e5e0

File tree

2 files changed

+21
-29
lines changed

2 files changed

+21
-29
lines changed

package-lock.json

Lines changed: 20 additions & 28 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.8.4",
14+
"axios": "^1.12.0",
1515
"downshift": "^6.1.12",
1616
"export-from-json": "^1.7.4",
1717
"lodash": "^4.17.21",

0 commit comments

Comments
 (0)