Skip to content

Commit 5c82f42

Browse files
authored
fix: package.json & package-lock.json to reduce vulnerabilities (anonrig#92)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-1579269
1 parent 9075b33 commit 5c82f42

File tree

2 files changed

+147
-37
lines changed

2 files changed

+147
-37
lines changed

package-lock.json

+146-36
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
@@ -45,7 +45,7 @@
4545
"rxjs": "^7.3.0"
4646
},
4747
"dependencies": {
48-
"axios": "^0.21.1",
48+
"axios": "^0.21.3",
4949
"keycloak-admin": "^1.14.20",
5050
"keycloak-connect": "^15.0.0",
5151
"openid-client": "^4.7.4"

0 commit comments

Comments
 (0)