Bump asl-validator from 1.9.1 to 1.9.3 in /dependencies (#1070)

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

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] 2020-12-23 20:00:34 -05:00 committed by GitHub
parent 6a760f1547
commit 6a758ee918
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

@ -1397,9 +1397,9 @@
"integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0="
},
"asl-validator": {
"version": "1.9.1",
"resolved": "https://registry.npmjs.org/asl-validator/-/asl-validator-1.9.1.tgz",
"integrity": "sha512-qnByjI0N60f7LmAOH6E082p9XjhNxkwVy7TIa7IT+zkl9F7raSkTO2wefiLZsPW3OA+UM8dC6gmwpokcXJbCag==",
"version": "1.9.3",
"resolved": "https://registry.npmjs.org/asl-validator/-/asl-validator-1.9.3.tgz",
"integrity": "sha512-ttNleKlznrzqwtB9rSF0E2IA2CEa1va8v3/vgfwBDLFVQ+Mb/UmYAS2yGqz9VOXE0Oo2frkg23sbM+Mp3jlj1A==",
"requires": {
"ajv": "^6.12.2",
"commander": "^5.1.0",

View file

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