Skip to content

Commit 9a3f018

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 49d0c45 commit 9a3f018

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
"@types/hogan.js": "^3.0.5",
1313
"@types/table": "^6.3.2",
1414
"@types/tmp": "^0.2.6",
15-
"axios": "^1.13.2",
15+
"axios": "^1.13.5",
1616
"cli-ux": "^6.0.9",
1717
"diff2html": "^3.4.52",
1818
"git-diff": "^2.0.6",

0 commit comments

Comments
 (0)