summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--js/package-lock.json6
-rw-r--r--js/package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/js/package-lock.json b/js/package-lock.json
index 4f833edab..37a012c4c 100644
--- a/js/package-lock.json
+++ b/js/package-lock.json
@@ -4380,9 +4380,9 @@
}
},
"minimatch": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.0.tgz",
- "integrity": "sha512-EU+GCVjXD00yOUf1TwAHVP7v3fBD3A8RkkPYsWWKGWesxM/572sL53wJQnHxquHlRhYUV36wHkqrN8cdikKc2g==",
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.0.1.tgz",
+ "integrity": "sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==",
"dev": true,
"requires": {
"brace-expansion": "^2.0.1"
diff --git a/js/package.json b/js/package.json
index ea25f4907..663a9b1eb 100644
--- a/js/package.json
+++ b/js/package.json
@@ -48,7 +48,7 @@
"karma-coverage": "^2.2.0",
"karma-firefox-launcher": "^2.1.2",
"karma-jasmine": "^4.0.1",
- "minimatch": "^5.0.0",
+ "minimatch": "^5.0.1",
"natives": "^1.1.6"
},
"dependencies": {