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:
Marcos Zuriaga 2021-08-22 13:56:48 +02:00
parent 88fef6029b
commit a6a64e4aaf
No known key found for this signature in database
GPG key ID: 7D15585354D072FF

View file

@ -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",