From a73bbd5188df188d5b9b0b78b355349718607251 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 00:09:21 +0000 Subject: [PATCH] Bump @stoplight/spectral-cli from 6.15.0 to 6.15.1 in /validate-openapi Bumps [@stoplight/spectral-cli](https://github.com/stoplightio/spectral) from 6.15.0 to 6.15.1. - [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.15.0...@stoplight/spectral-cli-6.15.1) --- updated-dependencies: - dependency-name: "@stoplight/spectral-cli" dependency-version: 6.15.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- validate-openapi/package-lock.json | 29 +++++++++++++++++++---------- validate-openapi/package.json | 2 +- 2 files changed, 20 insertions(+), 11 deletions(-) diff --git a/validate-openapi/package-lock.json b/validate-openapi/package-lock.json index 4059bb4..96673ef 100644 --- a/validate-openapi/package-lock.json +++ b/validate-openapi/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "@redocly/cli": "^1.34.2", - "@stoplight/spectral-cli": "^6.15.0", + "@stoplight/spectral-cli": "^6.15.1", "openapi-examples-validator": "^7.1.0" } }, @@ -824,10 +824,9 @@ } }, "node_modules/@stoplight/spectral-cli": { - "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==", - "license": "Apache-2.0", + "version": "6.15.1", + "resolved": "https://registry.npmjs.org/@stoplight/spectral-cli/-/spectral-cli-6.15.1.tgz", + "integrity": "sha512-ev72bUglbaZvFSMWCP5o1Iso5NGgbLZOAuedvRxYrUMey9dVCR83i033tSFvDv6cpj86HsbEmiilh8vwrY/asQ==", "dependencies": { "@stoplight/json": "~3.21.0", "@stoplight/path": "1.3.2", @@ -843,7 +842,7 @@ "chalk": "4.1.2", "fast-glob": "~3.2.12", "hpagent": "~1.2.0", - "lodash": "~4.17.21", + "lodash": "^4.18.1", "pony-cause": "^1.1.1", "stacktracey": "^2.1.8", "tslib": "^2.8.1", @@ -856,6 +855,11 @@ "node": "^16.20 || ^18.18 || >= 20.17" } }, + "node_modules/@stoplight/spectral-cli/node_modules/lodash": { + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz", + "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==" + }, "node_modules/@stoplight/spectral-cli/node_modules/tslib": { "version": "2.8.1", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", @@ -5459,9 +5463,9 @@ "integrity": "sha512-lyIc6JUlUA8Ve5ELywPC8I2Sdnh1zc1zmbYgVarhXIp9YeAB0ReeqmGEOWNtlHkbP2DAA1AL65Wfn2ncjK/jtQ==" }, "@stoplight/spectral-cli": { - "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==", + "version": "6.15.1", + "resolved": "https://registry.npmjs.org/@stoplight/spectral-cli/-/spectral-cli-6.15.1.tgz", + "integrity": "sha512-ev72bUglbaZvFSMWCP5o1Iso5NGgbLZOAuedvRxYrUMey9dVCR83i033tSFvDv6cpj86HsbEmiilh8vwrY/asQ==", "requires": { "@stoplight/json": "~3.21.0", "@stoplight/path": "1.3.2", @@ -5477,13 +5481,18 @@ "chalk": "4.1.2", "fast-glob": "~3.2.12", "hpagent": "~1.2.0", - "lodash": "~4.17.21", + "lodash": "^4.18.1", "pony-cause": "^1.1.1", "stacktracey": "^2.1.8", "tslib": "^2.8.1", "yargs": "~17.7.2" }, "dependencies": { + "lodash": { + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz", + "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==" + }, "tslib": { "version": "2.8.1", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", diff --git a/validate-openapi/package.json b/validate-openapi/package.json index 572455a..5a3d03f 100644 --- a/validate-openapi/package.json +++ b/validate-openapi/package.json @@ -10,7 +10,7 @@ "author": "Tim Haselaars", "license": "ISC", "dependencies": { - "@stoplight/spectral-cli": "^6.15.0", + "@stoplight/spectral-cli": "^6.15.1", "@redocly/cli": "^1.34.2", "openapi-examples-validator": "^7.1.0" }