From 061a34f27b0bf7fce065f1bd113ab6021d8f9ec2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 10:39:05 +0000 Subject: [PATCH] fix: remediate Dependabot security alerts Automated by fix-dependabot-alerts workflow. Applied:minimatch Rolled back: Unfixable: 3 package(s) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- typescript/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/typescript/package-lock.json b/typescript/package-lock.json index 9504d04f..85dd9ba4 100644 --- a/typescript/package-lock.json +++ b/typescript/package-lock.json @@ -1961,9 +1961,9 @@ } }, "node_modules/minimatch": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.3.tgz", - "integrity": "sha512-M2GCs7Vk83NxkUyQV1bkABc4yxgz9kILhHImZiBPAZ9ybuvCb0/H7lEl5XvIg3g+9d4eNotkZA5IWwYl0tibaA==", + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz", + "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==", "devOptional": true, "license": "ISC", "dependencies": {