mirror of https://github.com/luileito/jsketch.git
Fixed CVE-2020-7729
This commit is contained in:
parent
07604c05ca
commit
9ac74a0cab
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue