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:
dependabot[bot] 2023-11-15 06:01:56 +00:00 committed by GitHub
parent e6e5c7fe91
commit ec26963e39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
dependencies/package-lock.json generated vendored
View file

@ -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",

View file

@ -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",