Skip to content

Commit d7a5819

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-15965856 - https://snyk.io/vuln/SNYK-JS-AXIOS-15969258
1 parent 87b9b69 commit d7a5819

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

package-lock.json

Lines changed: 12 additions & 9 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.6",
15+
"axios": "^1.15.0",
1616
"cli-ux": "^6.0.9",
1717
"diff2html": "^3.4.56",
1818
"git-diff": "^2.0.6",

0 commit comments

Comments
 (0)