From c1aa961a439bd809250772ee6361d4e34a7baba2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 08:19:33 +0000 Subject: [PATCH] Bump the dev-dependencies group with 2 updates Bumps the dev-dependencies group with 2 updates: [@substrate-system/tapout](https://github.com/substrate-system/tapout) and [postcss-nesting](https://github.com/csstools/postcss-plugins/tree/HEAD/plugins/postcss-nesting). Updates `@substrate-system/tapout` from 0.0.33 to 0.0.34 - [Changelog](https://github.com/substrate-system/tapout/blob/main/CHANGELOG.md) - [Commits](https://github.com/substrate-system/tapout/compare/v0.0.33...v0.0.34) Updates `postcss-nesting` from 13.0.2 to 14.0.0 - [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-nesting/CHANGELOG.md) - [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugins/postcss-nesting) --- updated-dependencies: - dependency-name: "@substrate-system/tapout" dependency-version: 0.0.34 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: postcss-nesting dependency-version: 14.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0a57e88..bd91295 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "dependencies": {}, "devDependencies": { "@substrate-system/debug": "^0.9.24", - "@substrate-system/tapout": "^0.0.33", + "@substrate-system/tapout": "^0.0.37", "@substrate-system/tapzero": "^0.10.15", "@typescript-eslint/eslint-plugin": "^8.0.0", "@typescript-eslint/parser": "^8.0.0", @@ -59,7 +59,7 @@ "eslint-config-standard": "^17.1.0", "htm": "^3.1.1", "markdown-toc": "^1.2.0", - "postcss-nesting": "^13.0.2", + "postcss-nesting": "^14.0.0", "tap-spec": "^5.0.0", "typedoc": "^0.28.9", "typescript": "^5.9.2",