Update Minimatch to 9.0.3, rebuild and fix licensing (#626)

This commit is contained in:
Dusan Trickovic
2023-07-26 13:23:55 +02:00
committed by GitHub
parent 3cc2196fe8
commit 68124ad53a
4 changed files with 688 additions and 378 deletions

View File

@@ -1,6 +1,6 @@
---
name: minimatch
version: 7.4.3
version: 9.0.3
type: npm
summary: a glob matcher in javascript
homepage:

1036
dist/index.js vendored

File diff suppressed because it is too large Load Diff

16
package-lock.json generated
View File

@@ -13,7 +13,7 @@
"@actions/github": "^5.1.1",
"@octokit/plugin-retry": "^5.0.5",
"js-yaml": "^4.1.0",
"minimatch": "^7.4.3"
"minimatch": "^9.0.3"
},
"devDependencies": {
"@types/jest": "^27.4.1",
@@ -4706,14 +4706,14 @@
}
},
"node_modules/minimatch": {
"version": "7.4.3",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.4.3.tgz",
"integrity": "sha512-5UB4yYusDtkRPbRiy1cqZ1IpGNcJCGlEMG17RKzPddpyiPKoCdwohbED8g4QXT0ewCt8LTkQXuljsUfQ3FKM4A==",
"version": "9.0.3",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
"integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
"dependencies": {
"brace-expansion": "^2.0.1"
},
"engines": {
"node": ">=10"
"node": ">=16 || 14 >=14.17"
},
"funding": {
"url": "https://github.com/sponsors/isaacs"
@@ -9592,9 +9592,9 @@
"dev": true
},
"minimatch": {
"version": "7.4.3",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.4.3.tgz",
"integrity": "sha512-5UB4yYusDtkRPbRiy1cqZ1IpGNcJCGlEMG17RKzPddpyiPKoCdwohbED8g4QXT0ewCt8LTkQXuljsUfQ3FKM4A==",
"version": "9.0.3",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
"integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
"requires": {
"brace-expansion": "^2.0.1"
}

View File

@@ -28,7 +28,7 @@
"@actions/github": "^5.1.1",
"@octokit/plugin-retry": "^5.0.5",
"js-yaml": "^4.1.0",
"minimatch": "^7.4.3"
"minimatch": "^9.0.3"
},
"devDependencies": {
"@types/jest": "^27.4.1",