Merge pull request #525 from panticmilos/vmpantic/bump-minimatch

Bump license version
This commit is contained in:
Milos Pantic
2023-03-23 12:36:22 +01:00
committed by GitHub
3 changed files with 9 additions and 9 deletions

View File

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

14
package-lock.json generated
View File

@@ -12,7 +12,7 @@
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"js-yaml": "^4.1.0",
"minimatch": "^7.4.2"
"minimatch": "^7.4.3"
},
"devDependencies": {
"@types/jest": "^27.4.1",
@@ -4446,9 +4446,9 @@
}
},
"node_modules/minimatch": {
"version": "7.4.2",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.4.2.tgz",
"integrity": "sha512-xy4q7wou3vUoC9k1xGTXc+awNdGaGVHtFUaey8tiX4H1QRc04DZ/rmDFwNm2EBsuYEhAZ6SgMmYf3InGY6OauA==",
"version": "7.4.3",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.4.3.tgz",
"integrity": "sha512-5UB4yYusDtkRPbRiy1cqZ1IpGNcJCGlEMG17RKzPddpyiPKoCdwohbED8g4QXT0ewCt8LTkQXuljsUfQ3FKM4A==",
"dependencies": {
"brace-expansion": "^2.0.1"
},
@@ -9137,9 +9137,9 @@
"dev": true
},
"minimatch": {
"version": "7.4.2",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.4.2.tgz",
"integrity": "sha512-xy4q7wou3vUoC9k1xGTXc+awNdGaGVHtFUaey8tiX4H1QRc04DZ/rmDFwNm2EBsuYEhAZ6SgMmYf3InGY6OauA==",
"version": "7.4.3",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.4.3.tgz",
"integrity": "sha512-5UB4yYusDtkRPbRiy1cqZ1IpGNcJCGlEMG17RKzPddpyiPKoCdwohbED8g4QXT0ewCt8LTkQXuljsUfQ3FKM4A==",
"requires": {
"brace-expansion": "^2.0.1"
}

View File

@@ -27,7 +27,7 @@
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"js-yaml": "^4.1.0",
"minimatch": "^7.4.2"
"minimatch": "^7.4.3"
},
"devDependencies": {
"@types/jest": "^27.4.1",