1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

fixed vulnerability issues

This commit is contained in:
Fedor Katurov 2020-06-05 13:11:24 +07:00
parent a39a6a6995
commit ded0f8ffd9
2 changed files with 39 additions and 65 deletions

View file

@ -113,5 +113,14 @@
"tslint-react-hooks": "^2.2.1",
"tt-react-custom-scrollbars": "latest",
"uuid4": "^1.1.4"
},
"resolutions": {
"**/**/minimist": "^1.2.3",
"**/**/acorn": "^6.4.1",
"**/**/kind-of": "^6.0.3",
"**/**/serialize-javascript": "^2.1.1",
"**/**/js-yaml": "^3.13.1",
"**/**/cryptiles": "^4.1.2",
"**/**/hoek": "^4.2.1"
}
}