From 8078cd3ca9a6583b60ec8ab9721c47ceb98a89a1 Mon Sep 17 00:00:00 2001 From: Livia Rett Date: Wed, 13 Nov 2024 16:06:40 -0300 Subject: [PATCH] bump jsonpath-plus --- package-lock.json | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1a400db2124..8af42cacbcf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "byline": "^5.0.0", "isomorphic-ws": "^5.0.0", "js-yaml": "^4.1.0", - "jsonpath-plus": "^10.0.0", + "jsonpath-plus": "^10.1.0", "request": "^2.88.0", "rfc4648": "^1.3.0", "stream-buffers": "^3.0.2", @@ -2855,6 +2855,7 @@ "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==", + "license": "MIT", "dependencies": { "@jsep-plugin/assignment": "^1.2.1", "@jsep-plugin/regex": "^1.0.3", diff --git a/package.json b/package.json index 6edbe91668c..0a13a0b7d9d 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "byline": "^5.0.0", "isomorphic-ws": "^5.0.0", "js-yaml": "^4.1.0", - "jsonpath-plus": "^10.0.0", + "jsonpath-plus": "^10.1.0", "request": "^2.88.0", "rfc4648": "^1.3.0", "stream-buffers": "^3.0.2",