From 1b6ff360dd4f6d74d301e28587da28ff30ef8751 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 10:24:52 +0000 Subject: [PATCH] Bump the npm-dependencies group with 2 updates Bumps the npm-dependencies group with 2 updates: [js-yaml](https://github.com/nodeca/js-yaml) and [postcss](https://github.com/postcss/postcss). Updates `js-yaml` from 5.1.0 to 5.2.0 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/5.1.0...5.2.0) Updates `postcss` from 8.5.15 to 8.5.16 - [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.15...8.5.16) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: postcss dependency-version: 8.5.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 44 ++++++++++++++++++++++++++++++++++++-------- package.json | 4 ++-- 2 files changed, 38 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index a7f45ac..1ec2d2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "is-extglob": "^2.1.1", "is-glob": "^4.0.3", "jiti": "^2.7.0", - "js-yaml": "^5.1.0", + "js-yaml": "^5.2.0", "lightningcss": "^1.32.0", "magic-string": "^0.30.21", "mri": "^1.2.0", @@ -25,7 +25,7 @@ "phaser": "^4.2.0", "picocolors": "^1.1.1", "picomatch": "^4.0.4", - "postcss": "^8.5.15", + "postcss": "^8.5.16", "source-map-js": "^1.2.1", "tailwindcss": "^4.2.2", "tapable": "^2.3.3" @@ -1108,6 +1108,34 @@ "tailwindcss": "4.3.1" } }, + "node_modules/@tailwindcss/postcss/node_modules/postcss": { + "version": "8.5.15", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.15.tgz", + "integrity": "sha512-FfR8sjd4em2T6fb3I2MwAJU7HWVMr9zba+enmQeeWFfCbm+UOC/0X4DS8XtpUTMwWMGbjKYP7xjfNekzyGmB3A==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/postcss" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "dependencies": { + "nanoid": "^3.3.12", + "picocolors": "^1.1.1", + "source-map-js": "^1.2.1" + }, + "engines": { + "node": "^10 || ^12 || >=14" + } + }, "node_modules/a-sync-waterfall": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/a-sync-waterfall/-/a-sync-waterfall-1.0.1.tgz", @@ -3112,9 +3140,9 @@ } }, "node_modules/js-yaml": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.1.0.tgz", - "integrity": "sha512-s8VA5jkR8f22S3NAXmhKPFqGUduqZGlsufabVOgN14iTdw/RXcym7bKkbwjxLK9Yw2lEvvmJjFp119+KPeo8Kg==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-5.2.0.tgz", + "integrity": "sha512-YeLUMlvR4Ou1B119LIaM0r65JvbOBooJDc9yEu0dClb/uSC5P4FrLU8OCCz/HXWvtPoIrR0dRzABTjo1sTN9Bw==", "funding": [ { "type": "github", @@ -4051,9 +4079,9 @@ } }, "node_modules/postcss": { - "version": "8.5.15", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.15.tgz", - "integrity": "sha512-FfR8sjd4em2T6fb3I2MwAJU7HWVMr9zba+enmQeeWFfCbm+UOC/0X4DS8XtpUTMwWMGbjKYP7xjfNekzyGmB3A==", + "version": "8.5.16", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.16.tgz", + "integrity": "sha512-vuwillviilfKZsg0VGj5R/YwwcHx4SLsIOI/7K6mQkWx+l5cUHTjj5g0AasTBcyXsbfTgrwsUNmVUb5xVwyPwg==", "funding": [ { "type": "opencollective", diff --git a/package.json b/package.json index dd68d1f..1a23774 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "is-extglob": "^2.1.1", "is-glob": "^4.0.3", "jiti": "^2.7.0", - "js-yaml": "^5.1.0", + "js-yaml": "^5.2.0", "lightningcss": "^1.32.0", "magic-string": "^0.30.21", "mri": "^1.2.0", @@ -20,7 +20,7 @@ "phaser": "^4.2.0", "picocolors": "^1.1.1", "picomatch": "^4.0.4", - "postcss": "^8.5.15", + "postcss": "^8.5.16", "source-map-js": "^1.2.1", "tailwindcss": "^4.2.2", "tapable": "^2.3.3"