Merge 3a2029583f2233c31b43993fdd4cb16e3fbc8d29 into 20720ca4f9175373ee8075fc18ce823707350534

This commit is contained in:
dependabot[bot] 2022-11-10 07:20:23 +00:00 committed by GitHub
commit 743a799412
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -607,9 +607,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.1.2",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
"dev": true,
"requires": {
"brace-expansion": "^1.1.7"
@ -777,14 +777,25 @@
}
},
"replace": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/replace/-/replace-1.2.0.tgz",
"integrity": "sha512-e3AP5GkRk+N/Qm1MUBaMhEHr4X3sHNI44a8m4ww6/qShJphTsStxSezbYtFNTFGCXZtWrwz4McVvCEwBv+ebAw==",
"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": {
"minimatch": {
"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"
}
}
}
},
"replace-in-file": {