Skip to content

Commit 67046d5

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-6671926
1 parent 05648b6 commit 67046d5

File tree

2 files changed

+18
-16
lines changed

2 files changed

+18
-16
lines changed

package-lock.json

Lines changed: 17 additions & 15 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
@@ -60,7 +60,7 @@
6060
"@googlemaps/google-maps-services-js": "^3.3.33",
6161
"@hokify/agenda": "^6.3.0",
6262
"@types/morgan": "^1.9.4",
63-
"axios": "^1.4.0",
63+
"axios": "^1.7.8",
6464
"bcryptjs": "^2.4.3",
6565
"clean-deep": "^3.4.0",
6666
"compression": "^1.7.4",

0 commit comments

Comments
 (0)