Skip to content

Commit a193276

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-9403194
1 parent acea53b commit a193276

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package-lock.json

Lines changed: 6 additions & 6 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
@@ -36,7 +36,7 @@
3636
},
3737
"homepage": "https://github.com/DarinRowe/googletrans#readme",
3838
"dependencies": {
39-
"axios": ">=1.6.4",
39+
"axios": ">=1.8.3",
4040
"qs": "^6.10.2"
4141
},
4242
"devDependencies": {

0 commit comments

Comments
 (0)