From c4c003e7cca39872d32c180fd9777a34cd94baf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Feb 2026 19:37:17 +0000 Subject: [PATCH] Bump minimatch from 3.0.4 to 10.2.1 Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 10.2.1. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v10.2.1) --- updated-dependencies: - dependency-name: minimatch dependency-version: 10.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 83 ++++++++++++++++++++++++++++++----------------- package.json | 2 +- 2 files changed, 54 insertions(+), 31 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8836d9f..305686c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,52 +1,75 @@ { "name": "webpack-size-budgets-plugin", - "version": "1.0.0", - "lockfileVersion": 1, + "version": "1.0.1", + "lockfileVersion": 3, "requires": true, - "dependencies": { - "balanced-match": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", - "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=" + "packages": { + "": { + "version": "1.0.1", + "license": "MIT", + "dependencies": { + "bytes": "^3.1.0", + "console-table-printer": "^1.10.2", + "get-prop-safe": "^1.0.0", + "minimatch": "^10.2.1", + "seebigs-each": "^1.1.0" + } + }, + "node_modules/balanced-match": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz", + "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==", + "license": "MIT", + "engines": { + "node": "18 || 20 || >=22" + } }, - "brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "requires": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" + "node_modules/brace-expansion": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.3.tgz", + "integrity": "sha512-fy6KJm2RawA5RcHkLa1z/ScpBeA762UF9KmZQxwIbDtRJrgLzM10depAiEQ+CXYcoiqW1/m96OAAoke2nE9EeA==", + "license": "MIT", + "dependencies": { + "balanced-match": "^4.0.2" + }, + "engines": { + "node": "18 || 20 || >=22" } }, - "bytes": { + "node_modules/bytes": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz", - "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==" - }, - "concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" + "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==", + "engines": { + "node": ">= 0.8" + } }, - "console-table-printer": { + "node_modules/console-table-printer": { "version": "1.10.2", "resolved": "https://registry.npmjs.org/console-table-printer/-/console-table-printer-1.10.2.tgz", "integrity": "sha512-6El5lxzTU/Rp2G+ReIHqK/0muV4p7T+z42eRyWmb92/IIxoQ+Y35SJ1XYzW+6S4+EA54e6iezvQuIOmz/koSNw==" }, - "get-prop-safe": { + "node_modules/get-prop-safe": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/get-prop-safe/-/get-prop-safe-1.0.0.tgz", "integrity": "sha1-NZALwXI63Qz4w5pIJDzLk2tkgvE=" }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", - "requires": { - "brace-expansion": "^1.1.7" + "node_modules/minimatch": { + "version": "10.2.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.1.tgz", + "integrity": "sha512-MClCe8IL5nRRmawL6ib/eT4oLyeKMGCghibcDWK+J0hh0Q8kqSdia6BvbRMVk6mPa6WqUa5uR2oxt6C5jd533A==", + "license": "BlueOak-1.0.0", + "dependencies": { + "brace-expansion": "^5.0.2" + }, + "engines": { + "node": "20 || >=22" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, - "seebigs-each": { + "node_modules/seebigs-each": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/seebigs-each/-/seebigs-each-1.1.0.tgz", "integrity": "sha512-b+mXV4jPb4eIlbMk76U2wzU/RZZ6vv8R6v/KbnGDVtgxIjUF/PAPNAJmdbaDh3q9tZ1Ngifa01leoe+7zTCu8w==" diff --git a/package.json b/package.json index 3a60d64..673e1c7 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "bytes": "^3.1.0", "console-table-printer": "^1.10.2", "get-prop-safe": "^1.0.0", - "minimatch": "^3.0.4", + "minimatch": "^10.2.1", "seebigs-each": "^1.1.0" } }