From 7ca556cab8b689615725b10a241bca22e9149086 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 09:02:30 +0000 Subject: [PATCH] DPDB: Bump @redocly/cli in the all-dependencies group Bumps the all-dependencies group with 1 update: [@redocly/cli](https://github.com/Redocly/redocly-cli). Updates `@redocly/cli` from 2.34.0 to 2.36.0 - [Release notes](https://github.com/Redocly/redocly-cli/releases) - [Commits](https://github.com/Redocly/redocly-cli/compare/@redocly/cli@2.34.0...@redocly/cli@2.36.0) --- updated-dependencies: - dependency-name: "@redocly/cli" dependency-version: 2.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 56c97a1..735d448 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,13 +9,13 @@ "version": "0.0.1", "license": "MIT", "dependencies": { - "@redocly/cli": "^2.34.0" + "@redocly/cli": "^2.36.0" } }, "node_modules/@redocly/cli": { - "version": "2.34.0", - "resolved": "https://registry.npmjs.org/@redocly/cli/-/cli-2.34.0.tgz", - "integrity": "sha512-wlEy03fyf+xrEatHbSSLFGP7T8slYwyJHO6xooArvUOntiGRMPuTGivaSPhxx+f2bFhe69zDDzDy51+CsvJ/zw==", + "version": "2.36.0", + "resolved": "https://registry.npmjs.org/@redocly/cli/-/cli-2.36.0.tgz", + "integrity": "sha512-0ky8u/Zzx4zT35rJZY27KOuzXMI29JLt5FMbfzFV7AtVlK3DLjDmJjqprnhqUMJlt04R+FKSXahBZo1dUF6R5A==", "license": "MIT", "bin": { "openapi": "bin/cli.js", diff --git a/package.json b/package.json index 876af2d..83090d5 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,6 @@ "license": "MIT", "homepage": "https://github.com/NHSDigital/nhs-app", "dependencies": { - "@redocly/cli": "^2.34.0" + "@redocly/cli": "^2.36.0" } }