From d41f046a164451351dac5dd61ba3d831360960bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 09:55:11 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump @redocly/cli from 1.17.0 to 1.17.1 (#483) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@redocly/cli](https://github.com/Redocly/redocly-cli) from 1.17.0 to 1.17.1.
Release notes

Sourced from @​redocly/cli's releases.

@​redocly/cli@​1.17.1

Patch Changes

Changelog

Sourced from @​redocly/cli's changelog.

1.17.1 (2024-07-03)

Patch Changes

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@redocly/cli&package-manager=npm_and_yarn&previous-version=1.17.0&new-version=1.17.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 18 +++++++++--------- packages/specification/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index ca0974bfd..d1485ffa1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2809,12 +2809,12 @@ } }, "node_modules/@redocly/cli": { - "version": "1.17.0", - "resolved": "https://registry.npmjs.org/@redocly/cli/-/cli-1.17.0.tgz", - "integrity": "sha512-atJAwcqIUa4qcfE5x5oW6i38ohNVGT0ovkglkWjmtCF3sVuvR3+HSoPrnZq2cyknbBDvQ7FSxJ0BRKE80NBcPQ==", + "version": "1.17.1", + "resolved": "https://registry.npmjs.org/@redocly/cli/-/cli-1.17.1.tgz", + "integrity": "sha512-a7OIlsGQT8OBRMPswqcJzCoub/nvm1zYvOCOBnaLt1cYeYK9nRzYCXA6Bnx0I7wMCXf5YmL7rVTMG8RJTC+3mA==", "dev": true, "dependencies": { - "@redocly/openapi-core": "1.17.0", + "@redocly/openapi-core": "1.17.1", "abort-controller": "^3.0.0", "chokidar": "^3.5.1", "colorette": "^1.2.0", @@ -2887,13 +2887,13 @@ "dev": true }, "node_modules/@redocly/openapi-core": { - "version": "1.17.0", - "resolved": "https://registry.npmjs.org/@redocly/openapi-core/-/openapi-core-1.17.0.tgz", - "integrity": "sha512-XoNIuksnOGAzAcfpyJkHrMxwurXaQfglnovNE7/pTx4OEjik3OT91+tKAyRCkklVCdMtAA3YokGMZzdhjViUWA==", + "version": "1.17.1", + "resolved": "https://registry.npmjs.org/@redocly/openapi-core/-/openapi-core-1.17.1.tgz", + "integrity": "sha512-PQxDLLNk5cBatJBBxvfk49HFw/nVozw1XZ6Dw/GX0Tviq+WxeEjEuLAKfnLVvb5L0wgs4TNmVG4Y+JyofSPu1A==", "dev": true, "dependencies": { "@redocly/ajv": "^8.11.0", - "@redocly/config": "^0.6.0", + "@redocly/config": "^0.6.2", "colorette": "^1.2.0", "https-proxy-agent": "^7.0.4", "js-levenshtein": "^1.1.6", @@ -16536,7 +16536,7 @@ "version": "0.0.1", "license": "MIT", "devDependencies": { - "@redocly/cli": "^1.16.0" + "@redocly/cli": "^1.17.1" }, "engines": { "node": "20.10.x", diff --git a/packages/specification/package.json b/packages/specification/package.json index b16e01efc..21b57a387 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.16.0" + "@redocly/cli": "^1.17.1" } }