summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--js/package-lock.json14
-rw-r--r--js/package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/js/package-lock.json b/js/package-lock.json
index 18f01040b..d75b983bc 100644
--- a/js/package-lock.json
+++ b/js/package-lock.json
@@ -31,7 +31,7 @@
"karma-coverage": "^2.2.0",
"karma-firefox-launcher": "^2.1.2",
"karma-jasmine": "^5.1.0",
- "minimatch": "^7.2.0",
+ "minimatch": "^7.3.0",
"natives": "^1.1.6"
},
"engines": {
@@ -4553,9 +4553,9 @@
}
},
"node_modules/minimatch": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.2.0.tgz",
- "integrity": "sha512-rMRHmwySzopAQjmWW6TkAKCEDKNaY/HuV/c2YkWWuWnfkTwApt0V4hnYzzPnZ/5Gcd2+8MPncSyuOGPl3xPvcg==",
+ "version": "7.3.0",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.3.0.tgz",
+ "integrity": "sha512-WaMDuhKa7a6zKiwplR1AOz+zGvJba24k5VU1Cy6NhEguavT2YRlHxuINUgTas4wiS6fwBpYq4TcA1XIECSntyw==",
"dev": true,
"dependencies": {
"brace-expansion": "^2.0.1"
@@ -10828,9 +10828,9 @@
}
},
"minimatch": {
- "version": "7.2.0",
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.2.0.tgz",
- "integrity": "sha512-rMRHmwySzopAQjmWW6TkAKCEDKNaY/HuV/c2YkWWuWnfkTwApt0V4hnYzzPnZ/5Gcd2+8MPncSyuOGPl3xPvcg==",
+ "version": "7.3.0",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.3.0.tgz",
+ "integrity": "sha512-WaMDuhKa7a6zKiwplR1AOz+zGvJba24k5VU1Cy6NhEguavT2YRlHxuINUgTas4wiS6fwBpYq4TcA1XIECSntyw==",
"dev": true,
"requires": {
"brace-expansion": "^2.0.1"
diff --git a/js/package.json b/js/package.json
index 6bbae0c91..274772538 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": "^5.1.0",
- "minimatch": "^7.2.0",
+ "minimatch": "^7.3.0",
"natives": "^1.1.6"
},
"dependencies": {