From c8ccc308237561c7d62e09149d104bda12415ab8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 11:29:17 +0000 Subject: [PATCH] Bump minimatch from 5.1.6 to 9.0.3 Bumps [minimatch](https://github.com/isaacs/minimatch) from 5.1.6 to 9.0.3. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v5.1.6...v9.0.3) --- updated-dependencies: - dependency-name: minimatch dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 ++++++++----- package.json | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index a1a16a0c024577..1313e57daa6ec4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "husky": "^8.0.1", "json-schema-to-typescript": "~13.0.1", "lint-staged": "^13.0.3", - "minimatch": "^5.1.6", + "minimatch": "^9.0.3", "mocha": "~10.2.0", "open-cli": "~7.2.0", "ora": "~6.3.0", @@ -6942,15 +6942,18 @@ } }, "node_modules/minimatch": { - "version": "5.1.6", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", - "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", + "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", "dev": true, "dependencies": { "brace-expansion": "^2.0.1" }, "engines": { - "node": ">=10" + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, "node_modules/minimatch/node_modules/brace-expansion": { diff --git a/package.json b/package.json index 0180ed3c33d244..50c6fddf4b94ab 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "husky": "^8.0.1", "json-schema-to-typescript": "~13.0.1", "lint-staged": "^13.0.3", - "minimatch": "^5.1.6", + "minimatch": "^9.0.3", "mocha": "~10.2.0", "open-cli": "~7.2.0", "ora": "~6.3.0",