From fc6eaf8748aff49b2703eaad1e0299e94c9a6017 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 04:24:12 +0000 Subject: [PATCH] chore: bump @stoplight/spectral-cli from 6.15.0 to 6.15.1 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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 ++++++++++++------ package.json | 2 +- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 45b3545e..dc7ec7dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4,10 +4,9 @@ "requires": true, "packages": { "": { - "name": "pfsense-api", "devDependencies": { "@prettier/plugin-php": "^0.25.0", - "@stoplight/spectral-cli": "^6.15.0", + "@stoplight/spectral-cli": "^6.15.1", "prettier": "^3.8.1" } }, @@ -242,9 +241,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==", + "version": "6.15.1", + "resolved": "https://registry.npmjs.org/@stoplight/spectral-cli/-/spectral-cli-6.15.1.tgz", + "integrity": "sha512-ev72bUglbaZvFSMWCP5o1Iso5NGgbLZOAuedvRxYrUMey9dVCR83i033tSFvDv6cpj86HsbEmiilh8vwrY/asQ==", "dev": true, "license": "Apache-2.0", "dependencies": { @@ -262,7 +261,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", @@ -275,6 +274,13 @@ "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==", + "dev": true, + "license": "MIT" + }, "node_modules/@stoplight/spectral-core": { "version": "1.21.0", "resolved": "https://registry.npmjs.org/@stoplight/spectral-core/-/spectral-core-1.21.0.tgz", diff --git a/package.json b/package.json index 3fcccbb2..e40baf9d 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,6 @@ "devDependencies": { "prettier": "^3.8.1", "@prettier/plugin-php": "^0.25.0", - "@stoplight/spectral-cli": "^6.15.0" + "@stoplight/spectral-cli": "^6.15.1" } }