From abbc867542b4fe80bbce8e54b5f70a3c0c6409b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 15:44:54 +0000 Subject: [PATCH] build(deps): bump @stoplight/spectral-cli in /openapi/lint Bumps [@stoplight/spectral-cli](https://github.com/stoplightio/spectral) 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 ... Signed-off-by: dependabot[bot] --- openapi/lint/package-lock.json | 8 ++++---- openapi/lint/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/openapi/lint/package-lock.json b/openapi/lint/package-lock.json index 5b1b0092..ce4bd343 100644 --- a/openapi/lint/package-lock.json +++ b/openapi/lint/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "elastic-openapi-lint", "dependencies": { - "@stoplight/spectral-cli": "6.16.1" + "@stoplight/spectral-cli": "6.16.2" } }, "node_modules/@asyncapi/specs": { @@ -232,9 +232,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/openapi/lint/package.json b/openapi/lint/package.json index 56427ab0..d2f7541b 100644 --- a/openapi/lint/package.json +++ b/openapi/lint/package.json @@ -3,6 +3,6 @@ "private": true, "description": "Pinned Spectral toolchain for the Elastic OpenAPI Linter action", "dependencies": { - "@stoplight/spectral-cli": "6.16.1" + "@stoplight/spectral-cli": "6.16.2" } }