Bump @stoplight/spectral from 5.7.0 to 5.7.1 in /dependencies

Bumps [@stoplight/spectral](https://github.com/stoplightio/spectral) from 5.7.0 to 5.7.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/v5.7.0...v5.7.1)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-11-03 05:50:56 +00:00 committed by GitHub
parent 5a04bd9875
commit 4902217725
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

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

@ -512,9 +512,9 @@
"integrity": "sha512-lyIc6JUlUA8Ve5ELywPC8I2Sdnh1zc1zmbYgVarhXIp9YeAB0ReeqmGEOWNtlHkbP2DAA1AL65Wfn2ncjK/jtQ=="
},
"@stoplight/spectral": {
"version": "5.7.0",
"resolved": "https://registry.npmjs.org/@stoplight/spectral/-/spectral-5.7.0.tgz",
"integrity": "sha512-dhAcF3qxJ8m3XxxPbgUdvyN3gNnCEVecsxdqqpxw/E3BPktHMTT75NLgEbhskYALyTHvAnov7Q9IUkRRQjKgJQ==",
"version": "5.7.1",
"resolved": "https://registry.npmjs.org/@stoplight/spectral/-/spectral-5.7.1.tgz",
"integrity": "sha512-YsoSzKX2F07cEm8xTGKUo8CEvK0mO+3laVpJfP6QnBTNPz4Ym7GoRarbCbRJXkd6scoVGANlFDKQnnD1GvdEuw==",
"requires": {
"@stoplight/better-ajv-errors": "0.0.3",
"@stoplight/json": "3.9.0",

View file

@ -2,7 +2,7 @@
"name": "super-linter",
"dependencies": {
"@coffeelint/cli": "^4.1.1",
"@stoplight/spectral": "^5.7.0",
"@stoplight/spectral": "^5.7.1",
"@typescript-eslint/eslint-plugin": "^4.0.0",
"@typescript-eslint/parser": "^3.10.1",
"asl-validator": "^1.9.0",