From f51426b10dff37e4e800e4b6590f335e489a6d13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 07:57:07 +0000 Subject: [PATCH] feat(deps): Bump @redocly/cli in the minor-updates group Bumps the minor-updates group with 1 update: [@redocly/cli](https://github.com/Redocly/redocly-cli). Updates `@redocly/cli` from 2.40.0 to 2.41.1 - [Release notes](https://github.com/Redocly/redocly-cli/releases) - [Commits](https://github.com/Redocly/redocly-cli/compare/@redocly/cli@2.40.0...@redocly/cli@2.41.1) --- updated-dependencies: - dependency-name: "@redocly/cli" dependency-version: 2.41.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates ... 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 6fae6b6..db55b38 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "redocly-cli-bin", "version": "1.0.0", "dependencies": { - "@redocly/cli": "2.40.0", + "@redocly/cli": "2.41.1", "@yao-pkg/pkg": "6.21.0" }, "bin": { @@ -596,9 +596,9 @@ } }, "node_modules/@redocly/cli": { - "version": "2.40.0", - "resolved": "https://registry.npmjs.org/@redocly/cli/-/cli-2.40.0.tgz", - "integrity": "sha512-1uQ4GeNjhApy9EtypZgp70ZN5GC2JFfst3UkNEXSqkXgVIPGdEAnlz5Xwgax/4cEUGOvaZoM3X25iSQcqbplFg==", + "version": "2.41.1", + "resolved": "https://registry.npmjs.org/@redocly/cli/-/cli-2.41.1.tgz", + "integrity": "sha512-Rde/CpjSMxTBWUCbkECtR4S1YTF8NE+tQgnI1Y7M4wxMLGy8yhmUmTHRUDlKSha97bfBfvjryYuEuZfocD2UNw==", "license": "MIT", "bin": { "openapi": "bin/cli.js", diff --git a/package.json b/package.json index 215e4a8..f9f1678 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "build": "pkg . --targets node24-linux-x64 -o bin/redocly-cli-bin_linux-x64 -C Zstd" }, "dependencies": { - "@redocly/cli": "2.40.0", + "@redocly/cli": "2.41.1", "@yao-pkg/pkg": "6.21.0" } }