mirror of https://github.com/apache/druid.git
Bump minimatch and replace in /web-console (#13396)
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] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
f524c68f08
commit
16385c7101
|
@ -103,7 +103,7 @@
|
|||
"postcss-loader": "^5.3.0",
|
||||
"postcss-preset-env": "^6.7.0",
|
||||
"prettier": "^2.5.1",
|
||||
"replace": "^1.2.1",
|
||||
"replace": "^1.2.2",
|
||||
"sass-loader": "^11.1.0",
|
||||
"snarkdown": "^2.0.0",
|
||||
"style-loader": "^2.0.0",
|
||||
|
@ -18238,9 +18238,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"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==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"brace-expansion": "^1.1.7"
|
||||
|
@ -22276,13 +22276,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": {
|
||||
|
@ -41739,9 +41739,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"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==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"brace-expansion": "^1.1.7"
|
||||
|
@ -44807,13 +44807,13 @@
|
|||
"dev": true
|
||||
},
|
||||
"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": {
|
||||
|
|
|
@ -160,7 +160,7 @@
|
|||
"postcss-loader": "^5.3.0",
|
||||
"postcss-preset-env": "^6.7.0",
|
||||
"prettier": "^2.5.1",
|
||||
"replace": "^1.2.1",
|
||||
"replace": "^1.2.2",
|
||||
"sass-loader": "^11.1.0",
|
||||
"snarkdown": "^2.0.0",
|
||||
"style-loader": "^2.0.0",
|
||||
|
|
Loading…
Reference in New Issue