From f076d9e6a65525c59138176f65564c09673db07d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 12:56:42 +0000 Subject: Build(deps-dev): Bump minimatch from 9.0.1 to 9.0.2 in /js Bumps [minimatch](https://github.com/isaacs/minimatch) from 9.0.1 to 9.0.2. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v9.0.1...v9.0.2) --- updated-dependencies: - dependency-name: minimatch dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- js/package-lock.json | 14 +++++++------- js/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/js/package-lock.json b/js/package-lock.json index 3689f82c6..6afe4755b 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": "^9.0.1", + "minimatch": "^9.0.2", "natives": "^1.1.6" }, "engines": { @@ -4562,9 +4562,9 @@ } }, "node_modules/minimatch": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.1.tgz", - "integrity": "sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==", + "version": "9.0.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.2.tgz", + "integrity": "sha512-PZOT9g5v2ojiTL7r1xF6plNHLtOeTpSlDI007As2NlA2aYBMfVom17yqa6QzhmDP8QOhn7LjHTg7DFCVSSa6yg==", "dev": true, "dependencies": { "brace-expansion": "^2.0.1" @@ -10850,9 +10850,9 @@ } }, "minimatch": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.1.tgz", - "integrity": "sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==", + "version": "9.0.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.2.tgz", + "integrity": "sha512-PZOT9g5v2ojiTL7r1xF6plNHLtOeTpSlDI007As2NlA2aYBMfVom17yqa6QzhmDP8QOhn7LjHTg7DFCVSSa6yg==", "dev": true, "requires": { "brace-expansion": "^2.0.1" diff --git a/js/package.json b/js/package.json index 1d12d8287..200f5f820 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": "^9.0.1", + "minimatch": "^9.0.2", "natives": "^1.1.6" }, "dependencies": { -- cgit v1.2.3