diff --git a/dependencies/package-lock.json b/dependencies/package-lock.json index d8f37350..76d9f642 100644 --- a/dependencies/package-lock.json +++ b/dependencies/package-lock.json @@ -1761,9 +1761,9 @@ "integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=" }, "asl-validator": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/asl-validator/-/asl-validator-1.9.3.tgz", - "integrity": "sha512-ttNleKlznrzqwtB9rSF0E2IA2CEa1va8v3/vgfwBDLFVQ+Mb/UmYAS2yGqz9VOXE0Oo2frkg23sbM+Mp3jlj1A==", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/asl-validator/-/asl-validator-1.9.4.tgz", + "integrity": "sha512-OaLNKkOjxB4rXZt+/9hI6f2DqzlFzBDz4ba6AqSfbzj4/U03EsWfJx7W0BI8NqJd6p96sY+S9QOYAx5rwAiEMA==", "requires": { "ajv": "^6.12.2", "commander": "^5.1.0", @@ -4752,9 +4752,9 @@ } }, "jsonpath": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/jsonpath/-/jsonpath-1.0.2.tgz", - "integrity": "sha512-rmzlgFZiQPc6q4HDyK8s9Qb4oxBnI5sF61y/Co5PV0lc3q2bIuRsNdueVbhoSHdKM4fxeimphOAtfz47yjCfeA==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/jsonpath/-/jsonpath-1.1.0.tgz", + "integrity": "sha512-CZHwa1sZOf42qkIyK7evwToFXeTB4iplbl6Z9CVwU0wmBQPffL6gtYJXCoeciJoZENMuzaidPjhp2iOLRei4wQ==", "requires": { "esprima": "1.2.2", "static-eval": "2.0.2", diff --git a/dependencies/package.json b/dependencies/package.json index 178d3129..052c80f1 100644 --- a/dependencies/package.json +++ b/dependencies/package.json @@ -5,7 +5,7 @@ "@stoplight/spectral": "^5.8.0", "@typescript-eslint/eslint-plugin": "^4.0.0", "@typescript-eslint/parser": "^3.10.1", - "asl-validator": "^1.9.3", + "asl-validator": "^1.9.4", "babel-eslint": "^10.1.0", "dockerfilelint": "^1.8.0", "eslint": "^7.20.0",