From e68bf36c974bdd9dad82607230dfdccfb1796076 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Mar 2025 23:46:21 +0000 Subject: [PATCH] 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: https://app.snyk.io/org/joaocaracinha/project/799cc79b-8237-42df-a006-2668dcafac36?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4377954..00adde6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@actions/artifact": "^2.3.2", "@actions/core": "^1.10.1", "@actions/github": "^5.1.1", - "minimatch": "^9.0.3" + "minimatch": "^9.0.5" }, "devDependencies": { "@types/jest": "^29.5.14", @@ -8292,9 +8292,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" }, @@ -16855,9 +16856,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" } diff --git a/package.json b/package.json index 7c22cfe..3b1d47c 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@actions/artifact": "^2.3.2", "@actions/core": "^1.10.1", "@actions/github": "^5.1.1", - "minimatch": "^9.0.3" + "minimatch": "^9.0.5" }, "devDependencies": { "@types/jest": "^29.5.14",