From f87b88c8a5024d6366b8f414b76735ff0ed8c5bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 05:20:54 +0000 Subject: [PATCH] Bump minimatch from 3.1.2 to 3.1.5 in /samples/BidirectionChat/js Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.1.2 to 3.1.5. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v3.1.2...v3.1.5) --- updated-dependencies: - dependency-name: minimatch dependency-version: 3.1.5 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- samples/BidirectionChat/js/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/samples/BidirectionChat/js/package-lock.json b/samples/BidirectionChat/js/package-lock.json index 100170a0..2a7a922d 100644 --- a/samples/BidirectionChat/js/package-lock.json +++ b/samples/BidirectionChat/js/package-lock.json @@ -345,9 +345,9 @@ "license": "Apache-2.0" }, "node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://msazure.pkgs.visualstudio.com/_packaging/AzurePortal/npm/registry/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha1-Gc0ZS/0+Qo8EmnCBfAONiatL41s=", + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz", + "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==", "dev": true, "license": "ISC", "dependencies": {