From 8abee85aaf50313cd4cbf6ff11fad18272a8e6e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 01:27:01 +0000 Subject: [PATCH] build(deps): bump @nx/nx-darwin-x64 from 20.3.0 to 20.5.0 Bumps [@nx/nx-darwin-x64](https://github.com/nrwl/nx/tree/HEAD/packages/nx/native-packages/darwin-x64) from 20.3.0 to 20.5.0. - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/20.5.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 | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index f36779b9a..2938e797c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "packages/*" ], "dependencies": { - "@nx/nx-linux-x64-gnu": "20.4.6" + "@nx/nx-darwin-x64": "20.5.0" }, "devDependencies": { "@contract-case/eslint-config-case-maintainer": "0.1.1", @@ -21,7 +21,7 @@ }, "optionalDependencies": { "@nx/nx-darwin-arm64": "20.3.0", - "@nx/nx-darwin-x64": "20.3.0", + "@nx/nx-darwin-x64": "20.5.0", "@nx/nx-linux-arm-gnueabihf": "20.4.5", "@nx/nx-linux-arm64-gnu": "20.4.2", "@nx/nx-linux-arm64-musl": "20.2.2", @@ -7259,9 +7259,9 @@ } }, "node_modules/@nx/nx-darwin-x64": { - "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==", + "version": "20.5.0", + "resolved": "https://registry.npmjs.org/@nx/nx-darwin-x64/-/nx-darwin-x64-20.5.0.tgz", + "integrity": "sha512-+LO8YC5Iy1168saPeItNePChToP2TuRCj3MuxEtTTJXoRlab38rNaOjWaV1itvtcgrzkQi/IohINWMI8WC5b7g==", "cpu": [ "x64" ], diff --git a/package.json b/package.json index 028c66bb5..25069f910 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "optionalDependencies": { "@nx/nx-darwin-arm64": "20.3.0", - "@nx/nx-darwin-x64": "20.3.0", + "@nx/nx-darwin-x64": "20.5.0", "@nx/nx-linux-arm-gnueabihf": "20.4.5", "@nx/nx-linux-arm64-gnu": "20.4.2", "@nx/nx-linux-arm64-musl": "20.2.2",