From ca2dba21edbd209248f19d7e3f46f8e765f4647a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 16:28:38 +0000 Subject: [PATCH] build(deps-dev): bump jsonpath-plus from 10.0.4 to 10.1.0 Bumps [jsonpath-plus](https://github.com/s3u/JSONPath) from 10.0.4 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/v10.0.4...v10.1.0) --- updated-dependencies: - dependency-name: jsonpath-plus dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index aa53c41..7f8a681 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "license": "ISC", "devDependencies": { "@playwright/test": "*", - "browserstack-node-sdk": "latest" + "browserstack-node-sdk": "*" } }, "node_modules/@colors/colors": { @@ -3036,9 +3036,9 @@ } }, "node_modules/jsonpath-plus": { - "version": "10.0.4", - "resolved": "https://registry.npmjs.org/jsonpath-plus/-/jsonpath-plus-10.0.4.tgz", - "integrity": "sha512-UjLP1tV5VCvK4EkjlTPvtTpKKAv+4SXHPk8ApTp+bCit5rVzS205qoMpaTkTOHK/oqy50hv4HzIeuL0ciX01wA==", + "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",