From f44ae1b9e4bc572eab68f2e400f7a21aa0290814 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 04:32:45 +0000 Subject: [PATCH] chore: bump @stoplight/spectral-cli from 6.14.3 to 6.15.0 Bumps [@stoplight/spectral-cli](https://github.com/stoplightio/spectral) from 6.14.3 to 6.15.0. - [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.14.3...@stoplight/spectral-cli-6.15.0) --- updated-dependencies: - dependency-name: "@stoplight/spectral-cli" dependency-version: 6.15.0 dependency-type: direct:development update-type: version-update:semver-minor ... 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 134d0a0b..55e7a9a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "devDependencies": { "@prettier/plugin-php": "^0.22.4", - "@stoplight/spectral-cli": "^6.14.3" + "@stoplight/spectral-cli": "^6.15.0" } }, "node_modules/@asyncapi/specs": { @@ -239,9 +239,9 @@ } }, "node_modules/@stoplight/spectral-cli": { - "version": "6.14.3", - "resolved": "https://registry.npmjs.org/@stoplight/spectral-cli/-/spectral-cli-6.14.3.tgz", - "integrity": "sha512-vKy7d2yqBfOf94uB6KXzujDl6/qjXa8mCQ6cfsQ8xYsoArZN9iBHpS3271hR5IyTm3R1GwMgaSZ1h0sfZjZrZw==", + "version": "6.15.0", + "resolved": "https://registry.npmjs.org/@stoplight/spectral-cli/-/spectral-cli-6.15.0.tgz", + "integrity": "sha512-FVeQIuqQQnnLfa8vy+oatTKUve7uU+3SaaAfdjpX/B+uB1NcfkKRJYhKT9wMEehDRaMPL5AKIRYMCFerdEbIpw==", "dev": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 6cfdb188..31f56bf1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "devDependencies": { "@prettier/plugin-php": "^0.22.4", - "@stoplight/spectral-cli": "^6.14.3" + "@stoplight/spectral-cli": "^6.15.0" } }