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",