From c31e01b853a155bfb796dd149d54c3ac5e4fef85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 11:30:36 +0000 Subject: [PATCH] build(deps): bump the npm_and_yarn group across 1 directory with 2 updates Bumps the npm_and_yarn group with 2 updates in the / directory: [postcss](https://github.com/postcss/postcss) and [turbo](https://github.com/vercel/turborepo). Updates `postcss` from 8.5.8 to 8.5.10 - [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.8...8.5.10) Updates `turbo` from 2.8.17 to 2.9.14 - [Release notes](https://github.com/vercel/turborepo/releases) - [Changelog](https://github.com/vercel/turborepo/blob/main/RELEASE.md) - [Commits](https://github.com/vercel/turborepo/compare/v2.8.17...v2.9.14) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.10 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: turbo dependency-version: 2.9.14 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- packages/ryunix-presets/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index c7a740ea..31e81553 100644 --- a/package.json +++ b/package.json @@ -63,11 +63,11 @@ "jest": "30.2.0", "jest-environment-jsdom": "30.2.0", "markdownlint-cli2": "0.22.1", - "postcss": "8.5.8", + "postcss": "8.5.10", "postcss-loader": "7.0.2", "prettier": "3.7.4", "rimraf": "6.1.2", - "turbo": "2.8.17", + "turbo": "2.9.14", "@types/node": "22.19.3", "typescript": "5.9.3" }, diff --git a/packages/ryunix-presets/package.json b/packages/ryunix-presets/package.json index 76fbfd82..ff4adb1d 100644 --- a/packages/ryunix-presets/package.json +++ b/packages/ryunix-presets/package.json @@ -84,7 +84,7 @@ "html-webpack-plugin": "5.6.5", "jiti": "2.6.1", "mini-css-extract-plugin": "2.10.1", - "postcss": "8.5.8", + "postcss": "8.5.10", "postcss-loader": "8.2.1", "rehype-highlight": "7.0.2", "remark-frontmatter": "5.0.0",