From 235d70d041b344ce4ad84082ec759f0a48ef2dca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 04:08:55 +0000 Subject: [PATCH] chore: bump @stoplight/spectral-cli in the npm group Bumps the npm group with 1 update: [@stoplight/spectral-cli](https://github.com/stoplightio/spectral). Updates `@stoplight/spectral-cli` from 6.16.2 to 6.16.3 - [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.2...@stoplight/spectral-cli-6.16.3) --- updated-dependencies: - dependency-name: "@stoplight/spectral-cli" dependency-version: 6.16.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm ... 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 b44172a4..fbb2a9a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "devDependencies": { "@prettier/plugin-php": "^0.25.0", - "@stoplight/spectral-cli": "^6.16.2", + "@stoplight/spectral-cli": "^6.16.3", "prettier": "^3.9.6" } }, @@ -249,9 +249,9 @@ } }, "node_modules/@stoplight/spectral-cli": { - "version": "6.16.2", - "resolved": "https://registry.npmjs.org/@stoplight/spectral-cli/-/spectral-cli-6.16.2.tgz", - "integrity": "sha512-1BwNCglpvCA2J+MpdXSPH56h69rARthf0QG/t2eeFbuqg12rcQEbGfAXs70mCRUAewiCzf1QqzeHF1tnabfS3A==", + "version": "6.16.3", + "resolved": "https://registry.npmjs.org/@stoplight/spectral-cli/-/spectral-cli-6.16.3.tgz", + "integrity": "sha512-corAOQ/WhGoPJOQ3Tcipyn64TgKYDkEhsDplS6vNSGys3kzi9+zzxiVOlbzk9mWuafovzoW+TpGCoNwIZvFf5w==", "dev": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 385f4b2e..a372d31f 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,6 @@ "devDependencies": { "prettier": "^3.9.6", "@prettier/plugin-php": "^0.25.0", - "@stoplight/spectral-cli": "^6.16.2" + "@stoplight/spectral-cli": "^6.16.3" } }