From 075cb9b5361d6b56dc5862aba0c993f64c51ecf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 10:36:05 +0000 Subject: [PATCH] Bump the npm-dependencies group across 1 directory with 2 updates Bumps the npm-dependencies group with 2 updates in the / directory: [jiti](https://github.com/unjs/jiti) and [postcss](https://github.com/postcss/postcss). 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: 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 | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index a497b03..f31dc5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "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" @@ -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 5ca7f80..a93cedc 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "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"