mirror of https://github.com/actions/toolkit
feat: upgrade minimatch from 9.0.5 to 10.0.1
Snyk has created this PR to upgrade minimatch from 9.0.5 to 10.0.1. See this package in npm: minimatch See this project in Snyk: https://app.snyk.io/org/rizwan-r-r/project/bb5519b0-bd2c-4314-a1ff-c5ba59430b81?utm_source=github&utm_medium=referral&page=upgrade-prpull/1802/merge^2
parent
25d408dfee
commit
0cfd8e892b
|
@ -25,7 +25,7 @@
|
|||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.9.1",
|
||||
"minimatch": "^9.0.5"
|
||||
"minimatch": "^10.0.1"
|
||||
}
|
||||
},
|
||||
"node_modules/@actions/core": {
|
||||
|
@ -61,15 +61,15 @@
|
|||
}
|
||||
},
|
||||
"node_modules/minimatch": {
|
||||
"version": "9.0.5",
|
||||
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
||||
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
||||
"version": "10.0.1",
|
||||
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.1.tgz",
|
||||
"integrity": "sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"brace-expansion": "^2.0.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16 || 14 >=14.17"
|
||||
"node": "20 || >=22"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/isaacs"
|
||||
|
|
|
@ -38,6 +38,6 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.9.1",
|
||||
"minimatch": "^9.0.5"
|
||||
"minimatch": "^10.0.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue