mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 13:41:19 -05:00
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:
parent
ae7abe15e2
commit
149cc2099c
2 changed files with 9 additions and 9 deletions
16
dependencies/package-lock.json
generated
vendored
16
dependencies/package-lock.json
generated
vendored
|
@ -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"
|
||||
|
|
2
dependencies/package.json
vendored
2
dependencies/package.json
vendored
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue