From 70d56184cc5c40c78ed5b9557bd6504b8b66727b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Nov 2022 16:30:54 +0000 Subject: [PATCH] Bump minimatch and replace Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.0.5 and updates ancestor dependency [replace](https://github.com/ALMaclaine/replace). These dependencies need to be updated together. Updates `minimatch` from 3.0.4 to 3.0.5 - [Release notes](https://github.com/isaacs/minimatch/releases) - [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.0.5) Updates `replace` from 1.2.1 to 1.2.2 - [Release notes](https://github.com/ALMaclaine/replace/releases) - [Commits](https://github.com/ALMaclaine/replace/commits) --- updated-dependencies: - dependency-name: minimatch dependency-type: indirect - dependency-name: replace dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 382e37d303c4..0cbffd308e8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -158,7 +158,7 @@ "object-hash": "^2.1.1", "postcss": "^8.3.0", "prettier": "^2.3.0", - "replace": "^1.2.1", + "replace": "^1.2.2", "resolve-url-loader": "^4.0.0", "rimraf": "^3.0.2", "robots-parser": "^2.3.0", @@ -16582,9 +16582,9 @@ "integrity": "sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=" }, "node_modules/minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.5.tgz", + "integrity": "sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==", "dependencies": { "brace-expansion": "^1.1.7" }, @@ -20070,13 +20070,13 @@ } }, "node_modules/replace": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/replace/-/replace-1.2.1.tgz", - "integrity": "sha512-KZCBe/tPanwBlbjSMQby4l+zjSiFi3CLEP/6VLClnRYgJ46DZ5u9tmA6ceWeFS8coaUnU4ZdGNb/puUGMHNSRg==", + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/replace/-/replace-1.2.2.tgz", + "integrity": "sha512-C4EDifm22XZM2b2JOYe6Mhn+lBsLBAvLbK8drfUQLTfD1KYl/n3VaW/CDju0Ny4w3xTtegBpg8YNSpFJPUDSjA==", "dev": true, "dependencies": { "chalk": "2.4.2", - "minimatch": "3.0.4", + "minimatch": "3.0.5", "yargs": "^15.3.1" }, "bin": { @@ -37995,9 +37995,9 @@ "integrity": "sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=" }, "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.5.tgz", + "integrity": "sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==", "requires": { "brace-expansion": "^1.1.7" } @@ -41013,13 +41013,13 @@ "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=" }, "replace": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/replace/-/replace-1.2.1.tgz", - "integrity": "sha512-KZCBe/tPanwBlbjSMQby4l+zjSiFi3CLEP/6VLClnRYgJ46DZ5u9tmA6ceWeFS8coaUnU4ZdGNb/puUGMHNSRg==", + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/replace/-/replace-1.2.2.tgz", + "integrity": "sha512-C4EDifm22XZM2b2JOYe6Mhn+lBsLBAvLbK8drfUQLTfD1KYl/n3VaW/CDju0Ny4w3xTtegBpg8YNSpFJPUDSjA==", "dev": true, "requires": { "chalk": "2.4.2", - "minimatch": "3.0.4", + "minimatch": "3.0.5", "yargs": "^15.3.1" }, "dependencies": { diff --git a/package.json b/package.json index 3fc2ab4c19cd..4735f47924bb 100644 --- a/package.json +++ b/package.json @@ -160,7 +160,7 @@ "object-hash": "^2.1.1", "postcss": "^8.3.0", "prettier": "^2.3.0", - "replace": "^1.2.1", + "replace": "^1.2.2", "resolve-url-loader": "^4.0.0", "rimraf": "^3.0.2", "robots-parser": "^2.3.0",