Skip to content

Commit 1a6a8c6

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency jsonpath to v1.1.1
1 parent a9d60b3 commit 1a6a8c6

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"console.table": "0.10.0",
9797
"fs-extra": "9.1.0",
9898
"inquirer": "7.3.3",
99-
"jsonpath": "1.1.0",
99+
"jsonpath": "1.1.1",
100100
"lodash": "4.17.21",
101101
"reflect-metadata": "0.1.13",
102102
"rxjs": "6.6.7"

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6390,14 +6390,14 @@ jsonparse@^1.2.0:
63906390
resolved "https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280"
63916391
integrity sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=
63926392

6393-
6394-
version "1.1.0"
6395-
resolved "https://registry.yarnpkg.com/jsonpath/-/jsonpath-1.1.0.tgz#ff3e9e4746eae77c11bc09d542e7219333c28055"
6396-
integrity sha512-CZHwa1sZOf42qkIyK7evwToFXeTB4iplbl6Z9CVwU0wmBQPffL6gtYJXCoeciJoZENMuzaidPjhp2iOLRei4wQ==
6393+
6394+
version "1.1.1"
6395+
resolved "https://registry.yarnpkg.com/jsonpath/-/jsonpath-1.1.1.tgz#0ca1ed8fb65bb3309248cc9d5466d12d5b0b9901"
6396+
integrity sha512-l6Cg7jRpixfbgoWgkrl77dgEj8RPvND0wMH6TwQmi9Qs4TFfS9u5cUFnbeKTwj5ga5Y3BTGGNI28k117LJ009w==
63976397
dependencies:
63986398
esprima "1.2.2"
63996399
static-eval "2.0.2"
6400-
underscore "1.7.0"
6400+
underscore "1.12.1"
64016401

64026402
jsprim@^1.2.2:
64036403
version "1.4.1"
@@ -10542,10 +10542,10 @@ umask@^1.1.0, umask@~1.1.0:
1054210542
resolved "https://registry.yarnpkg.com/umask/-/umask-1.1.0.tgz#f29cebf01df517912bb58ff9c4e50fde8e33320d"
1054310543
integrity sha1-8pzr8B31F5ErtY/5xOUP3o4zMg0=
1054410544

10545-
underscore@1.7.0:
10546-
version "1.7.0"
10547-
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.7.0.tgz#6bbaf0877500d36be34ecaa584e0db9fef035209"
10548-
integrity sha1-a7rwh3UA02vjTsqlhODbn+8DUgk=
10545+
underscore@1.12.1:
10546+
version "1.12.1"
10547+
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.12.1.tgz#7bb8cc9b3d397e201cf8553336d262544ead829e"
10548+
integrity sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==
1054910549

1055010550
union-value@^1.0.0:
1055110551
version "1.0.1"

0 commit comments

Comments
 (0)