From 68b4b2c8a14fc321d1616acef551ba2fa876c988 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 10:05:09 +0000 Subject: [PATCH] chore(deps-dev): bump nx in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx). Updates `nx` from 21.6.11 to 23.1.1 - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/23.1.1/packages/nx) --- updated-dependencies: - dependency-name: nx dependency-version: 23.1.1 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4fa3243..e7cdfbb 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@vitest/ui": "^4.1.8", "eslint": "^9.37.0", "jiti": "2.6.1", - "nx": "^21.6.3", + "nx": "^23.1.1", "prettier": "^3.6.2", "tslib": "^2.8.1", "typescript": "~5.9.3",