From 119abc39aaa5d8584686caca58eab54a62a096b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 13:05:34 +0000 Subject: [PATCH] Bump @nx/nx-win32-x64-msvc from 20.3.1 to 20.3.2 Bumps [@nx/nx-win32-x64-msvc](https://github.com/nrwl/nx/tree/HEAD/packages/nx/native-packages/win32-x64-msvc) from 20.3.1 to 20.3.2. - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/20.3.2/packages/nx/native-packages/win32-x64-msvc) --- updated-dependencies: - dependency-name: "@nx/nx-win32-x64-msvc" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 08763392e..349b1e13b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,6 +12,9 @@ "e2e/**", "packages/**" ], + "dependencies": { + "@nx/nx-win32-x64-msvc": "^20.3.2" + }, "devDependencies": { "@inrupt/base-rollup-config": "^3.2.4", "@inrupt/eslint-config-lib": "^3.2.4", @@ -52,7 +55,7 @@ "node": "^18.0.0 || ^20.0.0 || ^22.0.0" }, "optionalDependencies": { - "@nx/nx-win32-x64-msvc": "^20.3.1", + "@nx/nx-win32-x64-msvc": "^20.3.2", "fsevents": "^2.3.2" } }, @@ -5309,9 +5312,9 @@ } }, "node_modules/@nx/nx-win32-x64-msvc": { - "version": "20.3.1", - "resolved": "https://registry.npmjs.org/@nx/nx-win32-x64-msvc/-/nx-win32-x64-msvc-20.3.1.tgz", - "integrity": "sha512-Os8iCamvHhE5noQKFE9D9xkiI529918tufTYmEhJ9ZmLU/ybVA0We6r7gXjYzdNfA3DtwfGXvNvUpy3u+pZXOg==", + "version": "20.3.2", + "resolved": "https://registry.npmjs.org/@nx/nx-win32-x64-msvc/-/nx-win32-x64-msvc-20.3.2.tgz", + "integrity": "sha512-oDhcctfk0UB1V+Otp1161VKNMobzkFQxGyiEIjp0CjCBa2eRHC1r35L695F1Hj0bvLQPSni9XIe9evh2taeAkg==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index fd23cec11..cc78df33a 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "typescript": "^5.7.3" }, "optionalDependencies": { - "@nx/nx-win32-x64-msvc": "^20.3.1", + "@nx/nx-win32-x64-msvc": "^20.3.2", "fsevents": "^2.3.2" }, "engines": {