From aa49a2a52ecdf48e2263c75156378561f3f8c05a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 09:51:18 +0000 Subject: [PATCH] Bump minimatch from 3.0.5 to 3.1.4 in /srp-ui Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.5 to 3.1.4. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v3.0.5...v3.1.4) --- updated-dependencies: - dependency-name: minimatch dependency-version: 3.1.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- srp-ui/package-lock.json | 37 ++++++++++++++++++++++++++++++------- srp-ui/package.json | 2 +- 2 files changed, 31 insertions(+), 8 deletions(-) diff --git a/srp-ui/package-lock.json b/srp-ui/package-lock.json index a79e96a..64df5e2 100644 --- a/srp-ui/package-lock.json +++ b/srp-ui/package-lock.json @@ -25,7 +25,7 @@ "jshint": "^2.13.4", "kind-of": ">=6.0.3", "lodash": "^4.17.21", - "minimatch": "^3.0.5", + "minimatch": "^3.1.4", "minimist": "^1.2.6", "natives": "^1.1.3", "through2": "^2.0.5" @@ -3297,6 +3297,18 @@ "jshint": "bin/jshint" } }, + "node_modules/jshint/node_modules/minimatch": { + "version": "3.0.8", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.8.tgz", + "integrity": "sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q==", + "dev": true, + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, "node_modules/json-stable-stringify-without-jsonify": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", @@ -3565,9 +3577,9 @@ } }, "node_modules/minimatch": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.5.tgz", - "integrity": "sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==", + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.4.tgz", + "integrity": "sha512-twmL+S8+7yIsE9wsqgzU3E8/LumN3M3QELrBZ20OdmQ9jB2JvW5oZtBEmft84k/Gs5CG9mqtWc6Y9vW+JEzGxw==", "dev": true, "dependencies": { "brace-expansion": "^1.1.7" @@ -8066,6 +8078,17 @@ "lodash": "~4.17.21", "minimatch": "~3.0.2", "strip-json-comments": "1.0.x" + }, + "dependencies": { + "minimatch": { + "version": "3.0.8", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.8.tgz", + "integrity": "sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + } } }, "json-stable-stringify-without-jsonify": { @@ -8289,9 +8312,9 @@ } }, "minimatch": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.5.tgz", - "integrity": "sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==", + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.4.tgz", + "integrity": "sha512-twmL+S8+7yIsE9wsqgzU3E8/LumN3M3QELrBZ20OdmQ9jB2JvW5oZtBEmft84k/Gs5CG9mqtWc6Y9vW+JEzGxw==", "dev": true, "requires": { "brace-expansion": "^1.1.7" diff --git a/srp-ui/package.json b/srp-ui/package.json index 99cf579..e91ee5d 100644 --- a/srp-ui/package.json +++ b/srp-ui/package.json @@ -33,7 +33,7 @@ "jshint": "^2.13.4", "kind-of": ">=6.0.3", "lodash": "^4.17.21", - "minimatch": "^3.0.5", + "minimatch": "^3.1.4", "minimist": "^1.2.6", "natives": "^1.1.3", "through2": "^2.0.5"