summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-04 16:50:34 +0200
committerGitHub <noreply@github.com>2023-04-04 16:50:34 +0200
commitf79b6c4751874d243ed881bc377a6426980c01ee (patch)
tree147a71e6088791a18eef673ec1fb4f3bb2b23238
parent97487a75eed6f74bce91c079e4a0f78120d9e5a5 (diff)
Build(deps-dev): Bump minimatch from 8.0.2 to 8.0.3 in /js (#2184)
Bumps [minimatch](https://github.com/isaacs/minimatch) from 8.0.2 to 8.0.3. - [Release notes](https://github.com/isaacs/minimatch/releases) - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v8.0.2...v8.0.3) --- updated-dependencies: - dependency-name: minimatch dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-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 e12d1c680..b8377cc9e 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": "^8.0.2",
+ "minimatch": "^8.0.3",
"natives": "^1.1.6"
},
"engines": {
@@ -4553,9 +4553,9 @@
}
},
"node_modules/minimatch": {
- "version": "8.0.2",
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-8.0.2.tgz",
- "integrity": "sha512-ikHGF67ODxj7vS5NKU2wvTsFLbExee+KXVCnBWh8Cg2hVJfBMQIrlo50qru/09E0EifjnU8dZhJ/iHhyXJM6Mw==",
+ "version": "8.0.3",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-8.0.3.tgz",
+ "integrity": "sha512-tEEvU9TkZgnFDCtpnrEYnPsjT7iUx42aXfs4bzmQ5sMA09/6hZY0jeZcGkXyDagiBOvkUjNo8Viom+Me6+2x7g==",
"dev": true,
"dependencies": {
"brace-expansion": "^2.0.1"
@@ -10828,9 +10828,9 @@
}
},
"minimatch": {
- "version": "8.0.2",
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-8.0.2.tgz",
- "integrity": "sha512-ikHGF67ODxj7vS5NKU2wvTsFLbExee+KXVCnBWh8Cg2hVJfBMQIrlo50qru/09E0EifjnU8dZhJ/iHhyXJM6Mw==",
+ "version": "8.0.3",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-8.0.3.tgz",
+ "integrity": "sha512-tEEvU9TkZgnFDCtpnrEYnPsjT7iUx42aXfs4bzmQ5sMA09/6hZY0jeZcGkXyDagiBOvkUjNo8Viom+Me6+2x7g==",
"dev": true,
"requires": {
"brace-expansion": "^2.0.1"
diff --git a/js/package.json b/js/package.json
index 63399b7ba..9a7cb29e6 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": "^8.0.2",
+ "minimatch": "^8.0.3",
"natives": "^1.1.6"
},
"dependencies": {