Skip to content

Commit 3d11794

Browse files
committed
fix: examples/typescript/package.json & examples/typescript/package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6671926
1 parent e6a4cfe commit 3d11794

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

examples/typescript/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
"typescript": "^4.7.4"
2727
},
2828
"dependencies": {
29-
"axios": "^1.6.5"
29+
"axios": "^1.7.8"
3030
}
3131
}

0 commit comments

Comments
 (0)