diff --git a/package-lock.json b/package-lock.json index eec48433..c1e430d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@serverless/utils": "^6.7.0", - "asl-validator": "^3.8.0", + "asl-validator": "^3.14.0", "bluebird": "^3.4.0", "chalk": "^4.1.2", "joi": "^17.7.0", @@ -995,6 +995,28 @@ "@jridgewell/sourcemap-codec": "^1.4.10" } }, + "node_modules/@jsep-plugin/assignment": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@jsep-plugin/assignment/-/assignment-1.3.0.tgz", + "integrity": "sha512-VVgV+CXrhbMI3aSusQyclHkenWSAm95WaiKrMxRFam3JSUiIaQjoMIw2sEs/OX4XifnqeQUN4DYbJjlA8EfktQ==", + "engines": { + "node": ">= 10.16.0" + }, + "peerDependencies": { + "jsep": "^0.4.0||^1.0.0" + } + }, + "node_modules/@jsep-plugin/regex": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@jsep-plugin/regex/-/regex-1.0.4.tgz", + "integrity": "sha512-q7qL4Mgjs1vByCaTnDFcBnV9HS7GVPJX5vyVoCgZHNSC9rjwIlmbXG5sUuorR5ndfHAIlJ8pVStxvjXHbNvtUg==", + "engines": { + "node": ">= 10.16.0" + }, + "peerDependencies": { + "jsep": "^0.4.0||^1.0.0" + } + }, "node_modules/@kwsites/file-exists": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/@kwsites/file-exists/-/file-exists-1.1.1.tgz", @@ -3197,22 +3219,22 @@ "dev": true }, "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.16.1", + "resolved": "https://registry.npmjs.org/asl-path-validator/-/asl-path-validator-0.16.1.tgz", + "integrity": "sha512-YZSoAiVFredOHujTCJqAxagP8xRYQAllXV/Db+G9B9THUuFcTkxH69CSTov2KhrfzFSDYj4EONrLs77wf8EcNg==", "dependencies": { - "jsonpath-plus": "^7.0.0" + "jsonpath-plus": "^10.3.0" } }, "node_modules/asl-validator": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/asl-validator/-/asl-validator-3.8.0.tgz", - "integrity": "sha512-xFIPmTS+ehk2AELWnRFHUkRyHRtt75D4AbKHmEqjD+9lZf+gNvIa/cCnABk/1f72JUuo5SoI6i2CXp2a7D08fg==", + "version": "3.14.0", + "resolved": "https://registry.npmjs.org/asl-validator/-/asl-validator-3.14.0.tgz", + "integrity": "sha512-LNFnxFZX/UY8F6mJCLd3aqruyTBow8hMBlDpIKdESLUjBANvVvibSmo7dpFOl4m0hrm2x4u8757/+uRgxkEBbA==", "dependencies": { "ajv": "^8.12.0", - "asl-path-validator": "^0.12.0", + "asl-path-validator": "^0.16.1", "commander": "^10.0.1", - "jsonpath-plus": "^7.2.0", + "jsonpath-plus": "^10.3.0", "yaml": "^2.3.1" }, "bin": { @@ -8874,6 +8896,14 @@ "integrity": "sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==", "dev": true }, + "node_modules/jsep": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/jsep/-/jsep-1.4.0.tgz", + "integrity": "sha512-B7qPcEVE3NVkmSJbaYxvv4cHkVW7DQsZz13pUMrfS8z8Q/BuShN+gcTXrUlPiGqM2/t/EEaI030bpxMqY8gMlw==", + "engines": { + "node": ">= 10.16.0" + } + }, "node_modules/jsesc": { "version": "2.5.2", "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", @@ -9023,11 +9053,20 @@ ] }, "node_modules/jsonpath-plus": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-7.2.0.tgz", - "integrity": "sha512-zBfiUPM5nD0YZSBT/o/fbCUlCcepMIdP0CJZxM1+KgA4f2T206f6VAg9e7mX35+KlMaIc5qXW34f3BnwJ3w+RA==", + "version": "10.3.0", + "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-10.3.0.tgz", + "integrity": "sha512-8TNmfeTCk2Le33A3vRRwtuworG/L5RrgMvdjhKZxvyShO+mBu2fP50OWUjRLNtvw344DdDarFh9buFAZs5ujeA==", + "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": ">=12.0.0" + "node": ">=18.0.0" } }, "node_modules/JSONStream": { diff --git a/package.json b/package.json index ffc86b71..7b9bfb3e 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "dependencies": { "joi": "^17.7.0", "@serverless/utils": "^6.7.0", - "asl-validator": "^3.8.0", + "asl-validator": "^3.14.0", "bluebird": "^3.4.0", "chalk": "^4.1.2", "lodash": "^4.17.11" @@ -75,4 +75,4 @@ "eslint" ] } -} +} \ No newline at end of file