mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 18:43:34 -05:00
Bump asl-validator from 1.9.0 to 1.9.1 in /dependencies (#1038)
Bumps [asl-validator](https://github.com/ChristopheBougere/asl-validator) from 1.9.0 to 1.9.1. - [Release notes](https://github.com/ChristopheBougere/asl-validator/releases) - [Commits](https://github.com/ChristopheBougere/asl-validator/compare/1.9.0...1.9.1) 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:
parent
c60369a21a
commit
888375c802
2 changed files with 4 additions and 4 deletions
6
dependencies/package-lock.json
generated
vendored
6
dependencies/package-lock.json
generated
vendored
|
@ -1397,9 +1397,9 @@
|
|||
"integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0="
|
||||
},
|
||||
"asl-validator": {
|
||||
"version": "1.9.0",
|
||||
"resolved": "https://registry.npmjs.org/asl-validator/-/asl-validator-1.9.0.tgz",
|
||||
"integrity": "sha512-DubKe/xs3W3IDV3uPVxj/YkMmqSgc+8zX5F0VaNsBSZnVcj5IPbYTZtyjSEtNW+5WmfBjpVzhRPswI6bpzsXQA==",
|
||||
"version": "1.9.1",
|
||||
"resolved": "https://registry.npmjs.org/asl-validator/-/asl-validator-1.9.1.tgz",
|
||||
"integrity": "sha512-qnByjI0N60f7LmAOH6E082p9XjhNxkwVy7TIa7IT+zkl9F7raSkTO2wefiLZsPW3OA+UM8dC6gmwpokcXJbCag==",
|
||||
"requires": {
|
||||
"ajv": "^6.12.2",
|
||||
"commander": "^5.1.0",
|
||||
|
|
2
dependencies/package.json
vendored
2
dependencies/package.json
vendored
|
@ -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.0",
|
||||
"asl-validator": "^1.9.1",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"dockerfilelint": "^1.8.0",
|
||||
"eslint": "^7.14.0",
|
||||
|
|
Loading…
Reference in a new issue