Skip to content

Commit b488be0

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 c238951 commit b488be0

File tree

2 files changed

+32
-6
lines changed

2 files changed

+32
-6
lines changed

package-lock.json

Lines changed: 31 additions & 5 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
@@ -130,7 +130,7 @@
130130
"@typescript-eslint/eslint-plugin": "^4.29.0",
131131
"@typescript-eslint/parser": "^4.29.0",
132132
"ajv-cli": "^5.0.0",
133-
"axios": "^0.26.1",
133+
"axios": "^1.12.0",
134134
"chai": "~4.2.0",
135135
"eslint": "^7.32.0",
136136
"eslint-config-standard": "^16.0.3",

0 commit comments

Comments
 (0)