summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-22 13:27:11 +0100
committerGitHub <noreply@github.com>2023-02-22 13:27:11 +0100
commit59a005b73187bc8bac4cdf20a56f8f4e091870d2 (patch)
tree773f23ac5de5e8a9ebac4b0409bd8710ced4712e
parentfa8f5918c1876eb8c69fb726e10d6b6a6e738acd (diff)
Build(deps-dev): Bump minimatch from 7.0.0 to 7.0.1 in /js (#2109)
Bumps [minimatch](https://github.com/isaacs/minimatch) from 7.0.0 to 7.0.1. - [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.0.0...v7.0.1) --- 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 cd26895f0..682b1278d 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.0.0",
+ "minimatch": "^7.0.1",
"natives": "^1.1.6"
},
"engines": {
@@ -4553,9 +4553,9 @@
}
},
"node_modules/minimatch": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.0.0.tgz",
- "integrity": "sha512-Wog4y1P2q/0sF+0vw+6dWgqVmo/XPJg+2OtVmR6IVvNGDhcfAPjFacjZCUlGCoU/tbzH6EOeSt2P3llRAqRNiA==",
+ "version": "7.0.1",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.0.1.tgz",
+ "integrity": "sha512-C4CrOG1kAnaIxQPTAoiAmZCR2up1yjDdseGpr8UCUw5UqBUao5E1q2bOv0cAX0+y8MUxcyrvkTsoj5DvGRnvdQ==",
"dev": true,
"dependencies": {
"brace-expansion": "^2.0.1"
@@ -10828,9 +10828,9 @@
}
},
"minimatch": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.0.0.tgz",
- "integrity": "sha512-Wog4y1P2q/0sF+0vw+6dWgqVmo/XPJg+2OtVmR6IVvNGDhcfAPjFacjZCUlGCoU/tbzH6EOeSt2P3llRAqRNiA==",
+ "version": "7.0.1",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.0.1.tgz",
+ "integrity": "sha512-C4CrOG1kAnaIxQPTAoiAmZCR2up1yjDdseGpr8UCUw5UqBUao5E1q2bOv0cAX0+y8MUxcyrvkTsoj5DvGRnvdQ==",
"dev": true,
"requires": {
"brace-expansion": "^2.0.1"
diff --git a/js/package.json b/js/package.json
index 300beb40f..762787f01 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.0.0",
+ "minimatch": "^7.0.1",
"natives": "^1.1.6"
},
"dependencies": {