From cc9c0f7e11a7335ae9aca14dcb932f2c8ce6c03e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 16:55:54 +0000 Subject: [PATCH] Bump jsonpath-plus and serverless-offline in /server/base Bumps [jsonpath-plus](https://github.com/s3u/JSONPath) to 10.1.0 and updates ancestor dependency [serverless-offline](https://github.com/dherault/serverless-offline). These dependencies need to be updated together. Updates `jsonpath-plus` from 9.0.0 to 10.1.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/compare/v9.0.0...v10.1.0) Updates `serverless-offline` from 13.7.0 to 13.8.3 - [Release notes](https://github.com/dherault/serverless-offline/releases) - [Changelog](https://github.com/dherault/serverless-offline/blob/v13.8.3/CHANGELOG.md) - [Commits](https://github.com/dherault/serverless-offline/commits/v13.8.3) --- updated-dependencies: - dependency-name: jsonpath-plus dependency-type: indirect - dependency-name: serverless-offline dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/base/package-lock.json | 43 ++++++++++++++++------------------- server/base/package.json | 2 +- 2 files changed, 20 insertions(+), 25 deletions(-) diff --git a/server/base/package-lock.json b/server/base/package-lock.json index 96e10b875..e1aded9de 100644 --- a/server/base/package-lock.json +++ b/server/base/package-lock.json @@ -6,7 +6,7 @@ "": { "dependencies": { "serverless": "^3.39.0", - "serverless-offline": "^13.6.0", + "serverless-offline": "^13.8.3", "serverless-prune-plugin": "^2.0.2" } }, @@ -1578,10 +1578,9 @@ } }, "node_modules/@jsep-plugin/assignment": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@jsep-plugin/assignment/-/assignment-1.2.1.tgz", - "integrity": "sha512-gaHqbubTi29aZpVbBlECRpmdia+L5/lh2BwtIJTmtxdbecEyyX/ejAOg7eQDGNvGOUmPY7Z2Yxdy9ioyH/VJeA==", - "license": "MIT", + "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" }, @@ -1590,10 +1589,9 @@ } }, "node_modules/@jsep-plugin/regex": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@jsep-plugin/regex/-/regex-1.0.3.tgz", - "integrity": "sha512-XfZgry4DwEZvSFtS/6Y+R48D7qJYJK6R9/yJFyUFHCIUMEEHuJ4X95TDgJp5QkmzfLYvapMPzskV5HpIDrREug==", - "license": "MIT", + "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" }, @@ -6030,10 +6028,9 @@ } }, "node_modules/jsep": { - "version": "1.3.9", - "resolved": "https://registry.npmjs.org/jsep/-/jsep-1.3.9.tgz", - "integrity": "sha512-i1rBX5N7VPl0eYb6+mHNp52sEuaS2Wi8CDYx1X5sn9naevL78+265XJqy1qENEk7mRKwS06NHpUqiBwR7qeodw==", - "license": "MIT", + "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" } @@ -6188,21 +6185,20 @@ } }, "node_modules/jsonpath-plus": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-9.0.0.tgz", - "integrity": "sha512-bqE77VIDStrOTV/czspZhTn+o27Xx9ZJRGVkdVShEtPoqsIx5yALv3lWVU6y+PqYvWPJNWE7ORCQheQkEe0DDA==", - "license": "MIT", + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-10.1.0.tgz", + "integrity": "sha512-gHfV1IYqH8uJHYVTs8BJX1XKy2/rR93+f8QQi0xhx95aCiXn1ettYAd5T+7FU6wfqyDoX/wy0pm/fL3jOKJ9Lg==", "dependencies": { "@jsep-plugin/assignment": "^1.2.1", "@jsep-plugin/regex": "^1.0.3", - "jsep": "^1.3.8" + "jsep": "^1.3.9" }, "bin": { "jsonpath": "bin/jsonpath-cli.js", "jsonpath-plus": "bin/jsonpath-cli.js" }, "engines": { - "node": ">=14.0.0" + "node": ">=18.0.0" } }, "node_modules/jsonschema": { @@ -7629,10 +7625,9 @@ } }, "node_modules/serverless-offline": { - "version": "13.7.0", - "resolved": "https://registry.npmjs.org/serverless-offline/-/serverless-offline-13.7.0.tgz", - "integrity": "sha512-AgokMcGgDSeqmaaMRFDc60z68cHBOl6FV4eRhUmPx6xQQg/cATtrlONY1HtQe2ZaGxNrQGziYrR4wXusZ9zFcg==", - "license": "MIT", + "version": "13.8.3", + "resolved": "https://registry.npmjs.org/serverless-offline/-/serverless-offline-13.8.3.tgz", + "integrity": "sha512-d6/Chi5V6mJSa9Sr17lPE5gh+/cKJ+spQv1ZMbwjsYvY4sqmTRF8hMV2FWiQRhSIO+E6we6QDz34hZMaAIJa0g==", "dependencies": { "@aws-sdk/client-lambda": "^3.636.0", "@hapi/boom": "^10.0.1", @@ -7648,7 +7643,7 @@ "java-invoke-local": "0.0.6", "jose": "^5.7.0", "js-string-escape": "^1.0.1", - "jsonpath-plus": "^9.0.0", + "jsonpath-plus": "^10.0.0", "jsonschema": "^1.4.1", "jszip": "^3.10.1", "luxon": "^3.5.0", diff --git a/server/base/package.json b/server/base/package.json index 748ef08f6..a35fd5345 100644 --- a/server/base/package.json +++ b/server/base/package.json @@ -1,7 +1,7 @@ { "dependencies": { "serverless": "^3.39.0", - "serverless-offline": "^13.6.0", + "serverless-offline": "^13.8.3", "serverless-prune-plugin": "^2.0.2" } }