From 68d3b1c27883c55c655efacb10c090a449213cb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 10:35:52 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump @redocly/cli from 1.25.4 to 1.25.5 Bumps [@redocly/cli](https://github.com/Redocly/redocly-cli) from 1.25.4 to 1.25.5. - [Release notes](https://github.com/Redocly/redocly-cli/releases) - [Changelog](https://github.com/Redocly/redocly-cli/blob/main/docs/changelog.md) - [Commits](https://github.com/Redocly/redocly-cli/compare/@redocly/cli@1.25.4...@redocly/cli@1.25.5) --- updated-dependencies: - dependency-name: "@redocly/cli" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- packages/specification/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 46ed08666..6ef0088e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2844,12 +2844,12 @@ "dev": true }, "node_modules/@redocly/cli": { - "version": "1.25.4", - "resolved": "https://registry.npmjs.org/@redocly/cli/-/cli-1.25.4.tgz", - "integrity": "sha512-Qe1ystZqwbytYvwgHWsuRoiB92LXGtSUGn2kNRbBeplR81D//69YkYHWPia/h14zgGKGpFUtWMsR4jyGSHR/ZA==", + "version": "1.25.5", + "resolved": "https://registry.npmjs.org/@redocly/cli/-/cli-1.25.5.tgz", + "integrity": "sha512-sFh4A8wqwuig7mF/nYNVIyxSfKKZikWC+uVH6OB1IepYQXNsHFaLAU1VaNI9gS5mMvWmYx5SEuSCVB9LaNFBhw==", "dev": true, "dependencies": { - "@redocly/openapi-core": "1.25.4", + "@redocly/openapi-core": "1.25.5", "abort-controller": "^3.0.0", "chokidar": "^3.5.1", "colorette": "^1.2.0", @@ -2923,9 +2923,9 @@ "dev": true }, "node_modules/@redocly/openapi-core": { - "version": "1.25.4", - "resolved": "https://registry.npmjs.org/@redocly/openapi-core/-/openapi-core-1.25.4.tgz", - "integrity": "sha512-qnpr4Z1rzfXdtxQxt/lfGD0wW3UVrm3qhrTpzLG5R/Ze+z+1u8sSRiQHp9N+RT3IuMjh00wq59nop9x9PPa1jQ==", + "version": "1.25.5", + "resolved": "https://registry.npmjs.org/@redocly/openapi-core/-/openapi-core-1.25.5.tgz", + "integrity": "sha512-BNgXjqesJu4L5f8F73c2hkkH5IdvjYCKYFgIl+m9oNgqGRIPBJjtiEGOx7jkQ6nElN4311z7Z4aTECtklaaHwg==", "dev": true, "dependencies": { "@redocly/ajv": "^8.11.2", @@ -16153,7 +16153,7 @@ "version": "0.0.1", "license": "MIT", "devDependencies": { - "@redocly/cli": "^1.25.4" + "@redocly/cli": "^1.25.5" }, "engines": { "node": "20.10.x", diff --git a/packages/specification/package.json b/packages/specification/package.json index 1a8dbf76b..020fd1751 100644 --- a/packages/specification/package.json +++ b/packages/specification/package.json @@ -18,6 +18,6 @@ }, "homepage": "https://github.com/NHSDigital/eps-prescription-status-update-api", "devDependencies": { - "@redocly/cli": "^1.25.4" + "@redocly/cli": "^1.25.5" } }