From 130fdecf6428961819065fc635623db9b718bc22 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Fri, 27 Feb 2026 22:21:38 +0200 Subject: [PATCH] fix(deps): add minimatch to fix vulnerable package versions --- package.json | 3 ++- yarn.lock | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index db6770b..a78a22a 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,8 @@ }, "dependencies": { "@ivuorinen/config-checker": "^2.1.2", - "markdownlint-cli": "^0.47.0" + "markdownlint-cli": "^0.47.0", + "minimatch": "^10.2.4" }, "packageManager": "yarn@4.12.0", "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 4ba3cf7..e0aeecd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -103,6 +103,7 @@ __metadata: "@ivuorinen/config-checker": "npm:^2.1.2" "@ivuorinen/semantic-release-config": "npm:^1.1.3" markdownlint-cli: "npm:^0.47.0" + minimatch: "npm:^10.2.4" languageName: unknown linkType: soft