From b00424d2bd898626c0a1ed1c92a6945c41b4ca8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 18:36:51 +0000 Subject: [PATCH] Bump the npm-dependencies group across 1 directory with 3 updates Bumps the npm-dependencies group with 3 updates in the / directory: [enhanced-resolve](https://github.com/webpack/enhanced-resolve), [jiti](https://github.com/unjs/jiti) and [postcss](https://github.com/postcss/postcss). Updates `enhanced-resolve` from 5.21.0 to 5.21.2 - [Release notes](https://github.com/webpack/enhanced-resolve/releases) - [Changelog](https://github.com/webpack/enhanced-resolve/blob/main/CHANGELOG.md) - [Commits](https://github.com/webpack/enhanced-resolve/compare/v5.21.0...v5.21.2) Updates `jiti` from 2.6.1 to 2.7.0 - [Release notes](https://github.com/unjs/jiti/releases) - [Changelog](https://github.com/unjs/jiti/blob/main/CHANGELOG.md) - [Commits](https://github.com/unjs/jiti/compare/v2.6.1...v2.7.0) Updates `postcss` from 8.5.13 to 8.5.14 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.5.13...8.5.14) --- updated-dependencies: - dependency-name: enhanced-resolve dependency-version: 5.21.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: jiti dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: postcss dependency-version: 8.5.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++------------ package.json | 6 +++--- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index a497b038..e60b59b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,11 +12,11 @@ "@11ty/eleventy": "^3.1.5", "@tailwindcss/postcss": "^4.2.4", "detect-libc": "^2.1.2", - "enhanced-resolve": "^5.21.0", + "enhanced-resolve": "^5.21.2", "graceful-fs": "^4.2.11", "is-extglob": "^2.1.1", "is-glob": "^4.0.3", - "jiti": "^2.6.1", + "jiti": "^2.7.0", "js-yaml": "^4.1.1", "lightningcss": "^1.32.0", "magic-string": "^0.30.21", @@ -25,7 +25,7 @@ "phaser": "^4.1.0", "picocolors": "^1.1.1", "picomatch": "^4.0.4", - "postcss": "^8.5.13", + "postcss": "^8.5.14", "source-map-js": "^1.2.1", "tailwindcss": "^4.2.2", "tapable": "^2.3.3" @@ -1702,9 +1702,9 @@ } }, "node_modules/enhanced-resolve": { - "version": "5.21.0", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.21.0.tgz", - "integrity": "sha512-otxSQPw4lkOZWkHpB3zaEQs6gWYEsmX4xQF68ElXC/TWvGxGMSGOvoNbaLXm6/cS/fSfHtsEdw90y20PCd+sCA==", + "version": "5.21.2", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.21.2.tgz", + "integrity": "sha512-xe9vQb5kReirPUxgQrXA3ihgbCqssmTiM7cOZ+Gzu+VeGWgpV98lLZvp0dl4yriyAePcewxGUs9UpKD8PET9KQ==", "license": "MIT", "dependencies": { "graceful-fs": "^4.2.4", @@ -3013,9 +3013,9 @@ } }, "node_modules/jiti": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz", - "integrity": "sha512-ekilCSN1jwRvIbgeg/57YFh8qQDNbwDb9xT/qu2DAHbFFZUicIl4ygVaAvzveMhMVr3LnpSKTNnwt8PoOfmKhQ==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.7.0.tgz", + "integrity": "sha512-AC/7JofJvZGrrneWNaEnJeOLUx+JlGt7tNa0wZiRPT4MY1wmfKjt2+6O2p2uz2+skll8OZZmJMNqeke7kKbNgQ==", "license": "MIT", "bin": { "jiti": "lib/jiti-cli.mjs" @@ -3919,9 +3919,9 @@ } }, "node_modules/postcss": { - "version": "8.5.13", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.13.tgz", - "integrity": "sha512-qif0+jGGZoLWdHey3UFHHWP0H7Gbmsk8T5VEqyYFbWqPr1XqvLGBbk/sl8V5exGmcYJklJOhOQq1pV9IcsiFag==", + "version": "8.5.14", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.14.tgz", + "integrity": "sha512-SoSL4+OSEtR99LHFZQiJLkT59C5B1amGO1NzTwj7TT1qCUgUO6hxOvzkOYxD+vMrXBM3XJIKzokoERdqQq/Zmg==", "funding": [ { "type": "opencollective", diff --git a/package.json b/package.json index 5ca7f80a..53ff544f 100644 --- a/package.json +++ b/package.json @@ -7,11 +7,11 @@ "@11ty/eleventy": "^3.1.5", "@tailwindcss/postcss": "^4.2.4", "detect-libc": "^2.1.2", - "enhanced-resolve": "^5.21.0", + "enhanced-resolve": "^5.21.2", "graceful-fs": "^4.2.11", "is-extglob": "^2.1.1", "is-glob": "^4.0.3", - "jiti": "^2.6.1", + "jiti": "^2.7.0", "js-yaml": "^4.1.1", "lightningcss": "^1.32.0", "magic-string": "^0.30.21", @@ -20,7 +20,7 @@ "phaser": "^4.1.0", "picocolors": "^1.1.1", "picomatch": "^4.0.4", - "postcss": "^8.5.13", + "postcss": "^8.5.14", "source-map-js": "^1.2.1", "tailwindcss": "^4.2.2", "tapable": "^2.3.3"