From 30e01be49b57c4851207af4f0911d1747d455a7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 17:50:02 +0000 Subject: [PATCH] Bump @redocly/cli from 1.22.1 to 1.23.1 Bumps [@redocly/cli](https://github.com/Redocly/redocly-cli) from 1.22.1 to 1.23.1. - [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.22.1...@redocly/cli@1.23.1) --- updated-dependencies: - dependency-name: "@redocly/cli" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3444c59..67fb9ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@redocly/cli": "^1.22.1" + "@redocly/cli": "^1.23.1" } }, "node_modules/@babel/runtime": { @@ -79,11 +79,11 @@ } }, "node_modules/@redocly/cli": { - "version": "1.22.1", - "resolved": "https://registry.npmjs.org/@redocly/cli/-/cli-1.22.1.tgz", - "integrity": "sha512-fGBj3KH32JH9Kg4Y3DQ2iF5jfpjT7T5ypA3JOpJcwGZTI/krDzrSxOb7ArX0HCATCBCobkWzDynHBF03j9oPvw==", + "version": "1.23.1", + "resolved": "https://registry.npmjs.org/@redocly/cli/-/cli-1.23.1.tgz", + "integrity": "sha512-dg7tco30N4SucH8zhqlmdKRfq+mY0wng7VSg5QU65uPenSK4cWZlSRgBo9Nt8AeDCXszUsYuEw0Wqhy63Xdp1Q==", "dependencies": { - "@redocly/openapi-core": "1.22.1", + "@redocly/openapi-core": "1.23.1", "abort-controller": "^3.0.0", "chokidar": "^3.5.1", "colorette": "^1.2.0", @@ -118,9 +118,9 @@ "integrity": "sha512-H3LnKVGzOaxskwJu8pmJYwBOWjP61qOK7TuTrbafqArDVckE06fhA6l0nO4KvBbjLPjy1Al7UnlxOu23V4Nl0w==" }, "node_modules/@redocly/openapi-core": { - "version": "1.22.1", - "resolved": "https://registry.npmjs.org/@redocly/openapi-core/-/openapi-core-1.22.1.tgz", - "integrity": "sha512-pjr456gJzrbwPvBjFKlWOd9nZEcr/dp6XSH0c8ijWGWv5K+V0vpUUy2zaTAVsFAoCydx1miEoOcbLhWQ9WC2nw==", + "version": "1.23.1", + "resolved": "https://registry.npmjs.org/@redocly/openapi-core/-/openapi-core-1.23.1.tgz", + "integrity": "sha512-eCSHGOP/T68TNQYVqPLTZfWRjxHJjRdlQjMljY160UhiWHRt1SlBtjkOCpmCN+p3Vj3IirlrUhnTXtrqZclpVg==", "dependencies": { "@redocly/ajv": "^8.11.0", "@redocly/config": "^0.10.1", diff --git a/package.json b/package.json index 620c8e4..6318ac0 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,6 @@ "author": "Maksim Babichev", "license": "MIT", "dependencies": { - "@redocly/cli": "^1.22.1" + "@redocly/cli": "^1.23.1" } }