summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorJacek Kolasa <jacek.kolasa@gmail.com>2020-03-30 11:05:04 +0200
committerGitHub <noreply@github.com>2020-03-30 19:05:04 +1000
commit752b59f84f8a1e4fd402bebd8f91cc2caba9d212 (patch)
treecdd2cc14c42738741480c56a6b3f5734f43ad5c2 /package.json
parent5f891e554fb816c9225c4da2a8dd316ee924ed12 (diff)
fix minimist vulnerability (#8537)
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 70c3c0c254..0203b11b55 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
"coffeescript": "^2.4.1",
"dictionary-en-us": "^2.1.1",
"gaze": "^1.1.3",
- "grunt": "^1.0.4",
+ "grunt": "^1.1.0",
"grunt-exec": "^3.0.0",
"jasmine": "^3.4.0",
"jasmine-core": "^3.4.0",
@@ -15,7 +15,7 @@
"karma-coverage": "^2.0.1",
"karma-firefox-launcher": "^1.2.0",
"karma-jasmine": "^2.0.1",
- "minimist": "^1.2.0",
+ "minimist": "^1.2.5",
"mkdirp": "^0.5.1",
"remark-cli": "^7.0.0",
"remark-frontmatter": "^1.3.2",