summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-02 09:17:44 +0100
committerGitHub <noreply@github.com>2023-03-02 09:17:44 +0100
commitcfb8147b49c0cde1d94b8b319bc15a54b637ab63 (patch)
treeb16e68b3a2d0634aa58dde0f0ffc82bbbd2a0313
parentadc143e2a561289665d16089770b2a8cecbb1099 (diff)
Build(deps-dev): Bump minimatch from 7.3.0 to 7.4.1 in /js (#2133)
-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 d75b983bc..1a5388c11 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.3.0",
+ "minimatch": "^7.4.1",
"natives": "^1.1.6"
},
"engines": {
@@ -4553,9 +4553,9 @@
}
},
"node_modules/minimatch": {
- "version": "7.3.0",
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.3.0.tgz",
- "integrity": "sha512-WaMDuhKa7a6zKiwplR1AOz+zGvJba24k5VU1Cy6NhEguavT2YRlHxuINUgTas4wiS6fwBpYq4TcA1XIECSntyw==",
+ "version": "7.4.1",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.4.1.tgz",
+ "integrity": "sha512-Oz1iPEP+MGl7KS3SciLsLLcuZ7VsBfb7Qrz/jYt/s/sYAv272P26HSLz2f77Y6hzTKXiBi6g765fqpEDNc5fJw==",
"dev": true,
"dependencies": {
"brace-expansion": "^2.0.1"
@@ -10828,9 +10828,9 @@
}
},
"minimatch": {
- "version": "7.3.0",
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.3.0.tgz",
- "integrity": "sha512-WaMDuhKa7a6zKiwplR1AOz+zGvJba24k5VU1Cy6NhEguavT2YRlHxuINUgTas4wiS6fwBpYq4TcA1XIECSntyw==",
+ "version": "7.4.1",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.4.1.tgz",
+ "integrity": "sha512-Oz1iPEP+MGl7KS3SciLsLLcuZ7VsBfb7Qrz/jYt/s/sYAv272P26HSLz2f77Y6hzTKXiBi6g765fqpEDNc5fJw==",
"dev": true,
"requires": {
"brace-expansion": "^2.0.1"
diff --git a/js/package.json b/js/package.json
index 274772538..418fda0cc 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.3.0",
+ "minimatch": "^7.4.1",
"natives": "^1.1.6"
},
"dependencies": {