Fixed CVE-2020-7729

This commit is contained in:
Luis Leiva 2021-05-07 07:11:54 +02:00
parent 07604c05ca
commit 9ac74a0cab
1 changed files with 4 additions and 4 deletions

View File

@ -23,9 +23,9 @@
},
"devDependencies": {
"minami": "^1.2.3",
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-uglify": "^0.9.1"
"grunt": ">=1.3.0",
"grunt-contrib-concat": ">=0.5.1",
"grunt-contrib-clean": ">=0.6.0",
"grunt-contrib-uglify": ">=0.9.1"
}
}