mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 06:01:05 -05:00
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
702428a6d9
commit
240e3829ef
2 changed files with 6 additions and 31 deletions
35
dependencies/package-lock.json
generated
vendored
35
dependencies/package-lock.json
generated
vendored
|
@ -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",
|
||||
|
|
2
dependencies/package.json
vendored
2
dependencies/package.json
vendored
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue