Bump @stoplight/spectral from 5.7.1 to 5.7.2 in /dependencies (#1071)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gabriel Diaz <gabo.fdc@gmail.com>
This commit is contained in:
dependabot[bot] 2020-12-24 10:10:37 -05:00 committed by GitHub
parent 3c7537679f
commit 1d7af520ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

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

@ -759,9 +759,9 @@
"integrity": "sha512-lyIc6JUlUA8Ve5ELywPC8I2Sdnh1zc1zmbYgVarhXIp9YeAB0ReeqmGEOWNtlHkbP2DAA1AL65Wfn2ncjK/jtQ=="
},
"@stoplight/spectral": {
"version": "5.7.1",
"resolved": "https://registry.npmjs.org/@stoplight/spectral/-/spectral-5.7.1.tgz",
"integrity": "sha512-YsoSzKX2F07cEm8xTGKUo8CEvK0mO+3laVpJfP6QnBTNPz4Ym7GoRarbCbRJXkd6scoVGANlFDKQnnD1GvdEuw==",
"version": "5.7.2",
"resolved": "https://registry.npmjs.org/@stoplight/spectral/-/spectral-5.7.2.tgz",
"integrity": "sha512-AeqhEup2kIA/Ib2QduHMYuRxGGwrJK05U8YsGXRg7vSnSoH2iOKUXBY0QXB2cezTvz0rYrFsT+0+clxRwBDinQ==",
"requires": {
"@stoplight/better-ajv-errors": "0.0.3",
"@stoplight/json": "3.9.0",
@ -3766,9 +3766,9 @@
},
"dependencies": {
"debug": {
"version": "3.2.6",
"resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz",
"integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==",
"version": "3.2.7",
"resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
"integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
"requires": {
"ms": "^2.1.1"
}
@ -6835,9 +6835,9 @@
}
},
"urijs": {
"version": "1.19.2",
"resolved": "https://registry.npmjs.org/urijs/-/urijs-1.19.2.tgz",
"integrity": "sha512-s/UIq9ap4JPZ7H1EB5ULo/aOUbWqfDi7FKzMC2Nz+0Si8GiT1rIEaprt8hy3Vy2Ex2aJPpOQv4P4DuOZ+K1c6w=="
"version": "1.19.4",
"resolved": "https://registry.npmjs.org/urijs/-/urijs-1.19.4.tgz",
"integrity": "sha512-2YF/wdFu02Gsly/wyx+S/f5w/oCF0ihVSgK/Sn8fcY/ZYMYtqxgi03Vi3V7HqyQP8mj8xHMuNFTBIPufmPRdoA=="
},
"util-deprecate": {
"version": "1.0.2",

View file

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