From 86bfc2112aa0e4d1eadbc2eb688efed4681c19cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 05:29:52 +0000 Subject: [PATCH] Bump jsonpath-plus and asl-validator Bumps [jsonpath-plus](https://github.com/s3u/JSONPath) and [asl-validator](https://github.com/ChristopheBougere/asl-validator). These dependencies needed to be updated together. Updates `jsonpath-plus` from 7.2.0 to 10.2.0 - [Release notes](https://github.com/s3u/JSONPath/releases) - [Changelog](https://github.com/JSONPath-Plus/JSONPath/blob/main/CHANGES.md) - [Commits](https://github.com/s3u/JSONPath/commits) Updates `asl-validator` from 3.8.2 to 3.9.0 - [Release notes](https://github.com/ChristopheBougere/asl-validator/releases) - [Commits](https://github.com/ChristopheBougere/asl-validator/compare/3.8.2...3.9.0) --- updated-dependencies: - dependency-name: jsonpath-plus dependency-type: direct:production - dependency-name: asl-validator dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 67 +++++++++++++++++++++++++++++++++++++---------- package.json | 2 +- 2 files changed, 54 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0e95762..0474b90 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@aws-sdk/credential-providers": "^3.583.0", "asl-validator": "^3.8.2", "commander": "^11.1.0", - "jsonpath-plus": "^7.2.0", + "jsonpath-plus": "^10.2.0", "lodash": "^4.17.21", "p-limit": "^3.1.0", "wildcard-match": "^5.1.3" @@ -2440,6 +2440,28 @@ "@jridgewell/sourcemap-codec": "^1.4.14" } }, + "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/@nodelib/fs.scandir": { "version": "2.1.5", "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", @@ -3780,22 +3802,22 @@ } }, "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.14.2", + "resolved": "https://registry.npmjs.org/asl-path-validator/-/asl-path-validator-0.14.2.tgz", + "integrity": "sha512-laFuKAa69tYGJ4PFoBY5D4NYZkiUwI+yD91F/gML6liQh0FFFsvlfqRGnKQbea8exjabmYUQb7D2AQPmmsehag==", "dependencies": { - "jsonpath-plus": "^7.0.0" + "jsonpath-plus": "^10.1.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.9.0", + "resolved": "https://registry.npmjs.org/asl-validator/-/asl-validator-3.9.0.tgz", + "integrity": "sha512-3/FEXs6j9dV3KQc64up3Oc3ZIBP9iWPUd4enKRrADb4bzfuzsXbNJonMIDsaNIEYLt2THLAgiDotsyHKDf7tdA==", "dependencies": { "ajv": "^8.12.0", - "asl-path-validator": "^0.12.0", + "asl-path-validator": "^0.14.2", "commander": "^10.0.1", - "jsonpath-plus": "^7.2.0", + "jsonpath-plus": "^10.0.0", "yaml": "^2.3.1" }, "bin": { @@ -6043,6 +6065,14 @@ "js-yaml": "bin/js-yaml.js" } }, + "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", @@ -6093,11 +6123,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.2.0", + "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-10.2.0.tgz", + "integrity": "sha512-T9V+8iNYKFL2n2rF+w02LBOT2JjDnTjioaNFrxRy0Bv1y/hNsqR/EBK7Ojy2ythRHwmz2cRIls+9JitQGZC/sw==", + "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/keyv": { diff --git a/package.json b/package.json index 6951fcf..e08a5ba 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "@aws-sdk/credential-providers": "^3.583.0", "asl-validator": "^3.8.2", "commander": "^11.1.0", - "jsonpath-plus": "^7.2.0", + "jsonpath-plus": "^10.2.0", "lodash": "^4.17.21", "p-limit": "^3.1.0", "wildcard-match": "^5.1.3"