mirror of
https://github.com/nextcloud/passman.git
synced 2025-02-24 23:44:01 +08:00
chore(npm-build): fix npm vulnerable build packages
Fixed npm vulnerable grunt packages on the build setup, should not affect the final product, but it kept github unhappy, and i don't like known vulnerable points, so there's that.
This commit is contained in:
parent
88fef6029b
commit
a6a64e4aaf
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
"karma-verbose-reporter": "0.0.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"grunt": "~1.0.3",
|
||||
"grunt": "^1.4.1",
|
||||
"grunt-cli": "^1.3.2",
|
||||
"grunt-contrib-clean": "^2.0.0",
|
||||
"grunt-contrib-concat": "^1.0.1",
|
||||
|
|
Loading…
Reference in a new issue