Bump @stoplight/spectral from 6.1.0 to 6.5.0 in /dependencies (#4551)

Bumps [@stoplight/spectral](https://github.com/stoplightio/spectral) from 6.1.0 to 6.5.0.
- [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-v6.1.0...@stoplight/spectral-cli-v6.5.0)

---
updated-dependencies:
- dependency-name: "@stoplight/spectral"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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:
dependabot[bot] 2023-08-15 10:32:52 -07:00 committed by GitHub
parent fe4c654a19
commit 962a6409c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 108 additions and 49 deletions

155
dependencies/package-lock.json generated vendored
View file

@ -9,7 +9,7 @@
"@coffeelint/cli": "^5.2.11", "@coffeelint/cli": "^5.2.11",
"@react-native-community/eslint-config": "^3.2.0", "@react-native-community/eslint-config": "^3.2.0",
"@react-native-community/eslint-plugin": "^1.3.0", "@react-native-community/eslint-plugin": "^1.3.0",
"@stoplight/spectral": "^6.1.0", "@stoplight/spectral": "^6.5.0",
"@typescript-eslint/eslint-plugin": "^5.60.0", "@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.61.0", "@typescript-eslint/parser": "^5.61.0",
"asl-validator": "^3.6.1", "asl-validator": "^3.6.1",
@ -2942,10 +2942,24 @@
} }
}, },
"node_modules/@stoplight/spectral": { "node_modules/@stoplight/spectral": {
"version": "6.1.0", "version": "6.5.0",
"resolved": "https://registry.npmjs.org/@stoplight/spectral/-/spectral-6.1.0.tgz", "resolved": "https://registry.npmjs.org/@stoplight/spectral/-/spectral-6.5.0.tgz",
"integrity": "sha512-TiPG04rjj+BGlGXEHW2x0ZnQQ9okjy59NSuj/wxAoSkvcs9h2L6GyyEyJi7am6sWflHvV/NVchDyEoyxmvqDdA==", "integrity": "sha512-ACasXUGyvbJzyRkcSr8VcSy/H/RzBdFB/q8c9rUE9oTWryp6U9HnEGHutv3TnlSe984O1gv8VKzIm+Xvi262Xw==",
"deprecated": "Spectral's latest version is now available as @stoplight/spectral-cli on npm", "deprecated": "Spectral's latest version is now available as @stoplight/spectral-cli on npm",
"dependencies": {
"@stoplight/spectral-cli": "6.5.0"
},
"bin": {
"spectral": "index.js"
},
"engines": {
"node": "^12.20 || >= 14.13"
}
},
"node_modules/@stoplight/spectral-cli": {
"version": "6.5.0",
"resolved": "https://registry.npmjs.org/@stoplight/spectral-cli/-/spectral-cli-6.5.0.tgz",
"integrity": "sha512-BmTnQkkhG6E301ADUX7dhQtIIUT/WVRszRHy+90M5Bxk+4kod/6Gi8w7sWuQ5myDls3mLEMjYWUOKaUALuPvug==",
"dependencies": { "dependencies": {
"@rollup/plugin-commonjs": "^20.0.0", "@rollup/plugin-commonjs": "^20.0.0",
"@stoplight/json": "3.17.0", "@stoplight/json": "3.17.0",
@ -2965,16 +2979,42 @@
"lodash": "~4.17.21", "lodash": "~4.17.21",
"pony-cause": "^1.0.0", "pony-cause": "^1.0.0",
"proxy-agent": "5.0.0", "proxy-agent": "5.0.0",
"stacktracey": "^2.1.7",
"strip-ansi": "6.0", "strip-ansi": "6.0",
"text-table": "0.2", "text-table": "0.2",
"tslib": "^2.3.0", "tslib": "^2.3.0",
"yargs": "17.2.1" "yargs": "17.3.1"
}, },
"bin": { "bin": {
"spectral": "dist/index.js" "spectral": "dist/index.js"
}, },
"engines": { "engines": {
"node": ">=12.20" "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": { "node_modules/@stoplight/spectral-core": {
@ -3088,9 +3128,9 @@
} }
}, },
"node_modules/@stoplight/spectral-functions/node_modules/@stoplight/types": { "node_modules/@stoplight/spectral-functions/node_modules/@stoplight/types": {
"version": "13.17.0", "version": "13.18.0",
"resolved": "https://registry.npmjs.org/@stoplight/types/-/types-13.17.0.tgz", "resolved": "https://registry.npmjs.org/@stoplight/types/-/types-13.18.0.tgz",
"integrity": "sha512-9wzSi8MZQXjO+GSYehwMWFSUHO5qtDr282RxrDDsxO9ZHn0a4nWE+kTWDWSdtbiZrIEantTSkycmQJxKxnnRTQ==", "integrity": "sha512-TuoUfuQYDdJ71QxRJs9wWQS1alSFox85fsCF3PlQv0uEW3oPeOPQx6H9se3dx1z8FcaNPM3ZzEFpdvYAkyM8wg==",
"dependencies": { "dependencies": {
"@types/json-schema": "^7.0.4", "@types/json-schema": "^7.0.4",
"utility-types": "^3.10.0" "utility-types": "^3.10.0"
@ -3130,9 +3170,9 @@
} }
}, },
"node_modules/@stoplight/spectral-parsers/node_modules/@stoplight/types": { "node_modules/@stoplight/spectral-parsers/node_modules/@stoplight/types": {
"version": "13.17.0", "version": "13.18.0",
"resolved": "https://registry.npmjs.org/@stoplight/types/-/types-13.17.0.tgz", "resolved": "https://registry.npmjs.org/@stoplight/types/-/types-13.18.0.tgz",
"integrity": "sha512-9wzSi8MZQXjO+GSYehwMWFSUHO5qtDr282RxrDDsxO9ZHn0a4nWE+kTWDWSdtbiZrIEantTSkycmQJxKxnnRTQ==", "integrity": "sha512-TuoUfuQYDdJ71QxRJs9wWQS1alSFox85fsCF3PlQv0uEW3oPeOPQx6H9se3dx1z8FcaNPM3ZzEFpdvYAkyM8wg==",
"dependencies": { "dependencies": {
"@types/json-schema": "^7.0.4", "@types/json-schema": "^7.0.4",
"utility-types": "^3.10.0" "utility-types": "^3.10.0"
@ -3203,9 +3243,9 @@
} }
}, },
"node_modules/@stoplight/spectral-ruleset-bundler/node_modules/@stoplight/types": { "node_modules/@stoplight/spectral-ruleset-bundler/node_modules/@stoplight/types": {
"version": "13.17.0", "version": "13.18.0",
"resolved": "https://registry.npmjs.org/@stoplight/types/-/types-13.17.0.tgz", "resolved": "https://registry.npmjs.org/@stoplight/types/-/types-13.18.0.tgz",
"integrity": "sha512-9wzSi8MZQXjO+GSYehwMWFSUHO5qtDr282RxrDDsxO9ZHn0a4nWE+kTWDWSdtbiZrIEantTSkycmQJxKxnnRTQ==", "integrity": "sha512-TuoUfuQYDdJ71QxRJs9wWQS1alSFox85fsCF3PlQv0uEW3oPeOPQx6H9se3dx1z8FcaNPM3ZzEFpdvYAkyM8wg==",
"dependencies": { "dependencies": {
"@types/json-schema": "^7.0.4", "@types/json-schema": "^7.0.4",
"utility-types": "^3.10.0" "utility-types": "^3.10.0"
@ -3234,11 +3274,11 @@
} }
}, },
"node_modules/@stoplight/spectral-ruleset-migrator": { "node_modules/@stoplight/spectral-ruleset-migrator": {
"version": "1.9.4", "version": "1.9.5",
"resolved": "https://registry.npmjs.org/@stoplight/spectral-ruleset-migrator/-/spectral-ruleset-migrator-1.9.4.tgz", "resolved": "https://registry.npmjs.org/@stoplight/spectral-ruleset-migrator/-/spectral-ruleset-migrator-1.9.5.tgz",
"integrity": "sha512-bQjmYTf1COdhXdFg4dRzfZ7Ukc9ylr9f9J8c1PO3NGZtryUavw/109BrYfdQGgO0Hfkc/yVsRbkI4mKYNlvnXg==", "integrity": "sha512-76n/HETr3UinVl/xLNldrH9p0JNoD8Gz4K75J6E4OHp4xD0P+BA2e8+W30HjIvqm1LJdLU2BNma0ioy+q3B9RA==",
"dependencies": { "dependencies": {
"@stoplight/json": "~3.20.1", "@stoplight/json": "~3.21.0",
"@stoplight/ordered-object-literal": "~1.0.4", "@stoplight/ordered-object-literal": "~1.0.4",
"@stoplight/path": "1.3.2", "@stoplight/path": "1.3.2",
"@stoplight/spectral-functions": "^1.0.0", "@stoplight/spectral-functions": "^1.0.0",
@ -3258,9 +3298,9 @@
} }
}, },
"node_modules/@stoplight/spectral-ruleset-migrator/node_modules/@stoplight/json": { "node_modules/@stoplight/spectral-ruleset-migrator/node_modules/@stoplight/json": {
"version": "3.20.3", "version": "3.21.0",
"resolved": "https://registry.npmjs.org/@stoplight/json/-/json-3.20.3.tgz", "resolved": "https://registry.npmjs.org/@stoplight/json/-/json-3.21.0.tgz",
"integrity": "sha512-2m+Km6CkEPWj+H+CXxFyQB9+mVK8ifz9izK0UZpz4G1ZBx2Pd2hI+qw24FJ+X3DTYtMPYIeINTOEaTFWOmbRxQ==", "integrity": "sha512-5O0apqJ/t4sIevXCO3SBN9AHCEKKR/Zb4gaj7wYe5863jme9g02Q0n/GhM7ZCALkL+vGPTe4ZzTETP8TFtsw3g==",
"dependencies": { "dependencies": {
"@stoplight/ordered-object-literal": "^1.0.3", "@stoplight/ordered-object-literal": "^1.0.3",
"@stoplight/path": "^1.3.2", "@stoplight/path": "^1.3.2",
@ -3274,9 +3314,9 @@
} }
}, },
"node_modules/@stoplight/spectral-ruleset-migrator/node_modules/@stoplight/types": { "node_modules/@stoplight/spectral-ruleset-migrator/node_modules/@stoplight/types": {
"version": "13.17.0", "version": "13.18.0",
"resolved": "https://registry.npmjs.org/@stoplight/types/-/types-13.17.0.tgz", "resolved": "https://registry.npmjs.org/@stoplight/types/-/types-13.18.0.tgz",
"integrity": "sha512-9wzSi8MZQXjO+GSYehwMWFSUHO5qtDr282RxrDDsxO9ZHn0a4nWE+kTWDWSdtbiZrIEantTSkycmQJxKxnnRTQ==", "integrity": "sha512-TuoUfuQYDdJ71QxRJs9wWQS1alSFox85fsCF3PlQv0uEW3oPeOPQx6H9se3dx1z8FcaNPM3ZzEFpdvYAkyM8wg==",
"dependencies": { "dependencies": {
"@types/json-schema": "^7.0.4", "@types/json-schema": "^7.0.4",
"utility-types": "^3.10.0" "utility-types": "^3.10.0"
@ -3310,9 +3350,9 @@
} }
}, },
"node_modules/@stoplight/spectral-rulesets/node_modules/@stoplight/types": { "node_modules/@stoplight/spectral-rulesets/node_modules/@stoplight/types": {
"version": "13.17.0", "version": "13.18.0",
"resolved": "https://registry.npmjs.org/@stoplight/types/-/types-13.17.0.tgz", "resolved": "https://registry.npmjs.org/@stoplight/types/-/types-13.18.0.tgz",
"integrity": "sha512-9wzSi8MZQXjO+GSYehwMWFSUHO5qtDr282RxrDDsxO9ZHn0a4nWE+kTWDWSdtbiZrIEantTSkycmQJxKxnnRTQ==", "integrity": "sha512-TuoUfuQYDdJ71QxRJs9wWQS1alSFox85fsCF3PlQv0uEW3oPeOPQx6H9se3dx1z8FcaNPM3ZzEFpdvYAkyM8wg==",
"dependencies": { "dependencies": {
"@types/json-schema": "^7.0.4", "@types/json-schema": "^7.0.4",
"utility-types": "^3.10.0" "utility-types": "^3.10.0"
@ -3357,23 +3397,6 @@
} }
} }
}, },
"node_modules/@stoplight/spectral/node_modules/yargs": {
"version": "17.2.1",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.2.1.tgz",
"integrity": "sha512-XfR8du6ua4K6uLGm5S6fA+FIJom/MdJcFNVY8geLlp2v8GYbOXD4EB1tPNZsRn4vBzKGMgb5DRZMeWuFc2GO8Q==",
"dependencies": {
"cliui": "^7.0.2",
"escalade": "^3.1.1",
"get-caller-file": "^2.0.5",
"require-directory": "^2.1.1",
"string-width": "^4.2.0",
"y18n": "^5.0.5",
"yargs-parser": "^20.2.2"
},
"engines": {
"node": ">=12"
}
},
"node_modules/@stoplight/types": { "node_modules/@stoplight/types": {
"version": "12.3.0", "version": "12.3.0",
"resolved": "https://registry.npmjs.org/@stoplight/types/-/types-12.3.0.tgz", "resolved": "https://registry.npmjs.org/@stoplight/types/-/types-12.3.0.tgz",
@ -3406,9 +3429,9 @@
"integrity": "sha512-sV+51I7WYnLJnKPn2EMWgS4EUfoP4iWEbrWwbXsj0MZCB/xOK8j6+C9fntIdOM50kpx45ZLC3s6kwKivWuqvyg==" "integrity": "sha512-sV+51I7WYnLJnKPn2EMWgS4EUfoP4iWEbrWwbXsj0MZCB/xOK8j6+C9fntIdOM50kpx45ZLC3s6kwKivWuqvyg=="
}, },
"node_modules/@stoplight/yaml/node_modules/@stoplight/types": { "node_modules/@stoplight/yaml/node_modules/@stoplight/types": {
"version": "13.17.0", "version": "13.18.0",
"resolved": "https://registry.npmjs.org/@stoplight/types/-/types-13.17.0.tgz", "resolved": "https://registry.npmjs.org/@stoplight/types/-/types-13.18.0.tgz",
"integrity": "sha512-9wzSi8MZQXjO+GSYehwMWFSUHO5qtDr282RxrDDsxO9ZHn0a4nWE+kTWDWSdtbiZrIEantTSkycmQJxKxnnRTQ==", "integrity": "sha512-TuoUfuQYDdJ71QxRJs9wWQS1alSFox85fsCF3PlQv0uEW3oPeOPQx6H9se3dx1z8FcaNPM3ZzEFpdvYAkyM8wg==",
"dependencies": { "dependencies": {
"@types/json-schema": "^7.0.4", "@types/json-schema": "^7.0.4",
"utility-types": "^3.10.0" "utility-types": "^3.10.0"
@ -4652,6 +4675,14 @@
"node": ">=0.10.0" "node": ">=0.10.0"
} }
}, },
"node_modules/as-table": {
"version": "1.0.55",
"resolved": "https://registry.npmjs.org/as-table/-/as-table-1.0.55.tgz",
"integrity": "sha512-xvsWESUJn0JN421Xb9MQw6AsMHRCUknCe0Wjlxvjud80mU4E6hQf1A6NzQKcYNmYw62MfzEtXc+badstZP3JpQ==",
"dependencies": {
"printable-characters": "^1.0.42"
}
},
"node_modules/asap": { "node_modules/asap": {
"version": "2.0.6", "version": "2.0.6",
"resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz",
@ -7755,6 +7786,20 @@
"resolved": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz", "resolved": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz",
"integrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==" "integrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g=="
}, },
"node_modules/get-source": {
"version": "2.0.12",
"resolved": "https://registry.npmjs.org/get-source/-/get-source-2.0.12.tgz",
"integrity": "sha512-X5+4+iD+HoSeEED+uwrQ07BOQr0kEDFMVqqpBuI+RaZBpBpHCuXxo70bjar6f0b0u/DQJsJ7ssurpP0V60Az+w==",
"dependencies": {
"data-uri-to-buffer": "^2.0.0",
"source-map": "^0.6.1"
}
},
"node_modules/get-source/node_modules/data-uri-to-buffer": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-2.0.2.tgz",
"integrity": "sha512-ND9qDTLc6diwj+Xe5cdAgVTbLVdXbtxTJRXRhli8Mowuaan+0EJOtdqJ0QCHNSSPyoXGx9HX2/VMnKeC34AChA=="
},
"node_modules/get-stdin": { "node_modules/get-stdin": {
"version": "9.0.0", "version": "9.0.0",
"resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-9.0.0.tgz", "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-9.0.0.tgz",
@ -11546,6 +11591,11 @@
"prettyjson": "bin/prettyjson" "prettyjson": "bin/prettyjson"
} }
}, },
"node_modules/printable-characters": {
"version": "1.0.42",
"resolved": "https://registry.npmjs.org/printable-characters/-/printable-characters-1.0.42.tgz",
"integrity": "sha512-dKp+C4iXWK4vVYZmYSd0KBH5F/h1HoZRsbJ82AVKRO3PEo8L4lBS/vLwhVtpwwuYcoIsVY+1JYKR268yn480uQ=="
},
"node_modules/promise": { "node_modules/promise": {
"version": "7.3.1", "version": "7.3.1",
"resolved": "https://registry.npmjs.org/promise/-/promise-7.3.1.tgz", "resolved": "https://registry.npmjs.org/promise/-/promise-7.3.1.tgz",
@ -12925,6 +12975,15 @@
"node": ">= 0.6" "node": ">= 0.6"
} }
}, },
"node_modules/stacktracey": {
"version": "2.1.8",
"resolved": "https://registry.npmjs.org/stacktracey/-/stacktracey-2.1.8.tgz",
"integrity": "sha512-Kpij9riA+UNg7TnphqjH7/CzctQ/owJGNbFkfEeve4Z4uxT5+JapVLFXcsurIfN34gnTWZNJ/f7NMG0E8JDzTw==",
"dependencies": {
"as-table": "^1.0.36",
"get-source": "^2.0.12"
}
},
"node_modules/standard": { "node_modules/standard": {
"version": "17.1.0", "version": "17.1.0",
"resolved": "https://registry.npmjs.org/standard/-/standard-17.1.0.tgz", "resolved": "https://registry.npmjs.org/standard/-/standard-17.1.0.tgz",

View file

@ -4,7 +4,7 @@
"@coffeelint/cli": "^5.2.11", "@coffeelint/cli": "^5.2.11",
"@react-native-community/eslint-config": "^3.2.0", "@react-native-community/eslint-config": "^3.2.0",
"@react-native-community/eslint-plugin": "^1.3.0", "@react-native-community/eslint-plugin": "^1.3.0",
"@stoplight/spectral": "^6.1.0", "@stoplight/spectral": "^6.5.0",
"@typescript-eslint/eslint-plugin": "^5.60.0", "@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.61.0", "@typescript-eslint/parser": "^5.61.0",
"asl-validator": "^3.6.1", "asl-validator": "^3.6.1",