mirror of
https://github.com/super-linter/super-linter.git
synced 2025-02-21 15:10:57 -05:00
deps(npm): bump asl-validator from 3.9.0 to 3.13.0 in /dependencies (#6588)
Bumps [asl-validator](https://github.com/ChristopheBougere/asl-validator) from 3.9.0 to 3.13.0. - [Release notes](https://github.com/ChristopheBougere/asl-validator/releases) - [Commits](https://github.com/ChristopheBougere/asl-validator/compare/3.9.0...3.13.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
7dacfb4581
commit
e2ebecc897
2 changed files with 49 additions and 11 deletions
58
dependencies/package-lock.json
generated
vendored
58
dependencies/package-lock.json
generated
vendored
|
@ -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.13.0",
|
||||
"commitlint": "^19.5.0",
|
||||
"eslint": "^8.57.1",
|
||||
"eslint-config-airbnb": "^19.0.4",
|
||||
|
@ -7451,22 +7451,42 @@
|
|||
"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.1",
|
||||
"resolved": "https://registry.npmjs.org/asl-path-validator/-/asl-path-validator-0.16.1.tgz",
|
||||
"integrity": "sha512-YZSoAiVFredOHujTCJqAxagP8xRYQAllXV/Db+G9B9THUuFcTkxH69CSTov2KhrfzFSDYj4EONrLs77wf8EcNg==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"jsonpath-plus": "^10.1.0"
|
||||
"jsonpath-plus": "^10.3.0"
|
||||
}
|
||||
},
|
||||
"node_modules/asl-path-validator/node_modules/jsonpath-plus": {
|
||||
"version": "10.3.0",
|
||||
"resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-10.3.0.tgz",
|
||||
"integrity": "sha512-8TNmfeTCk2Le33A3vRRwtuworG/L5RrgMvdjhKZxvyShO+mBu2fP50OWUjRLNtvw344DdDarFh9buFAZs5ujeA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@jsep-plugin/assignment": "^1.3.0",
|
||||
"@jsep-plugin/regex": "^1.0.4",
|
||||
"jsep": "^1.4.0"
|
||||
},
|
||||
"bin": {
|
||||
"jsonpath": "bin/jsonpath-cli.js",
|
||||
"jsonpath-plus": "bin/jsonpath-cli.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.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.13.0",
|
||||
"resolved": "https://registry.npmjs.org/asl-validator/-/asl-validator-3.13.0.tgz",
|
||||
"integrity": "sha512-lwVWe6b/89Mcsg0fkU/GAnPT+xgUG5iATEhGOZDPmtBhukHBC00gtMCDufzmrkJNUsngQU2er2zSorazzc4xAg==",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"ajv": "^8.12.0",
|
||||
"asl-path-validator": "^0.14.2",
|
||||
"asl-path-validator": "^0.16.1",
|
||||
"commander": "^10.0.1",
|
||||
"jsonpath-plus": "^10.0.0",
|
||||
"jsonpath-plus": "^10.3.0",
|
||||
"yaml": "^2.3.1"
|
||||
},
|
||||
"bin": {
|
||||
|
@ -7481,6 +7501,24 @@
|
|||
"node": ">=14"
|
||||
}
|
||||
},
|
||||
"node_modules/asl-validator/node_modules/jsonpath-plus": {
|
||||
"version": "10.3.0",
|
||||
"resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-10.3.0.tgz",
|
||||
"integrity": "sha512-8TNmfeTCk2Le33A3vRRwtuworG/L5RrgMvdjhKZxvyShO+mBu2fP50OWUjRLNtvw344DdDarFh9buFAZs5ujeA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@jsep-plugin/assignment": "^1.3.0",
|
||||
"@jsep-plugin/regex": "^1.0.4",
|
||||
"jsep": "^1.4.0"
|
||||
},
|
||||
"bin": {
|
||||
"jsonpath": "bin/jsonpath-cli.js",
|
||||
"jsonpath-plus": "bin/jsonpath-cli.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/assert-never": {
|
||||
"version": "1.2.1",
|
||||
"resolved": "https://registry.npmjs.org/assert-never/-/assert-never-1.2.1.tgz",
|
||||
|
|
2
dependencies/package.json
vendored
2
dependencies/package.json
vendored
|
@ -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.13.0",
|
||||
"commitlint": "^19.5.0",
|
||||
"eslint": "^8.57.1",
|
||||
"eslint-config-airbnb": "^19.0.4",
|
||||
|
|
Loading…
Add table
Reference in a new issue