From 7c1c630bc6ab66d644f3481eb979657d1999e969 Mon Sep 17 00:00:00 2001 From: Milos Pantic Date: Thu, 23 Mar 2023 12:14:00 +0100 Subject: [PATCH] Bump license version --- .licenses/npm/minimatch.dep.yml | 2 +- package-lock.json | 14 +++++++------- package.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.licenses/npm/minimatch.dep.yml b/.licenses/npm/minimatch.dep.yml index 28bf25efb..c3866bdd9 100644 --- a/.licenses/npm/minimatch.dep.yml +++ b/.licenses/npm/minimatch.dep.yml @@ -1,6 +1,6 @@ --- name: minimatch -version: 7.4.2 +version: 7.4.3 type: npm summary: a glob matcher in javascript homepage: diff --git a/package-lock.json b/package-lock.json index de96a2d01..d381f1675 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" } diff --git a/package.json b/package.json index 0f5bc2b71..e9c88e7f2 100644 --- a/package.json +++ b/package.json @@ -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",