From 613e3d92e41ea72eda76753353826b57be3e4dd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 02:13:32 +0000 Subject: [PATCH] build(deps): bump @nx/nx-win32-x64-msvc from 20.7.1 to 21.3.11 Bumps [@nx/nx-win32-x64-msvc](https://github.com/nrwl/nx/tree/HEAD/packages/nx/native-packages/win32-x64-msvc) from 20.7.1 to 21.3.11. - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/21.3.11/packages/nx/native-packages/win32-x64-msvc) --- updated-dependencies: - dependency-name: "@nx/nx-win32-x64-msvc" dependency-version: 21.3.11 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index c255e7868..dbc7b5d88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,6 +10,9 @@ "workspaces": [ "packages/*" ], + "dependencies": { + "@nx/nx-win32-x64-msvc": "21.3.11" + }, "devDependencies": { "@contract-case/eslint-config-case-maintainer": "0.27.0", "example-extractor": "^0.0.4", @@ -25,7 +28,7 @@ "@nx/nx-linux-x64-gnu": "21.3.10", "@nx/nx-linux-x64-musl": "21.3.11", "@nx/nx-win32-arm64-msvc": "21.2.3", - "@nx/nx-win32-x64-msvc": "20.7.1" + "@nx/nx-win32-x64-msvc": "21.3.11" } }, "node_modules/@algolia/autocomplete-core": { @@ -8415,9 +8418,9 @@ ] }, "node_modules/@nx/nx-win32-x64-msvc": { - "version": "20.7.1", - "resolved": "https://registry.npmjs.org/@nx/nx-win32-x64-msvc/-/nx-win32-x64-msvc-20.7.1.tgz", - "integrity": "sha512-cBV9SIvfZVzehYg9w/p77Iw1LqUVy0i848quxo9YBuQCQ0biUsJpkwJJ+b+DW6EbKSN3wX0kh519tGR7SbZrxg==", + "version": "21.3.11", + "resolved": "https://registry.npmjs.org/@nx/nx-win32-x64-msvc/-/nx-win32-x64-msvc-21.3.11.tgz", + "integrity": "sha512-KJqLL/Zyx96hs+7pKbo/fsU7ZTFSLeZLnYQu05o6fvJJ5I1+p85t212/7vkbKKWJncyMospQdzLr3zLG3A/u8A==", "cpu": [ "x64" ], @@ -8425,10 +8428,7 @@ "optional": true, "os": [ "win32" - ], - "engines": { - "node": ">= 10" - } + ] }, "node_modules/@octokit/auth-token": { "version": "4.0.0", diff --git a/package.json b/package.json index 73dd6b0c4..bc8706bb5 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@nx/nx-linux-x64-gnu": "21.3.10", "@nx/nx-linux-x64-musl": "21.3.11", "@nx/nx-win32-arm64-msvc": "21.2.3", - "@nx/nx-win32-x64-msvc": "20.7.1" + "@nx/nx-win32-x64-msvc": "21.3.11" }, "scripts": { "package": "lerna run package",