From a4a885fdd981b4c6a744b92003279190becc57e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 16:56:45 +0000 Subject: [PATCH] chore(deps): bump jsonpath-plus and serverless-offline 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.8.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:development ... Signed-off-by: dependabot[bot] --- package-lock.json | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1824372..da72c47 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,22 +20,22 @@ "@types/node": "22", "@typescript-eslint/eslint-plugin": "8", "@typescript-eslint/parser": "8", - "@vitest/coverage-v8": "^2.0.5", + "@vitest/coverage-v8": "2", "eslint": "8", "eslint-config-prettier": "9", "eslint-plugin-prettier": "5", "husky": "9", - "license-compliance": "latest", + "license-compliance": "*", "madge": "8", "prettier": "3", "serverless": "3", "serverless-esbuild": "1", "serverless-iam-roles-per-function": "3", "serverless-offline": "13", - "ts-node": "latest", + "ts-node": "*", "tslib": "2", "type-coverage": "2", - "typedoc": "latest", + "typedoc": "*", "typescript": "5", "vitest": "2" } @@ -2703,9 +2703,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==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@jsep-plugin/assignment/-/assignment-1.3.0.tgz", + "integrity": "sha512-VVgV+CXrhbMI3aSusQyclHkenWSAm95WaiKrMxRFam3JSUiIaQjoMIw2sEs/OX4XifnqeQUN4DYbJjlA8EfktQ==", "dev": true, "engines": { "node": ">= 10.16.0" @@ -2715,9 +2715,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==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@jsep-plugin/regex/-/regex-1.0.4.tgz", + "integrity": "sha512-q7qL4Mgjs1vByCaTnDFcBnV9HS7GVPJX5vyVoCgZHNSC9rjwIlmbXG5sUuorR5ndfHAIlJ8pVStxvjXHbNvtUg==", "dev": true, "engines": { "node": ">= 10.16.0" @@ -9498,9 +9498,9 @@ } }, "node_modules/jsep": { - "version": "1.3.9", - "resolved": "https://registry.npmjs.org/jsep/-/jsep-1.3.9.tgz", - "integrity": "sha512-i1rBX5N7VPl0eYb6+mHNp52sEuaS2Wi8CDYx1X5sn9naevL78+265XJqy1qENEk7mRKwS06NHpUqiBwR7qeodw==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/jsep/-/jsep-1.4.0.tgz", + "integrity": "sha512-B7qPcEVE3NVkmSJbaYxvv4cHkVW7DQsZz13pUMrfS8z8Q/BuShN+gcTXrUlPiGqM2/t/EEaI030bpxMqY8gMlw==", "dev": true, "engines": { "node": ">= 10.16.0" @@ -9698,21 +9698,21 @@ } }, "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==", + "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==", "dev": true, "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": { @@ -12151,9 +12151,9 @@ } }, "node_modules/serverless-offline": { - "version": "13.8.0", - "resolved": "https://registry.npmjs.org/serverless-offline/-/serverless-offline-13.8.0.tgz", - "integrity": "sha512-eDd/SS1Va+OShzxmcUKsVY/h3Wgsp/0agHMSbZeqJqqpl0Hsf6GJxFmK5aSogw70eht92x/a9JCcbrbnS250rw==", + "version": "13.8.3", + "resolved": "https://registry.npmjs.org/serverless-offline/-/serverless-offline-13.8.3.tgz", + "integrity": "sha512-d6/Chi5V6mJSa9Sr17lPE5gh+/cKJ+spQv1ZMbwjsYvY4sqmTRF8hMV2FWiQRhSIO+E6we6QDz34hZMaAIJa0g==", "dev": true, "dependencies": { "@aws-sdk/client-lambda": "^3.636.0", @@ -12170,7 +12170,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",