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 <snyk-bot@snyk.io>
main
Andrey Zhavoronkov 5 years ago committed by GitHub
parent 5c67846c20
commit c3b88ad483
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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",

@ -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",

Loading…
Cancel
Save