From 982e1169459938cdbf4ba763c5de0cbeeaa9c194 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 10:23:50 +0000 Subject: [PATCH] Bump picomatch from 4.0.4 to 4.0.5 in the npm-dependencies group Bumps the npm-dependencies group with 1 update: [picomatch](https://github.com/micromatch/picomatch). Updates `picomatch` from 4.0.4 to 4.0.5 - [Release notes](https://github.com/micromatch/picomatch/releases) - [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/picomatch/compare/4.0.4...4.0.5) --- updated-dependencies: - dependency-name: picomatch dependency-version: 4.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d0bc24e..f9e6156 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "node-addon-api": "^8.9.0", "phaser": "^4.2.0", "picocolors": "^1.1.1", - "picomatch": "^4.0.4", + "picomatch": "^4.0.5", "postcss": "^8.5.16", "source-map-js": "^1.2.1", "tailwindcss": "^4.2.2", @@ -3997,9 +3997,9 @@ "license": "ISC" }, "node_modules/picomatch": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz", - "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==", + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.5.tgz", + "integrity": "sha512-RvwwcruNjI1ncT5xRakeyS9Lf8lcItv34KD+aif+VH9kduAyfYBipGh12274xtenIPZ119/R9BdTBa8gAwSh0A==", "license": "MIT", "engines": { "node": ">=12" diff --git a/package.json b/package.json index a88cde2..a955598 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "node-addon-api": "^8.9.0", "phaser": "^4.2.0", "picocolors": "^1.1.1", - "picomatch": "^4.0.4", + "picomatch": "^4.0.5", "postcss": "^8.5.16", "source-map-js": "^1.2.1", "tailwindcss": "^4.2.2",