From eabc5c9cb5cbb1b0ce824736058278f58d19af85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 01:05:55 +0000 Subject: [PATCH] Bump @redocly/cli from 2.43.2 to 2.43.3 Bumps [@redocly/cli](https://github.com/Redocly/redocly-cli) from 2.43.2 to 2.43.3. - [Release notes](https://github.com/Redocly/redocly-cli/releases) - [Commits](https://github.com/Redocly/redocly-cli/compare/@redocly/cli@2.43.2...@redocly/cli@2.43.3) --- updated-dependencies: - dependency-name: "@redocly/cli" dependency-version: 2.43.3 dependency-type: direct:production update-type: version-update:semver-patch ... 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 fc295e0..180e310 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,13 +8,13 @@ "name": "magicians-platform-api", "version": "1.0.0", "dependencies": { - "@redocly/cli": "2.43.2" + "@redocly/cli": "2.43.3" } }, "node_modules/@redocly/cli": { - "version": "2.43.2", - "resolved": "https://registry.npmjs.org/@redocly/cli/-/cli-2.43.2.tgz", - "integrity": "sha512-0rPTyFiYWw4nDQgvGC/M0iwQSAuk+X42Bn3mFNTNLVllIsYDG2W3nFVkdNGqTBiR8C/8e7XrF0n3DZq8fDvZvg==", + "version": "2.43.3", + "resolved": "https://registry.npmjs.org/@redocly/cli/-/cli-2.43.3.tgz", + "integrity": "sha512-c6qQnH7N29FkpBAFDw+7cAsR+F5LXWWuS66BzHuC7zUsqqeZeUVxONRAAZHzwWG/N1zuqXMQZigVIh+ZC4OIFg==", "license": "MIT", "bin": { "openapi": "bin/cli.js", diff --git a/package.json b/package.json index 1988788..ca055f7 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "magicians-platform-api", "version": "1.0.0", "dependencies": { - "@redocly/cli": "2.43.2" + "@redocly/cli": "2.43.3" }, "private": true, "scripts": {