From b158c1c284bf9e066fa19bf70c867d03920294c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 07:43:58 +0000 Subject: [PATCH] chore(deps): bump @stoplight/spectral-cli Bumps the minor-updates group with 1 update in the / directory: [@stoplight/spectral-cli](https://github.com/stoplightio/spectral). Updates `@stoplight/spectral-cli` from 6.16.1 to 6.16.2 - [Release notes](https://github.com/stoplightio/spectral/releases) - [Changelog](https://github.com/stoplightio/spectral/blob/develop/CHANGELOG.md) - [Commits](https://github.com/stoplightio/spectral/compare/@stoplight/spectral-cli-6.16.1...@stoplight/spectral-cli-6.16.2) --- updated-dependencies: - dependency-name: "@stoplight/spectral-cli" dependency-version: 6.16.2 dependency-type: direct:production update-type: version-update:semver-patch 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 71793c1..9f39e22 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "spectral-cli-bin", "version": "1.1.6", "dependencies": { - "@stoplight/spectral-cli": "6.16.1", + "@stoplight/spectral-cli": "6.16.2", "@yao-pkg/pkg": "6.21.0" }, "bin": { @@ -827,9 +827,9 @@ } }, "node_modules/@stoplight/spectral-cli": { - "version": "6.16.1", - "resolved": "https://registry.npmjs.org/@stoplight/spectral-cli/-/spectral-cli-6.16.1.tgz", - "integrity": "sha512-6DdYx94d+BNVTdgJRkb1KJIcqYQsOxstAZtH7Kh63SDUsXFRkdfsBKsL7l6csxLRYYh5Qm6CSBF7AUFYBFJ23w==", + "version": "6.16.2", + "resolved": "https://registry.npmjs.org/@stoplight/spectral-cli/-/spectral-cli-6.16.2.tgz", + "integrity": "sha512-1BwNCglpvCA2J+MpdXSPH56h69rARthf0QG/t2eeFbuqg12rcQEbGfAXs70mCRUAewiCzf1QqzeHF1tnabfS3A==", "license": "Apache-2.0", "dependencies": { "@scarf/scarf": "^1.4.0", diff --git a/package.json b/package.json index 88b82d8..8fe9a1e 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "build": "pkg . --targets node24-linux-x64 -o bin/spectral-cli-bin_linux-x64 -C Zstd" }, "dependencies": { - "@stoplight/spectral-cli": "6.16.1", + "@stoplight/spectral-cli": "6.16.2", "@yao-pkg/pkg": "6.21.0" }, "overrides": {