summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-03 14:51:35 +0000
committerGitHub <noreply@github.com>2023-04-03 14:51:35 +0000
commit487e209aae306047114f236bf39346500397f6a2 (patch)
tree939ed35c5468cb80832308cf2d6fe23ce2196f90
parentb1ce9cb214658f26073efd2535ef85a41c374f51 (diff)
Build(deps-dev): Bump minimatch from 7.4.3 to 8.0.2 in /js (#2181)
Bumps [minimatch](https://github.com/isaacs/minimatch) from 7.4.3 to 8.0.2. - [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/v7.4.3...v8.0.2) --- updated-dependencies: - dependency-name: minimatch dependency-type: direct:development update-type: version-update:semver-major ... 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.json16
-rw-r--r--js/package.json2
2 files changed, 9 insertions, 9 deletions
diff --git a/js/package-lock.json b/js/package-lock.json
index 0392f68d2..e12d1c680 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.4.3",
+ "minimatch": "^8.0.2",
"natives": "^1.1.6"
},
"engines": {
@@ -4553,15 +4553,15 @@
}
},
"node_modules/minimatch": {
- "version": "7.4.3",
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.4.3.tgz",
- "integrity": "sha512-5UB4yYusDtkRPbRiy1cqZ1IpGNcJCGlEMG17RKzPddpyiPKoCdwohbED8g4QXT0ewCt8LTkQXuljsUfQ3FKM4A==",
+ "version": "8.0.2",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-8.0.2.tgz",
+ "integrity": "sha512-ikHGF67ODxj7vS5NKU2wvTsFLbExee+KXVCnBWh8Cg2hVJfBMQIrlo50qru/09E0EifjnU8dZhJ/iHhyXJM6Mw==",
"dev": true,
"dependencies": {
"brace-expansion": "^2.0.1"
},
"engines": {
- "node": ">=10"
+ "node": ">=16 || 14 >=14.17"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
@@ -10828,9 +10828,9 @@
}
},
"minimatch": {
- "version": "7.4.3",
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.4.3.tgz",
- "integrity": "sha512-5UB4yYusDtkRPbRiy1cqZ1IpGNcJCGlEMG17RKzPddpyiPKoCdwohbED8g4QXT0ewCt8LTkQXuljsUfQ3FKM4A==",
+ "version": "8.0.2",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-8.0.2.tgz",
+ "integrity": "sha512-ikHGF67ODxj7vS5NKU2wvTsFLbExee+KXVCnBWh8Cg2hVJfBMQIrlo50qru/09E0EifjnU8dZhJ/iHhyXJM6Mw==",
"dev": true,
"requires": {
"brace-expansion": "^2.0.1"
diff --git a/js/package.json b/js/package.json
index 875cd47be..63399b7ba 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.4.3",
+ "minimatch": "^8.0.2",
"natives": "^1.1.6"
},
"dependencies": {