Skip to content

Commit cf47248

Browse files
authored
fix: package.json & package-lock.json to reduce vulnerabilities (#433)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-1579269 Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
1 parent 272bcea commit cf47248

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package-lock.json

Lines changed: 7 additions & 7 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
@@ -120,7 +120,7 @@
120120
"@types/uuid": "^8.0.0",
121121
"@typescript-eslint/eslint-plugin": "^4.29.0",
122122
"@typescript-eslint/parser": "^4.29.0",
123-
"axios": "^0.21.1",
123+
"axios": "^0.21.3",
124124
"chai": "~4.2.0",
125125
"cucumber": "^6.0.5",
126126
"cucumber-pretty": "^6.0.0",

0 commit comments

Comments
 (0)