1
0
Fork 0
mirror of https://code.forgejo.org/actions/download-artifact synced 2025-06-08 04:58:20 +02:00

fix: upgrade minimatch from 9.0.3 to 9.0.5

Snyk has created this PR to upgrade minimatch from 9.0.3 to 9.0.5.

See this package in npm:
minimatch

See this project in Snyk:
799cc79b-8237-42df-a006-2668dcafac36?utm_source=github&utm_medium=referral&page=upgrade-pr
This commit is contained in:
snyk-bot 2025-04-04 22:44:48 +00:00
parent e7206d76ad
commit bd5cec09b7
No known key found for this signature in database
GPG key ID: 78AC5AE55A47A65B
2 changed files with 9 additions and 8 deletions

15
package-lock.json generated
View file

@ -12,7 +12,7 @@
"@actions/artifact": "^2.3.2",
"@actions/core": "^1.11.1",
"@actions/github": "^5.1.1",
"minimatch": "^9.0.3"
"minimatch": "^9.0.5"
},
"devDependencies": {
"@types/jest": "^29.5.14",
@ -8308,9 +8308,10 @@
}
},
"node_modules/minimatch": {
"version": "9.0.3",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
"integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
"version": "9.0.5",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
"license": "ISC",
"dependencies": {
"brace-expansion": "^2.0.1"
},
@ -16884,9 +16885,9 @@
"dev": true
},
"minimatch": {
"version": "9.0.3",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
"integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
"version": "9.0.5",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
"requires": {
"brace-expansion": "^2.0.1"
}

View file

@ -32,7 +32,7 @@
"@actions/artifact": "^2.3.2",
"@actions/core": "^1.11.1",
"@actions/github": "^5.1.1",
"minimatch": "^9.0.3"
"minimatch": "^9.0.5"
},
"devDependencies": {
"@types/jest": "^29.5.14",