From c3b88ad4836d13985c27f8f377aa1e2ad075e318 Mon Sep 17 00:00:00 2001 From: Andrey Zhavoronkov Date: Fri, 5 Feb 2021 10:07:39 +0300 Subject: [PATCH] fix: upgrade jsonpath from 1.0.2 to 1.1.0 (#2772) Snyk has created this PR to upgrade jsonpath from 1.0.2 to 1.1.0. See this package in npm: https://www.npmjs.com/package/jsonpath See this project in Snyk: https://app.snyk.io/org/cvat/project/6ec290d2-fdd9-480b-aeef-3552213525dd?utm_source=github&utm_medium=upgrade-pr Co-authored-by: snyk-bot --- cvat-core/package-lock.json | 7 +++---- cvat-core/package.json | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/cvat-core/package-lock.json b/cvat-core/package-lock.json index 6b5be2f7..d1cc27f6 100644 --- a/cvat-core/package-lock.json +++ b/cvat-core/package-lock.json @@ -5051,7 +5051,6 @@ "cvat-data": { "version": "file:../cvat-data", "requires": { - "async-mutex": "^0.2.6", "jszip": "3.5.0" }, "dependencies": { @@ -18399,9 +18398,9 @@ "dev": true }, "jsonpath": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/jsonpath/-/jsonpath-1.0.2.tgz", - "integrity": "sha512-rmzlgFZiQPc6q4HDyK8s9Qb4oxBnI5sF61y/Co5PV0lc3q2bIuRsNdueVbhoSHdKM4fxeimphOAtfz47yjCfeA==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/jsonpath/-/jsonpath-1.1.0.tgz", + "integrity": "sha512-CZHwa1sZOf42qkIyK7evwToFXeTB4iplbl6Z9CVwU0wmBQPffL6gtYJXCoeciJoZENMuzaidPjhp2iOLRei4wQ==", "requires": { "esprima": "1.2.2", "static-eval": "2.0.2", diff --git a/cvat-core/package.json b/cvat-core/package.json index e4ca992d..93c1904b 100644 --- a/cvat-core/package.json +++ b/cvat-core/package.json @@ -41,7 +41,7 @@ "form-data": "^2.5.0", "jest-config": "^26.6.3", "js-cookie": "^2.2.0", - "jsonpath": "^1.0.2", + "jsonpath": "^1.1.0", "platform": "^1.3.5", "quickhull": "^1.0.3", "store": "^2.0.12",