mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 06:01:05 -05:00
Bump asl-validator from 3.8.1 to 3.8.2 in /dependencies (#4856)
Bumps [asl-validator](https://github.com/ChristopheBougere/asl-validator) from 3.8.1 to 3.8.2. - [Release notes](https://github.com/ChristopheBougere/asl-validator/releases) - [Commits](https://github.com/ChristopheBougere/asl-validator/compare/3.8.1...3.8.2) --- updated-dependencies: - dependency-name: asl-validator dependency-type: direct:production update-type: version-update:semver-patch ... 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
e6e5c7fe91
commit
ec26963e39
2 changed files with 5 additions and 5 deletions
8
dependencies/package-lock.json
generated
vendored
8
dependencies/package-lock.json
generated
vendored
|
@ -15,7 +15,7 @@
|
|||
"@stoplight/spectral": "^6.5.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.60.0",
|
||||
"@typescript-eslint/parser": "^5.61.0",
|
||||
"asl-validator": "^3.8.1",
|
||||
"asl-validator": "^3.8.2",
|
||||
"axios": "^1.6.0",
|
||||
"eslint": "^8.53.0",
|
||||
"eslint-config-airbnb": "^19.0.4",
|
||||
|
@ -8067,9 +8067,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/asl-validator": {
|
||||
"version": "3.8.1",
|
||||
"resolved": "https://registry.npmjs.org/asl-validator/-/asl-validator-3.8.1.tgz",
|
||||
"integrity": "sha512-BFb6R7NZJbXMu9Uxzxwep6asylellkXdqaaJm0V4Nbvu2lKV7Nh2SxiRo0RdTRY5MGL9u7vErBC+n7A391RtnQ==",
|
||||
"version": "3.8.2",
|
||||
"resolved": "https://registry.npmjs.org/asl-validator/-/asl-validator-3.8.2.tgz",
|
||||
"integrity": "sha512-wSGCbzbTz5hfuSQl33u/OZEGXT8IE9taRbAPtCNg4boK7oHLlXZqH7VlwKGeKY4QwvDwlyktERBXs3r32JwIeQ==",
|
||||
"dependencies": {
|
||||
"ajv": "^8.12.0",
|
||||
"asl-path-validator": "^0.12.0",
|
||||
|
|
2
dependencies/package.json
vendored
2
dependencies/package.json
vendored
|
@ -10,7 +10,7 @@
|
|||
"@stoplight/spectral": "^6.5.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.60.0",
|
||||
"@typescript-eslint/parser": "^5.61.0",
|
||||
"asl-validator": "^3.8.1",
|
||||
"asl-validator": "^3.8.2",
|
||||
"axios": "^1.6.0",
|
||||
"eslint": "^8.53.0",
|
||||
"eslint-config-airbnb": "^19.0.4",
|
||||
|
|
Loading…
Reference in a new issue