Bump asl-validator from 1.9.3 to 1.9.4 in /dependencies (#1190)

Bumps [asl-validator](https://github.com/ChristopheBougere/asl-validator) from 1.9.3 to 1.9.4.
- [Release notes](https://github.com/ChristopheBougere/asl-validator/releases)
- [Commits](https://github.com/ChristopheBougere/asl-validator/compare/1.9.3...1.9.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
This commit is contained in:
dependabot[bot] 2021-02-17 11:44:30 -06:00 committed by GitHub
parent d84e244b71
commit 25602ecf30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

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

@ -1761,9 +1761,9 @@
"integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY="
},
"asl-validator": {
"version": "1.9.3",
"resolved": "https://registry.npmjs.org/asl-validator/-/asl-validator-1.9.3.tgz",
"integrity": "sha512-ttNleKlznrzqwtB9rSF0E2IA2CEa1va8v3/vgfwBDLFVQ+Mb/UmYAS2yGqz9VOXE0Oo2frkg23sbM+Mp3jlj1A==",
"version": "1.9.4",
"resolved": "https://registry.npmjs.org/asl-validator/-/asl-validator-1.9.4.tgz",
"integrity": "sha512-OaLNKkOjxB4rXZt+/9hI6f2DqzlFzBDz4ba6AqSfbzj4/U03EsWfJx7W0BI8NqJd6p96sY+S9QOYAx5rwAiEMA==",
"requires": {
"ajv": "^6.12.2",
"commander": "^5.1.0",
@ -4752,9 +4752,9 @@
}
},
"jsonpath": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/jsonpath/-/jsonpath-1.0.2.tgz",
"integrity": "sha512-rmzlgFZiQPc6q4HDyK8s9Qb4oxBnI5sF61y/Co5PV0lc3q2bIuRsNdueVbhoSHdKM4fxeimphOAtfz47yjCfeA==",
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/jsonpath/-/jsonpath-1.1.0.tgz",
"integrity": "sha512-CZHwa1sZOf42qkIyK7evwToFXeTB4iplbl6Z9CVwU0wmBQPffL6gtYJXCoeciJoZENMuzaidPjhp2iOLRei4wQ==",
"requires": {
"esprima": "1.2.2",
"static-eval": "2.0.2",

View file

@ -5,7 +5,7 @@
"@stoplight/spectral": "^5.8.0",
"@typescript-eslint/eslint-plugin": "^4.0.0",
"@typescript-eslint/parser": "^3.10.1",
"asl-validator": "^1.9.3",
"asl-validator": "^1.9.4",
"babel-eslint": "^10.1.0",
"dockerfilelint": "^1.8.0",
"eslint": "^7.20.0",