Skip to content

Commit 762e971

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 b900b48 commit 762e971

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

package-lock.json

Lines changed: 4 additions & 2 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
@@ -53,7 +53,7 @@
5353
"license": "MIT",
5454
"dependencies": {
5555
"assert": "^2.1.0",
56-
"axios": "^1.11.0",
56+
"axios": "^1.12.0",
5757
"buffer": "^6.0.3",
5858
"form-data": "^4.0.4",
5959
"husky": "^9.1.7",

0 commit comments

Comments
 (0)