Skip to content

Commit 3e976fe

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 e563c8d commit 3e976fe

File tree

2 files changed

+46
-25
lines changed

2 files changed

+46
-25
lines changed

package-lock.json

Lines changed: 45 additions & 24 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
@@ -20,7 +20,7 @@
2020
"author": "camptocamp.org",
2121
"license": "MIT",
2222
"dependencies": {
23-
"axios": "0.30.1",
23+
"axios": "1.13.5",
2424
"csv-stringify": "6.6.0",
2525
"yargs": "18.0.0"
2626
},

0 commit comments

Comments
 (0)