diff --git a/dependencies/package-lock.json b/dependencies/package-lock.json index 98030dab..d17879cd 100644 --- a/dependencies/package-lock.json +++ b/dependencies/package-lock.json @@ -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" diff --git a/dependencies/package.json b/dependencies/package.json index 4c11675c..c00f5d85 100644 --- a/dependencies/package.json +++ b/dependencies/package.json @@ -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",