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.8 to 1.10.0 in /dependencies (#1621)
Bumps [asl-validator](https://github.com/ChristopheBougere/asl-validator) from 1.9.8 to 1.10.0. - [Release notes](https://github.com/ChristopheBougere/asl-validator/releases) - [Commits](https://github.com/ChristopheBougere/asl-validator/compare/1.9.8...1.10.0) --- updated-dependencies: - dependency-name: asl-validator dependency-type: direct:production update-type: version-update:semver-minor ... 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:
parent
84a60bbc41
commit
d990822383
2 changed files with 8 additions and 8 deletions
14
dependencies/package-lock.json
generated
vendored
14
dependencies/package-lock.json
generated
vendored
|
@ -10,7 +10,7 @@
|
|||
"@stoplight/spectral": "^5.9.1",
|
||||
"@typescript-eslint/eslint-plugin": "^4.25.0",
|
||||
"@typescript-eslint/parser": "^4.25.0",
|
||||
"asl-validator": "^1.9.8",
|
||||
"asl-validator": "^1.10.0",
|
||||
"axios": "^0.21.1",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"dockerfilelint": "^1.8.0",
|
||||
|
@ -1803,9 +1803,9 @@
|
|||
"integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY="
|
||||
},
|
||||
"node_modules/asl-validator": {
|
||||
"version": "1.9.8",
|
||||
"resolved": "https://registry.npmjs.org/asl-validator/-/asl-validator-1.9.8.tgz",
|
||||
"integrity": "sha512-t09Xw2JGAswoVHxBSTCO/acCCnDUi3C8zfVq0JNWivCW7+2wsmPU8TBV8iH6tpgjnGLSmCJgckalwOJ0bi3twg==",
|
||||
"version": "1.10.0",
|
||||
"resolved": "https://registry.npmjs.org/asl-validator/-/asl-validator-1.10.0.tgz",
|
||||
"integrity": "sha512-N7/ouOzYaEJqUNf82NarTs6Cg8sZMnHIDVGULjhzw7GLyXgoXkQUZrhvHXCyucvkU4FfeHmzY3TynEjl0/UN3Q==",
|
||||
"dependencies": {
|
||||
"ajv": "^6.12.6",
|
||||
"commander": "^5.1.0",
|
||||
|
@ -10823,9 +10823,9 @@
|
|||
"integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY="
|
||||
},
|
||||
"asl-validator": {
|
||||
"version": "1.9.8",
|
||||
"resolved": "https://registry.npmjs.org/asl-validator/-/asl-validator-1.9.8.tgz",
|
||||
"integrity": "sha512-t09Xw2JGAswoVHxBSTCO/acCCnDUi3C8zfVq0JNWivCW7+2wsmPU8TBV8iH6tpgjnGLSmCJgckalwOJ0bi3twg==",
|
||||
"version": "1.10.0",
|
||||
"resolved": "https://registry.npmjs.org/asl-validator/-/asl-validator-1.10.0.tgz",
|
||||
"integrity": "sha512-N7/ouOzYaEJqUNf82NarTs6Cg8sZMnHIDVGULjhzw7GLyXgoXkQUZrhvHXCyucvkU4FfeHmzY3TynEjl0/UN3Q==",
|
||||
"requires": {
|
||||
"ajv": "^6.12.6",
|
||||
"commander": "^5.1.0",
|
||||
|
|
2
dependencies/package.json
vendored
2
dependencies/package.json
vendored
|
@ -5,7 +5,7 @@
|
|||
"@coffeelint/cli": "^5.0.1",
|
||||
"@typescript-eslint/eslint-plugin": "^4.25.0",
|
||||
"@typescript-eslint/parser": "^4.25.0",
|
||||
"asl-validator": "^1.9.8",
|
||||
"asl-validator": "^1.10.0",
|
||||
"axios": "^0.21.1",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"dockerfilelint": "^1.8.0",
|
||||
|
|
Loading…
Reference in a new issue