Skip to content

Commit 452bf51

Browse files
fix: package.json & yarn.lock to reduce vulnerabilities (#263)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-9403194 Co-authored-by: snyk-bot <[email protected]>
1 parent 3706741 commit 452bf51

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@
259259
"@stablelib/snappy": "^1.0.3",
260260
"@vscode/l10n": "^0.0.18",
261261
"@vscode/webview-ui-toolkit": "^1.4.0",
262-
"axios": "^1.7.4",
262+
"axios": "^1.8.3",
263263
"brotli-unicode": "^1.0.2",
264264
"buffer": "^6.0.3",
265265
"classnames": "^2.3.2",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2548,10 +2548,10 @@ available-typed-arrays@^1.0.7:
25482548
dependencies:
25492549
possible-typed-array-names "^1.0.0"
25502550

2551-
axios@^1.7.4:
2552-
version "1.7.9"
2553-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.9.tgz#d7d071380c132a24accda1b2cfc1535b79ec650a"
2554-
integrity sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==
2551+
axios@^1.8.3:
2552+
version "1.8.4"
2553+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.8.4.tgz#78990bb4bc63d2cae072952d374835950a82f447"
2554+
integrity sha512-eBSYY4Y68NNlHbHBMdeDmKNtDgXWhQsJcGqzO3iLUM0GraQFSS9cVgPX5I9b3lbdFKyYoAEGAZF1DwhTaljNAw==
25552555
dependencies:
25562556
follow-redirects "^1.15.6"
25572557
form-data "^4.0.0"

0 commit comments

Comments
 (0)