Skip to content

Commit 4c1420c

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-9292519
1 parent ed4af8d commit 4c1420c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"dependencies": {
3535
"@sentry/electron": "4.24.0",
36-
"axios": "^1.7.9",
36+
"axios": "^1.8.2",
3737
"cookie": "^1.0.2",
3838
"dialogs": "^2.0.1",
3939
"electron-settings": "3.2.0",

0 commit comments

Comments
 (0)