Skip to content

Commit dd4ff64

Browse files
sb-benohesnyk-bot
andauthored
fix: package.json & package-lock.json to reduce vulnerabilities (#69)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-9292519 - https://snyk.io/vuln/SNYK-JS-AXIOS-9403194 Co-authored-by: snyk-bot <snyk-bot@snyk.io>
1 parent 25e058c commit dd4ff64

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 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
@@ -66,7 +66,7 @@
6666
},
6767
"dependencies": {
6868
"@microsoft/api-extractor": "^7.19.5",
69-
"axios": "^1.7.4",
69+
"axios": "^1.8.3",
7070
"babel-jest": "^27.5.1",
7171
"moment": "^2.29.4",
7272
"typedoc": "^0.23.0"

0 commit comments

Comments
 (0)