deps(npm): bump asl-validator from 3.8.2 to 3.8.3 in /dependencies (#6073)

Bumps [asl-validator](https://github.com/ChristopheBougere/asl-validator) from 3.8.2 to 3.8.3.
- [Release notes](https://github.com/ChristopheBougere/asl-validator/releases)
- [Commits](https://github.com/ChristopheBougere/asl-validator/compare/3.8.2...3.8.3)

---
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] 2024-08-26 16:30:19 +00:00 committed by GitHub
parent ae7abe15e2
commit 149cc2099c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

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

@ -14,7 +14,7 @@
"@react-native/eslint-config": "^0.74.87",
"@stoplight/spectral-cli": "^6.11.1",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"asl-validator": "^3.8.2",
"asl-validator": "^3.8.3",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
@ -8156,20 +8156,20 @@
"integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA=="
},
"node_modules/asl-path-validator": {
"version": "0.12.0",
"resolved": "https://registry.npmjs.org/asl-path-validator/-/asl-path-validator-0.12.0.tgz",
"integrity": "sha512-pzBX2mKp8NQ7p1xM6sfSd2vFQJDX0UdUCun/YcRKMNSv7j93erTomK7iIU79N5rjJD++kPr9qwWhA67pFVpdhA==",
"version": "0.13.0",
"resolved": "https://registry.npmjs.org/asl-path-validator/-/asl-path-validator-0.13.0.tgz",
"integrity": "sha512-A1me0H6HFBIm4b1p3gtSL2N0rMxK0yCz/5YAIpeQixhIMaSQynjKCS+3Q7NNdI/K8sjGe12nU3RrJ77RKtvQYA==",
"dependencies": {
"jsonpath-plus": "^7.0.0"
}
},
"node_modules/asl-validator": {
"version": "3.8.2",
"resolved": "https://registry.npmjs.org/asl-validator/-/asl-validator-3.8.2.tgz",
"integrity": "sha512-wSGCbzbTz5hfuSQl33u/OZEGXT8IE9taRbAPtCNg4boK7oHLlXZqH7VlwKGeKY4QwvDwlyktERBXs3r32JwIeQ==",
"version": "3.8.3",
"resolved": "https://registry.npmjs.org/asl-validator/-/asl-validator-3.8.3.tgz",
"integrity": "sha512-m6KpszYChTtTFJ6e43LrexQ/Or4umRW3gKeqo8ySMr4S8cC036AMXCSGcFYlINmOEkqCeGIbFiHwtyVudkjaNQ==",
"dependencies": {
"ajv": "^8.12.0",
"asl-path-validator": "^0.12.0",
"asl-path-validator": "^0.13.0",
"commander": "^10.0.1",
"jsonpath-plus": "^7.2.0",
"yaml": "^2.3.1"

View file

@ -9,7 +9,7 @@
"@react-native/eslint-config": "^0.74.87",
"@stoplight/spectral-cli": "^6.11.1",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"asl-validator": "^3.8.2",
"asl-validator": "^3.8.3",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",