Bump license version

This commit is contained in:
Milos Pantic
2023-03-23 12:14:00 +01:00
parent ebf4aac003
commit 9edd2bf941
3 changed files with 9 additions and 9 deletions

View File

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

14
package-lock.json generated
View File

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

View File

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