mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 08:41:02 -05:00
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:
parent
d84e244b71
commit
25602ecf30
2 changed files with 7 additions and 7 deletions
12
dependencies/package-lock.json
generated
vendored
12
dependencies/package-lock.json
generated
vendored
|
@ -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",
|
||||
|
|
2
dependencies/package.json
vendored
2
dependencies/package.json
vendored
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue