From 85a45c98798261f0b18c7badb57675828cefaf70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 10:00:27 +0000 Subject: [PATCH] Bump jsonpath-plus from 7.2.0 to 10.0.7 Bumps [jsonpath-plus](https://github.com/s3u/JSONPath) from 7.2.0 to 10.0.7. - [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/v7.2.0...v10.0.7) --- updated-dependencies: - dependency-name: jsonpath-plus dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/analyze-step/package.json | 2 +- yarn.lock | 42 ++++++++++++++++++++++++++---- 2 files changed, 38 insertions(+), 6 deletions(-) diff --git a/packages/analyze-step/package.json b/packages/analyze-step/package.json index 0e264c4..17f7c4e 100644 --- a/packages/analyze-step/package.json +++ b/packages/analyze-step/package.json @@ -21,7 +21,7 @@ "@transloadit/format-duration-ms": "^0.4.2", "@transloadit/prettier-bytes": "^0.3.3", "inflection": "^3.0.0", - "jsonpath-plus": "^7.2.0", + "jsonpath-plus": "^10.0.7", "lodash": "^4.17.21" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 1a6eb4a..f85a9ae 100644 --- a/yarn.lock +++ b/yarn.lock @@ -240,6 +240,24 @@ __metadata: languageName: node linkType: hard +"@jsep-plugin/assignment@npm:^1.2.1": + version: 1.3.0 + resolution: "@jsep-plugin/assignment@npm:1.3.0" + peerDependencies: + jsep: ^0.4.0||^1.0.0 + checksum: 10c0/d749554dc691798116eb068eebe2d9bcb0b0d89ef6c7cc7c2a9f37d03da15fdbf8053407e97008090cd1bd6f256ea6c26abbada7399cf79f0b6b502e164b084b + languageName: node + linkType: hard + +"@jsep-plugin/regex@npm:^1.0.3": + version: 1.0.4 + resolution: "@jsep-plugin/regex@npm:1.0.4" + peerDependencies: + jsep: ^0.4.0||^1.0.0 + checksum: 10c0/bec7eb7ea6ab453a2672edc808644c5be3dc06b2a9d77182e18cd595b37deba6dcdb3760849d8684afc5779a86b7d2604dd525cb612a548f9ed9f31a8032ec24 + languageName: node + linkType: hard + "@lerna/create@npm:8.1.9": version: 8.1.9 resolution: "@lerna/create@npm:8.1.9" @@ -918,7 +936,7 @@ __metadata: "@types/jsonpath": "npm:^0.2.4" "@types/lodash": "npm:^4.17.13" inflection: "npm:^3.0.0" - jsonpath-plus: "npm:^7.2.0" + jsonpath-plus: "npm:^10.0.7" lodash: "npm:^4.17.21" languageName: unknown linkType: soft @@ -3817,6 +3835,13 @@ __metadata: languageName: node linkType: hard +"jsep@npm:^1.3.9": + version: 1.4.0 + resolution: "jsep@npm:1.4.0" + checksum: 10c0/fe60adf47e050e22eadced42514a51a15a3cf0e2d147896584486acd8ee670fc16641101b9aeb81f4aaba382043d29744b7aac41171e8106515b14f27e0c7116 + languageName: node + linkType: hard + "json-parse-better-errors@npm:^1.0.1": version: 1.0.2 resolution: "json-parse-better-errors@npm:1.0.2" @@ -3907,10 +3932,17 @@ __metadata: languageName: node linkType: hard -"jsonpath-plus@npm:^7.2.0": - version: 7.2.0 - resolution: "jsonpath-plus@npm:7.2.0" - checksum: 10c0/b4fbb8387b80721a47e8098f390dbaa5c74ff4e778832d9f662bcf4ab6038ded26944b8dd433f0474b51fb3e0d7e960990c03af89f4f922a6dc0905102ed86b2 +"jsonpath-plus@npm:^10.0.7": + version: 10.1.0 + resolution: "jsonpath-plus@npm:10.1.0" + dependencies: + "@jsep-plugin/assignment": "npm:^1.2.1" + "@jsep-plugin/regex": "npm:^1.0.3" + jsep: "npm:^1.3.9" + bin: + jsonpath: bin/jsonpath-cli.js + jsonpath-plus: bin/jsonpath-cli.js + checksum: 10c0/1ff0743f9113f7750b598563c7886e1b07c19f112c4a8d976165e6799ff9774279985d1f4a147e87eacc0b94eb27dbd6e3ab5cf0728d4ba947f00757bc6aebb4 languageName: node linkType: hard