From 919fa7d0c1b14c05089f066c39ba69f270d4f556 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 15:27:05 +0000 Subject: [PATCH] Bump @nx/nx-linux-x64-gnu from 19.3.0 to 20.0.3 Bumps [@nx/nx-linux-x64-gnu](https://github.com/nrwl/nx/tree/HEAD/packages/nx/native-packages/linux-x64-gnu) from 19.3.0 to 20.0.3. - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/20.0.3/packages/nx/native-packages/linux-x64-gnu) --- updated-dependencies: - dependency-name: "@nx/nx-linux-x64-gnu" dependency-type: direct:production update-type: version-update:semver-major ... 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 9c6817b..f2dfe50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,6 +18,7 @@ "@angular/platform-browser": "^18.2.8", "@angular/platform-browser-dynamic": "^18.2.8", "@angular/router": "^18.2.8", + "@nx/nx-linux-x64-gnu": "20.0.3", "chart.js": "^4.4.3", "cookieconsent": "^3.1.1", "ng2-charts": "^6.0.1", @@ -53,7 +54,7 @@ "optionalDependencies": { "@nx/nx-darwin-arm64": "19.3.0", "@nx/nx-darwin-x64": "19.3.0", - "@nx/nx-linux-x64-gnu": "19.3.0", + "@nx/nx-linux-x64-gnu": "20.0.3", "@nx/nx-win32-x64-msvc": "19.3.0" } }, @@ -4301,13 +4302,12 @@ } }, "node_modules/@nx/nx-linux-x64-gnu": { - "version": "19.3.0", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-gnu/-/nx-linux-x64-gnu-19.3.0.tgz", - "integrity": "sha512-k8q/d6WBSXOeUpBq6Mw69yMKL4n9LaX3o4LBNwBkVCEZ8p6s0njwKefLtjwnKlai0g/k5f0NcilU2zTwP/Ex8g==", + "version": "20.0.3", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-gnu/-/nx-linux-x64-gnu-20.0.3.tgz", + "integrity": "sha512-xGGjQ8q5XuF0/432APvAi/OSMdR3LZ1yQ9hYh+JGvM5wh44I3UbgBXRCJlsHp+t2hdlilF6kpaeMSiP1Z9CEbg==", "cpu": [ "x64" ], - "license": "MIT", "optional": true, "os": [ "linux" diff --git a/package.json b/package.json index f0c7e34..fc87ce8 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "optionalDependencies": { "@nx/nx-darwin-arm64": "19.3.0", "@nx/nx-darwin-x64": "19.3.0", - "@nx/nx-linux-x64-gnu": "19.3.0", + "@nx/nx-linux-x64-gnu": "20.0.3", "@nx/nx-win32-x64-msvc": "19.3.0" } }