Skip to content

Commit f70dd29

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-1038255
1 parent 0dfbc98 commit f70dd29

File tree

2 files changed

+74
-40
lines changed

2 files changed

+74
-40
lines changed

package-lock.json

Lines changed: 73 additions & 39 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
@@ -17,7 +17,7 @@
1717
"license": "ISC",
1818
"dependencies": {
1919
"@hapi/boom": "^7.4.2",
20-
"axios": "^0.19.0",
20+
"axios": "^0.21.1",
2121
"correlation-id": "^3.1.0",
2222
"dotenv-safe": "^6.1.0",
2323
"koa": "^2.7.0",

0 commit comments

Comments
 (0)