Bump asl-validator from 1.8.0 to 1.9.0 in /dependencies

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-10-16 05:55:08 +00:00 committed by GitHub
parent 21eea65476
commit 1779bcb201
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

@ -1010,9 +1010,9 @@
"integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0="
},
"asl-validator": {
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/asl-validator/-/asl-validator-1.8.0.tgz",
"integrity": "sha512-9pVM4YAjivu4WZNOQ0pey46DJYja90BJzN3hxINUXdwZLF/7hhpvcHllWzDYuQ1SdMSyUsNRiyoIuPRNL9RR+w==",
"version": "1.9.0",
"resolved": "https://registry.npmjs.org/asl-validator/-/asl-validator-1.9.0.tgz",
"integrity": "sha512-DubKe/xs3W3IDV3uPVxj/YkMmqSgc+8zX5F0VaNsBSZnVcj5IPbYTZtyjSEtNW+5WmfBjpVzhRPswI6bpzsXQA==",
"requires": {
"ajv": "^6.12.2",
"commander": "^5.1.0",

View file

@ -5,7 +5,7 @@
"@stoplight/spectral": "^5.6.0",
"@typescript-eslint/eslint-plugin": "^4.0.0",
"@typescript-eslint/parser": "^3.10.1",
"asl-validator": "^1.8.0",
"asl-validator": "^1.9.0",
"babel-eslint": "^10.1.0",
"dockerfilelint": "^1.8.0",
"eslint": "^7.11.0",