deps(npm): bump asl-validator from 3.9.0 to 3.12.0 in /dependencies

Bumps [asl-validator](https://github.com/ChristopheBougere/asl-validator) from 3.9.0 to 3.12.0.
- [Release notes](https://github.com/ChristopheBougere/asl-validator/releases)
- [Commits](https://github.com/ChristopheBougere/asl-validator/compare/3.9.0...3.12.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>
This commit is contained in:
dependabot[bot] 2025-01-13 13:18:20 +00:00 committed by GitHub
parent b5a246e96b
commit 78f6d2d054
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 10 deletions

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

@ -15,7 +15,7 @@
"@react-native/eslint-config": "^0.76.2",
"@stoplight/spectral-cli": "^6.14.2",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"asl-validator": "^3.9.0",
"asl-validator": "^3.12.0",
"commitlint": "^19.5.0",
"eslint": "^8.57.1",
"eslint-config-airbnb": "^19.0.4",
@ -8944,22 +8944,22 @@
"integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA=="
},
"node_modules/asl-path-validator": {
"version": "0.14.2",
"resolved": "https://registry.npmjs.org/asl-path-validator/-/asl-path-validator-0.14.2.tgz",
"integrity": "sha512-laFuKAa69tYGJ4PFoBY5D4NYZkiUwI+yD91F/gML6liQh0FFFsvlfqRGnKQbea8exjabmYUQb7D2AQPmmsehag==",
"version": "0.16.0",
"resolved": "https://registry.npmjs.org/asl-path-validator/-/asl-path-validator-0.16.0.tgz",
"integrity": "sha512-mumubzzBfWIgnIcax+/f7yPW7l6JlR/B7qcM88NqVGwKnqvsGIwj99XsyarRpu4J81PN1NfE23/yQ8wOQClsig==",
"dependencies": {
"jsonpath-plus": "^10.1.0"
}
},
"node_modules/asl-validator": {
"version": "3.9.0",
"resolved": "https://registry.npmjs.org/asl-validator/-/asl-validator-3.9.0.tgz",
"integrity": "sha512-3/FEXs6j9dV3KQc64up3Oc3ZIBP9iWPUd4enKRrADb4bzfuzsXbNJonMIDsaNIEYLt2THLAgiDotsyHKDf7tdA==",
"version": "3.12.0",
"resolved": "https://registry.npmjs.org/asl-validator/-/asl-validator-3.12.0.tgz",
"integrity": "sha512-qOiuJdPYvUp26+Go/UVg7dizTdndpTnpKTBdydl40T8z/FGvn7u7uP98gUrP7fLMig9gWWLh1HBf3Xf8ahVkgg==",
"dependencies": {
"ajv": "^8.12.0",
"asl-path-validator": "^0.14.2",
"asl-path-validator": "^0.16.0",
"commander": "^10.0.1",
"jsonpath-plus": "^10.0.0",
"jsonpath-plus": "^10.2.0",
"yaml": "^2.3.1"
},
"bin": {

View file

@ -10,7 +10,7 @@
"@react-native/eslint-config": "^0.76.2",
"@stoplight/spectral-cli": "^6.14.2",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"asl-validator": "^3.9.0",
"asl-validator": "^3.12.0",
"commitlint": "^19.5.0",
"eslint": "^8.57.1",
"eslint-config-airbnb": "^19.0.4",