From cd082a123a5a7d9d403814d85b90238a753cfb30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 06:25:25 +0000 Subject: [PATCH] Bump node from 22.17.0 to 22.17.1 in /Auth/LearningHub.Nhs.Auth Bumps [node](https://github.com/aredridel/node-bin-gen) from 22.17.0 to 22.17.1. - [Commits](https://github.com/aredridel/node-bin-gen/commits) --- updated-dependencies: - dependency-name: node dependency-version: 22.17.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Auth/LearningHub.Nhs.Auth/package-lock.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Auth/LearningHub.Nhs.Auth/package-lock.json b/Auth/LearningHub.Nhs.Auth/package-lock.json index 29ec4c7..6001193 100644 --- a/Auth/LearningHub.Nhs.Auth/package-lock.json +++ b/Auth/LearningHub.Nhs.Auth/package-lock.json @@ -5179,10 +5179,11 @@ "license": "MIT" }, "node_modules/node": { - "version": "22.17.0", - "resolved": "https://registry.npmjs.org/node/-/node-22.17.0.tgz", - "integrity": "sha512-cDrw3NvGAB1QUWxTEd9mX/vf+mAhe42IwBkQ7T9z2GhIPyNM+I1u32NMu9ZgNE85UDUWmIUL4oe4JylVlwvG2Q==", + "version": "22.17.1", + "resolved": "https://registry.npmjs.org/node/-/node-22.17.1.tgz", + "integrity": "sha512-9IyNibEkFObLbs+skPHKKJzInPJawwsasLbtgQ2hNdNiVhfw6RqP3/gF8D6Ws9Sq8tZLxhDZ5usujJJcxeH6wg==", "hasInstallScript": true, + "license": "ISC", "dependencies": { "node-bin-setup": "^1.0.0" },