From ed1cbbf3ab1af86ad5510da92287b2ef97170b71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 05:28:48 +0000 Subject: [PATCH] build(deps): bump minimatch in /wrongsecrets-balancer Bumps [minimatch](https://github.com/isaacs/minimatch) from 9.0.5 to 10.0.1. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v9.0.5...v10.0.1) --- updated-dependencies: - dependency-name: minimatch dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- wrongsecrets-balancer/package-lock.json | 41 +++++++++++++++++++------ wrongsecrets-balancer/package.json | 4 +-- 2 files changed, 34 insertions(+), 11 deletions(-) diff --git a/wrongsecrets-balancer/package-lock.json b/wrongsecrets-balancer/package-lock.json index 2bcc0ebd..2728f367 100644 --- a/wrongsecrets-balancer/package-lock.json +++ b/wrongsecrets-balancer/package-lock.json @@ -26,7 +26,6 @@ "http-proxy-middleware": "^3.0.0", "joi": "^17.13.3", "lodash": "^4.17.21", - "minimatch": "^9.0.5", "on-finished": "^2.4.1", "prom-client": "^15.1.3", "winston": "^3.13.1" @@ -37,7 +36,7 @@ "eslint-plugin-prettier": "^5.2.1", "jest": "^29.7.0", "jest-date-mock": "^1.0.10", - "minimatch": "^9.0.5", + "minimatch": "^10.0.1", "prettier": "^3.3.3", "supertest": "^7.0.0" } @@ -5343,14 +5342,15 @@ } }, "node_modules/minimatch": { - "version": "9.0.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", - "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.1.tgz", + "integrity": "sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==", + "dev": true, "dependencies": { "brace-expansion": "^2.0.1" }, "engines": { - "node": ">=16 || 14 >=14.17" + "node": "20 || >=22" }, "funding": { "url": "https://github.com/sponsors/isaacs" @@ -5397,6 +5397,20 @@ "url": "https://github.com/sponsors/isaacs" } }, + "node_modules/minizlib/node_modules/minimatch": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/minizlib/node_modules/rimraf": { "version": "5.0.7", "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.7.tgz", @@ -11349,9 +11363,10 @@ "dev": true }, "minimatch": { - "version": "9.0.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", - "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.1.tgz", + "integrity": "sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==", + "dev": true, "requires": { "brace-expansion": "^2.0.1" } @@ -11382,6 +11397,14 @@ "path-scurry": "^1.11.1" } }, + "minimatch": { + "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" + } + }, "rimraf": { "version": "5.0.7", "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.7.tgz", diff --git a/wrongsecrets-balancer/package.json b/wrongsecrets-balancer/package.json index 71e7faca..f73c67f1 100644 --- a/wrongsecrets-balancer/package.json +++ b/wrongsecrets-balancer/package.json @@ -28,7 +28,7 @@ "http-proxy-middleware": "^3.0.0", "joi": "^17.13.3", "lodash": "^4.17.21", - "minimatch": "^9.0.5", + "minimatch": "^10.0.1", "on-finished": "^2.4.1", "prom-client": "^15.1.3", "winston": "^3.13.1" @@ -39,7 +39,7 @@ "eslint-plugin-prettier": "^5.2.1", "jest": "^29.7.0", "jest-date-mock": "^1.0.10", - "minimatch": "^9.0.5", + "minimatch": "^10.0.1", "prettier": "^3.3.3", "supertest": "^7.0.0" },