From 240e3829ef1e9baf2c20468a2dce8fbd2efb40fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 07:30:57 +0000 Subject: [PATCH] deps(npm): bump @stoplight/spectral-cli in /dependencies (#5492) Bumps [@stoplight/spectral-cli](https://github.com/stoplightio/spectral) from 6.11.0 to 6.11.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.11.0...@stoplight/spectral-cli-6.11.1) --- updated-dependencies: - dependency-name: "@stoplight/spectral-cli" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dependencies/package-lock.json | 35 +++++----------------------------- dependencies/package.json | 2 +- 2 files changed, 6 insertions(+), 31 deletions(-) diff --git a/dependencies/package-lock.json b/dependencies/package-lock.json index 65666af2..581b630b 100644 --- a/dependencies/package-lock.json +++ b/dependencies/package-lock.json @@ -12,7 +12,7 @@ "@coffeelint/cli": "^5.2.11", "@ibm/tekton-lint": "^1.0.1", "@react-native/eslint-config": "^0.73.2", - "@stoplight/spectral-cli": "^6.11.0", + "@stoplight/spectral-cli": "^6.11.1", "@typescript-eslint/eslint-plugin": "^7.5.0", "asl-validator": "^3.8.2", "eslint": "^8.57.0", @@ -5744,9 +5744,9 @@ } }, "node_modules/@stoplight/spectral-cli": { - "version": "6.11.0", - "resolved": "https://registry.npmjs.org/@stoplight/spectral-cli/-/spectral-cli-6.11.0.tgz", - "integrity": "sha512-IURDN47BPIf3q4ZyUPujGpBzuHWFE5yT34w9rTJ1GKA4SgdscEdQO9KoTjOPT4G4cvDlEV3bNxwQ3uRm7+wRlA==", + "version": "6.11.1", + "resolved": "https://registry.npmjs.org/@stoplight/spectral-cli/-/spectral-cli-6.11.1.tgz", + "integrity": "sha512-1zqsQ0TOuVSnxxZ9mHBfC0IygV6ex7nAY6Mp59mLmw5fW103U9yPVK5ZcX9ZngCmr3PdteAnMDUIIaoDGso6nA==", "dependencies": { "@stoplight/json": "~3.21.0", "@stoplight/path": "1.3.2", @@ -5766,7 +5766,7 @@ "pony-cause": "^1.0.0", "stacktracey": "^2.1.7", "tslib": "^2.3.0", - "yargs": "17.3.1" + "yargs": "~17.7.2" }, "bin": { "spectral": "dist/index.js" @@ -5775,31 +5775,6 @@ "node": "^12.20 || >= 14.13" } }, - "node_modules/@stoplight/spectral-cli/node_modules/yargs": { - "version": "17.3.1", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.3.1.tgz", - "integrity": "sha512-WUANQeVgjLbNsEmGk20f+nlHgOqzRFpiGWVaBrYGYIGANIIu3lWjoyi0fNlFmJkvfhCZ6BXINe7/W2O2bV4iaA==", - "dependencies": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.3", - "y18n": "^5.0.5", - "yargs-parser": "^21.0.0" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/@stoplight/spectral-cli/node_modules/yargs-parser": { - "version": "21.1.1", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", - "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", - "engines": { - "node": ">=12" - } - }, "node_modules/@stoplight/spectral-core": { "version": "1.18.3", "resolved": "https://registry.npmjs.org/@stoplight/spectral-core/-/spectral-core-1.18.3.tgz", diff --git a/dependencies/package.json b/dependencies/package.json index 6c265a1d..c1a247f1 100644 --- a/dependencies/package.json +++ b/dependencies/package.json @@ -7,7 +7,7 @@ "@coffeelint/cli": "^5.2.11", "@ibm/tekton-lint": "^1.0.1", "@react-native/eslint-config": "^0.73.2", - "@stoplight/spectral-cli": "^6.11.0", + "@stoplight/spectral-cli": "^6.11.1", "@typescript-eslint/eslint-plugin": "^7.5.0", "asl-validator": "^3.8.2", "eslint": "^8.57.0",