From 310e085f3cb825484918849d761923ee9264dec9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 01:50:45 +0000 Subject: [PATCH] build(deps): bump @nx/nx-darwin-x64 from 20.1.2 to 20.3.0 Bumps [@nx/nx-darwin-x64](https://github.com/nrwl/nx/tree/HEAD/packages/nx/native-packages/darwin-x64) from 20.1.2 to 20.3.0. - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/20.3.0/packages/nx/native-packages/darwin-x64) --- updated-dependencies: - dependency-name: "@nx/nx-darwin-x64" dependency-type: direct:production update-type: version-update:semver-minor ... 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 62a33cd86..67dc150cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,6 +10,9 @@ "workspaces": [ "packages/*" ], + "dependencies": { + "@nx/nx-darwin-x64": "20.3.0" + }, "devDependencies": { "@contract-case/eslint-config-case-maintainer": "0.1.1", "example-extractor": "^0.0.4", @@ -18,7 +21,7 @@ }, "optionalDependencies": { "@nx/nx-darwin-arm64": "20.3.0", - "@nx/nx-darwin-x64": "20.1.2", + "@nx/nx-darwin-x64": "20.3.0", "@nx/nx-linux-arm-gnueabihf": "20.2.1", "@nx/nx-linux-arm64-gnu": "20.0.6", "@nx/nx-linux-arm64-musl": "20.2.2", @@ -8046,9 +8049,9 @@ } }, "node_modules/@nx/nx-darwin-x64": { - "version": "20.1.2", - "resolved": "https://registry.npmjs.org/@nx/nx-darwin-x64/-/nx-darwin-x64-20.1.2.tgz", - "integrity": "sha512-1fopau7nxIhTF26vDTIzMxl15AtW4FvUSdy+r1mNRKrKyjjpqnlu00SQBW7JzGV0agDD1B/61yYei5Q2aMOt7Q==", + "version": "20.3.0", + "resolved": "https://registry.npmjs.org/@nx/nx-darwin-x64/-/nx-darwin-x64-20.3.0.tgz", + "integrity": "sha512-gsGGhJVvi5QZVVTZie5sNMo1zOAU+A2edm6DGegObdFRLV41Ju/Yrm/gTaSp4yUtywd3UU4S/30C/nI2c55adA==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index aa1585a8a..48164cd97 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "optionalDependencies": { "@nx/nx-darwin-arm64": "20.3.0", - "@nx/nx-darwin-x64": "20.1.2", + "@nx/nx-darwin-x64": "20.3.0", "@nx/nx-linux-arm-gnueabihf": "20.2.1", "@nx/nx-linux-arm64-gnu": "20.0.6", "@nx/nx-linux-arm64-musl": "20.2.2",