summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-23 13:31:46 +0000
committerGitHub <noreply@github.com>2023-02-23 13:31:46 +0000
commit7f3117f946a0890945b07b9eade0c73b8e06413a (patch)
tree08e69476f7b47f6ee316f31e487d7c9a3a5f0a17
parent66d4e04007c66cf0aa139d171142874004bbfcb5 (diff)
Build(deps-dev): Bump minimatch from 7.0.1 to 7.1.0 in /js (#2117)
Bumps [minimatch](https://github.com/isaacs/minimatch) from 7.0.1 to 7.1.0. - [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.1...v7.1.0) --- updated-dependencies: - dependency-name: minimatch dependency-type: direct:development update-type: version-update:semver-minor ... 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 682b1278d..4a64caa2e 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.1",
+ "minimatch": "^7.1.0",
"natives": "^1.1.6"
},
"engines": {
@@ -4553,9 +4553,9 @@
}
},
"node_modules/minimatch": {
- "version": "7.0.1",
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.0.1.tgz",
- "integrity": "sha512-C4CrOG1kAnaIxQPTAoiAmZCR2up1yjDdseGpr8UCUw5UqBUao5E1q2bOv0cAX0+y8MUxcyrvkTsoj5DvGRnvdQ==",
+ "version": "7.1.0",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.1.0.tgz",
+ "integrity": "sha512-ZRvZsrVXiuB/QDlJx7WPymFyOHQUntQOEH3vFIwCzs/fDnH/siHZQAmI6Zamx1J9u9S66ucgKXU0CnqHfi8Z4g==",
"dev": true,
"dependencies": {
"brace-expansion": "^2.0.1"
@@ -10828,9 +10828,9 @@
}
},
"minimatch": {
- "version": "7.0.1",
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.0.1.tgz",
- "integrity": "sha512-C4CrOG1kAnaIxQPTAoiAmZCR2up1yjDdseGpr8UCUw5UqBUao5E1q2bOv0cAX0+y8MUxcyrvkTsoj5DvGRnvdQ==",
+ "version": "7.1.0",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.1.0.tgz",
+ "integrity": "sha512-ZRvZsrVXiuB/QDlJx7WPymFyOHQUntQOEH3vFIwCzs/fDnH/siHZQAmI6Zamx1J9u9S66ucgKXU0CnqHfi8Z4g==",
"dev": true,
"requires": {
"brace-expansion": "^2.0.1"
diff --git a/js/package.json b/js/package.json
index 762787f01..871456243 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.1",
+ "minimatch": "^7.1.0",
"natives": "^1.1.6"
},
"dependencies": {