Skip to content

Commit debb028

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-15252993
1 parent 912e980 commit debb028

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package-lock.json

Lines changed: 6 additions & 6 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
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@mui/icons-material": "^5.15.18",
1414
"@netlify/plugin-nextjs": "^5.2.2",
15-
"axios": "^1.13.2",
15+
"axios": "^1.13.5",
1616
"concurrently": "^8.2.1",
1717
"eslint": "^9.0.0",
1818
"eslint-config-next": "^16.0.7",

0 commit comments

Comments
 (0)