update: update dependency jsonpath-plus to v4 (#323)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
9e5784e21b
commit
7492595cc8
|
@ -68,7 +68,7 @@
|
|||
"eslint-plugin-no-null": "1.0.2",
|
||||
"eslint-plugin-sonarjs": "0.5.0",
|
||||
"js-yaml": "3.13.1",
|
||||
"jsonpath-plus": "3.0.0",
|
||||
"jsonpath-plus": "4.0.0",
|
||||
"lodash": "4.17.15",
|
||||
"minimatch": "3.0.4",
|
||||
"mocha": "7.1.1",
|
||||
|
|
|
@ -2328,10 +2328,10 @@ jsonparse@^1.2.0:
|
|||
resolved "https://artifacts.apextoaster.com/repository/group-npm/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280"
|
||||
integrity sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=
|
||||
|
||||
jsonpath-plus@3.0.0:
|
||||
version "3.0.0"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/jsonpath-plus/-/jsonpath-plus-3.0.0.tgz#194ab4792a5e9b4ed27bf442188c8eb7e697a04b"
|
||||
integrity sha512-WQwgWEBgn+SJU1tlDa/GiY5/ngRpa9yrSj8n4BYPHcwoxTDaMEaYCHMOn42hIHHDd3CrUoRr3+HpsK0hCKoxzA==
|
||||
jsonpath-plus@4.0.0:
|
||||
version "4.0.0"
|
||||
resolved "https://artifacts.apextoaster.com/repository/group-npm/jsonpath-plus/-/jsonpath-plus-4.0.0.tgz#954b69faa3d8b07f30ae2f9e601176a4b0d2806e"
|
||||
integrity sha512-e0Jtg4KAzDJKKwzbLaUtinCn0RZseWBVRTRGihSpvFlM3wTR7ExSp+PTdeTsDrLNJUe7L7JYJe8mblHX5SCT6A==
|
||||
|
||||
just-extend@^4.0.2:
|
||||
version "4.0.2"
|
||||
|
|
Loading…
Reference in New Issue