1
0
mirror of synced 2025-12-25 02:17:36 -05:00

Bump minimatch from 5.1.0 to 6.1.5 (#34010)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-01-18 00:08:06 +00:00
committed by GitHub
parent 748740fc1d
commit 2301ca4213
2 changed files with 34 additions and 8 deletions

40
package-lock.json generated
View File

@@ -144,7 +144,7 @@
"linkinator": "4.0.2",
"lint-staged": "^13.0.1",
"make-promises-safe": "^5.1.0",
"minimatch": "^5.1.0",
"minimatch": "^6.1.5",
"mkdirp": "^1.0.4",
"mockdate": "^3.0.5",
"nock": "^13.2.7",
@@ -9868,6 +9868,18 @@
"license": "BSD-2-Clause",
"peer": true
},
"node_modules/glob/node_modules/minimatch": {
"version": "5.1.6",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
"integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
"dev": true,
"dependencies": {
"brace-expansion": "^2.0.1"
},
"engines": {
"node": ">=10"
}
},
"node_modules/global-dirs": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-3.0.0.tgz",
@@ -15345,15 +15357,18 @@
}
},
"node_modules/minimatch": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz",
"integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==",
"version": "6.1.5",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-6.1.5.tgz",
"integrity": "sha512-2/WxnHMkH7qFS+pG8ibLN5GZdx5Y0aLlgFSghaKRUpkeEmC85wZRb/xDvj9jv601KdNOS2G/nNqj2h6k42yxBQ==",
"dev": true,
"dependencies": {
"brace-expansion": "^2.0.1"
},
"engines": {
"node": ">=10"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
}
},
"node_modules/minimist": {
@@ -27533,6 +27548,17 @@
"inherits": "2",
"minimatch": "^5.0.1",
"once": "^1.3.0"
},
"dependencies": {
"minimatch": {
"version": "5.1.6",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
"integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
"dev": true,
"requires": {
"brace-expansion": "^2.0.1"
}
}
}
},
"glob-parent": {
@@ -31321,9 +31347,9 @@
"dev": true
},
"minimatch": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz",
"integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==",
"version": "6.1.5",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-6.1.5.tgz",
"integrity": "sha512-2/WxnHMkH7qFS+pG8ibLN5GZdx5Y0aLlgFSghaKRUpkeEmC85wZRb/xDvj9jv601KdNOS2G/nNqj2h6k42yxBQ==",
"dev": true,
"requires": {
"brace-expansion": "^2.0.1"

View File

@@ -146,7 +146,7 @@
"linkinator": "4.0.2",
"lint-staged": "^13.0.1",
"make-promises-safe": "^5.1.0",
"minimatch": "^5.1.0",
"minimatch": "^6.1.5",
"mkdirp": "^1.0.4",
"mockdate": "^3.0.5",
"nock": "^13.2.7",