mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 05:31:06 -05:00
deps(npm): bump @stoplight/spectral-cli in /dependencies (#6359)
Bumps [@stoplight/spectral-cli](https://github.com/stoplightio/spectral) from 6.14.0 to 6.14.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.14.0...@stoplight/spectral-cli-6.14.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
99b4bf6e02
commit
9b3e0cd5f3
2 changed files with 26 additions and 16 deletions
40
dependencies/package-lock.json
generated
vendored
40
dependencies/package-lock.json
generated
vendored
|
@ -13,7 +13,7 @@
|
|||
"@commitlint/config-conventional": "^19.5.0",
|
||||
"@ibm/tekton-lint": "^1.1.0",
|
||||
"@react-native/eslint-config": "^0.76.1",
|
||||
"@stoplight/spectral-cli": "^6.14.0",
|
||||
"@stoplight/spectral-cli": "^6.14.1",
|
||||
"@typescript-eslint/eslint-plugin": "^7.16.1",
|
||||
"asl-validator": "^3.8.4",
|
||||
"commitlint": "^19.5.0",
|
||||
|
@ -6304,14 +6304,14 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@stoplight/spectral-cli": {
|
||||
"version": "6.14.0",
|
||||
"resolved": "https://registry.npmjs.org/@stoplight/spectral-cli/-/spectral-cli-6.14.0.tgz",
|
||||
"integrity": "sha512-pq1qWENLtI97afz9Ygx0TtBXj9s97oQnjMOUp4USzXdnxhKhlYwlhJIA9U3VYzktA+QpHdTXVd4GSgyxdHSBSg==",
|
||||
"version": "6.14.1",
|
||||
"resolved": "https://registry.npmjs.org/@stoplight/spectral-cli/-/spectral-cli-6.14.1.tgz",
|
||||
"integrity": "sha512-bseZnTPDYEfpKLxIiW8qOuTcK1gOey6UUAClEBwpxcfc79IQ1MaVKDHsYlJBZMYI4GIW7AFxulIAG06o2Ey8MA==",
|
||||
"dependencies": {
|
||||
"@stoplight/json": "~3.21.0",
|
||||
"@stoplight/path": "1.3.2",
|
||||
"@stoplight/spectral-core": "^1.19.2",
|
||||
"@stoplight/spectral-formatters": "^1.4.0",
|
||||
"@stoplight/spectral-formatters": "^1.4.1",
|
||||
"@stoplight/spectral-parsers": "^1.0.4",
|
||||
"@stoplight/spectral-ref-resolver": "^1.0.4",
|
||||
"@stoplight/spectral-ruleset-bundler": "^1.6.0",
|
||||
|
@ -6323,9 +6323,9 @@
|
|||
"fast-glob": "~3.2.12",
|
||||
"hpagent": "~1.2.0",
|
||||
"lodash": "~4.17.21",
|
||||
"pony-cause": "^1.0.0",
|
||||
"stacktracey": "^2.1.7",
|
||||
"tslib": "^2.3.0",
|
||||
"pony-cause": "^1.1.1",
|
||||
"stacktracey": "^2.1.8",
|
||||
"tslib": "^2.8.1",
|
||||
"yargs": "~17.7.2"
|
||||
},
|
||||
"bin": {
|
||||
|
@ -6335,6 +6335,11 @@
|
|||
"node": "^16.20 || ^18.18 || >= 20.17"
|
||||
}
|
||||
},
|
||||
"node_modules/@stoplight/spectral-cli/node_modules/tslib": {
|
||||
"version": "2.8.1",
|
||||
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
||||
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w=="
|
||||
},
|
||||
"node_modules/@stoplight/spectral-core": {
|
||||
"version": "1.19.2",
|
||||
"resolved": "https://registry.npmjs.org/@stoplight/spectral-core/-/spectral-core-1.19.2.tgz",
|
||||
|
@ -6393,13 +6398,13 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@stoplight/spectral-formatters": {
|
||||
"version": "1.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@stoplight/spectral-formatters/-/spectral-formatters-1.4.0.tgz",
|
||||
"integrity": "sha512-nxYQldDzVg32pxQ4cMX27eMtB1A39ea+GSf0wIJ20mqkSBfIgLnRZ+GKkBxhgF9JzSolc4YtweydsubGQGd7ag==",
|
||||
"version": "1.4.2",
|
||||
"resolved": "https://registry.npmjs.org/@stoplight/spectral-formatters/-/spectral-formatters-1.4.2.tgz",
|
||||
"integrity": "sha512-3EwNpymMwxCeXr0ZTV6OPFU1ZPfg6SnKVtpbyhCCc9WY3VOgSFPpA5EwcUmZTu8hqLW9i7FimlE0xfdo+qYcJg==",
|
||||
"dependencies": {
|
||||
"@stoplight/path": "^1.3.2",
|
||||
"@stoplight/spectral-core": "^1.15.1",
|
||||
"@stoplight/spectral-runtime": "^1.1.0",
|
||||
"@stoplight/spectral-core": "^1.19.2",
|
||||
"@stoplight/spectral-runtime": "^1.1.2",
|
||||
"@stoplight/types": "^13.15.0",
|
||||
"@types/markdown-escape": "^1.1.3",
|
||||
"chalk": "4.1.2",
|
||||
|
@ -6409,12 +6414,17 @@
|
|||
"node-sarif-builder": "^2.0.3",
|
||||
"strip-ansi": "6.0",
|
||||
"text-table": "^0.2.0",
|
||||
"tslib": "^2.5.0"
|
||||
"tslib": "^2.8.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^12.20 || >=14.13"
|
||||
"node": "^16.20 || ^18.18 || >= 20.17"
|
||||
}
|
||||
},
|
||||
"node_modules/@stoplight/spectral-formatters/node_modules/tslib": {
|
||||
"version": "2.8.1",
|
||||
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
||||
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w=="
|
||||
},
|
||||
"node_modules/@stoplight/spectral-functions": {
|
||||
"version": "1.9.0",
|
||||
"resolved": "https://registry.npmjs.org/@stoplight/spectral-functions/-/spectral-functions-1.9.0.tgz",
|
||||
|
|
2
dependencies/package.json
vendored
2
dependencies/package.json
vendored
|
@ -8,7 +8,7 @@
|
|||
"@commitlint/config-conventional": "^19.5.0",
|
||||
"@ibm/tekton-lint": "^1.1.0",
|
||||
"@react-native/eslint-config": "^0.76.1",
|
||||
"@stoplight/spectral-cli": "^6.14.0",
|
||||
"@stoplight/spectral-cli": "^6.14.1",
|
||||
"@typescript-eslint/eslint-plugin": "^7.16.1",
|
||||
"asl-validator": "^3.8.4",
|
||||
"commitlint": "^19.5.0",
|
||||
|
|
Loading…
Reference in a new issue