1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 20:59:44 +02:00

Fix security vulnerabilities, update dependencies

This commit is contained in:
Maksim Eltyshev 2019-09-03 01:16:09 +05:00
parent 5c63dc9d30
commit 9dade5e950
4 changed files with 48 additions and 69 deletions

View file

@ -4792,9 +4792,9 @@
}
},
"eslint": {
"version": "6.2.2",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-6.2.2.tgz",
"integrity": "sha512-mf0elOkxHbdyGX1IJEUsNBzCDdyoUgljF3rRlgfyYh0pwGnreLc0jjD6ZuleOibjmnUWZLY2eXwSooeOgGJ2jw==",
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-6.3.0.tgz",
"integrity": "sha512-ZvZTKaqDue+N8Y9g0kp6UPZtS4FSY3qARxBs7p4f0H0iof381XHduqVerFWtK8DPtKmemqbqCFENWSQgPR/Gow==",
"requires": {
"@babel/code-frame": "^7.0.0",
"ajv": "^6.10.0",