From 351da3fcd0a65a63ca716500c57c81998f70a892 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 12:22:19 +0000 Subject: [PATCH] chore(deps): update dependency serverless-offline to v13.8.2 --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4849703a..3aee4710 100644 --- a/package-lock.json +++ b/package-lock.json @@ -59,7 +59,7 @@ "prettier": "3.3.3", "serverless": "3.39.0", "serverless-dynamodb-local": "0.2.40", - "serverless-offline": "13.8.1", + "serverless-offline": "13.8.2", "serverless-plugin-typescript": "2.1.5", "supertest": "6.3.4", "ts-jest": "29.2.5", @@ -16939,22 +16939,22 @@ "license": "MIT" }, "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, "license": "MIT", "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": { @@ -20857,9 +20857,9 @@ } }, "node_modules/serverless-offline": { - "version": "13.8.1", - "resolved": "https://registry.npmjs.org/serverless-offline/-/serverless-offline-13.8.1.tgz", - "integrity": "sha512-7G/ohXl1qtPIAUHSt3K8mVXWWNdCyQnyIgAixEwBKHllAsbeCjv0/bkz/d0vqIkTGpyfVxnQ5MIhn6u3gZCQbg==", + "version": "13.8.2", + "resolved": "https://registry.npmjs.org/serverless-offline/-/serverless-offline-13.8.2.tgz", + "integrity": "sha512-9HtRjicRuEQ5MwjYzoAYzoJZWOL7QRLwP+I2J06kkiqdwJDa7O5wOtO9EET4zBmm60WpmATvN2hvmIB0SELaKQ==", "dev": true, "license": "MIT", "dependencies": { @@ -20877,7 +20877,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/package.json b/package.json index bd19d7ad..ad877d30 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "prettier": "3.3.3", "serverless": "3.39.0", "serverless-dynamodb-local": "0.2.40", - "serverless-offline": "13.8.1", + "serverless-offline": "13.8.2", "serverless-plugin-typescript": "2.1.5", "supertest": "6.3.4", "ts-jest": "29.2.5",