Skip to content

Commit aacdcd7

Browse files
perf(core): bump jsonpath-plus to 7.1.0 (#2259)
1 parent aa6d915 commit aacdcd7

File tree

2 files changed

+22
-15
lines changed

2 files changed

+22
-15
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"ajv-formats": "~2.1.0",
5353
"blueimp-md5": "2.18.0",
5454
"es-aggregate-error": "^1.0.7",
55-
"jsonpath-plus": "6.0.1",
55+
"jsonpath-plus": "7.1.0",
5656
"lodash": "~4.17.21",
5757
"lodash.topath": "^4.5.2",
5858
"minimatch": "3.1.2",

yarn.lock

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1816,20 +1816,20 @@ __metadata:
18161816
linkType: hard
18171817

18181818
"@jsep-plugin/regex@npm:^1.0.1":
1819-
version: 1.0.1
1820-
resolution: "@jsep-plugin/regex@npm:1.0.1"
1819+
version: 1.0.2
1820+
resolution: "@jsep-plugin/regex@npm:1.0.2"
18211821
peerDependencies:
18221822
jsep: ^0.4.0||^1.0.0
1823-
checksum: db0f196af5142deb250fca04bdec373dc3d1c3d3a925acddad4dfa0422d89cdfde3fe45c6b0bfe825965c9cbaf7a20c9bb02251c49cf2b84679595b52bc44618
1823+
checksum: b19f1cb160d5b026f93aeaf586cf506288c4ce588dc7e7b794f1da3ea950e969bdd6b2cfc7e31ad4b9b7860d15db116f7bb0a0cee9d0db59109869312f2fbf92
18241824
languageName: node
18251825
linkType: hard
18261826

18271827
"@jsep-plugin/ternary@npm:^1.0.2":
1828-
version: 1.0.2
1829-
resolution: "@jsep-plugin/ternary@npm:1.0.2"
1828+
version: 1.1.2
1829+
resolution: "@jsep-plugin/ternary@npm:1.1.2"
18301830
peerDependencies:
18311831
jsep: ^0.4.0||^1.0.0
1832-
checksum: f2be94dd194f8c0f2367b457e2b20261f4317be49fad2336bd81b3ee97278e721bf4bc17c0a152c5530460f75bee2d60baeb132b7f50e044bf1352abafa6c7a8
1832+
checksum: dcecd91d67c35bbd040a0dafd6c8d313587ffae408278c860fc6b75437eeb0feb6202a09d46e55a26513b36c7fd6f357339a23d7905d1b7f8fbb27400d75b974
18331833
languageName: node
18341834
linkType: hard
18351835

@@ -2579,7 +2579,7 @@ __metadata:
25792579
ajv-formats: ~2.1.0
25802580
blueimp-md5: 2.18.0
25812581
es-aggregate-error: ^1.0.7
2582-
jsonpath-plus: 6.0.1
2582+
jsonpath-plus: 7.1.0
25832583
lodash: ~4.17.21
25842584
lodash.topath: ^4.5.2
25852585
minimatch: 3.1.2
@@ -3851,11 +3851,11 @@ __metadata:
38513851
linkType: hard
38523852

38533853
"astring@npm:^1.7.5, astring@npm:^1.8.1":
3854-
version: 1.8.1
3855-
resolution: "astring@npm:1.8.1"
3854+
version: 1.8.3
3855+
resolution: "astring@npm:1.8.3"
38563856
bin:
38573857
astring: bin/astring
3858-
checksum: 2a86ff8cc0c8f25694865cb8b22cdff784b8a0b115bd970c3def864618f22fe6ea78c3bef3ecdc359b2e5eb254a16d408ab06fa52a44e887b298cbf980a8083c
3858+
checksum: 72fc85de7420ca6edeee15157fd65c5253a8cb1ced979ba66ecc439fa569f1c1cc242e4c0a9fc5a6380bf73fb5ec894dc65cf1dc0f3d1cab8c707b31df7daa1c
38593859
languageName: node
38603860
linkType: hard
38613861

@@ -8305,9 +8305,9 @@ __metadata:
83058305
linkType: hard
83068306

83078307
"jsep@npm:^1.1.2, jsep@npm:^1.2.0":
8308-
version: 1.2.0
8309-
resolution: "jsep@npm:1.2.0"
8310-
checksum: 7166871e91f6be3409658b7417955a72bba4341b664e9cf062c9e0150e7f465aedc4d8fbb67e7967e3c224cbb41f155a0c16df489614421578cb96f1ba1c5519
8308+
version: 1.3.6
8309+
resolution: "jsep@npm:1.3.6"
8310+
checksum: e166a8fa453878e0b64cc82025db13bb6d4835b36de892373722f7cecd9cdaed05dc61db090a0d84426783ff0aab419d1719801b2014796beb873030a3c8b12a
83118311
languageName: node
83128312
linkType: hard
83138313

@@ -8471,7 +8471,14 @@ __metadata:
84718471
languageName: node
84728472
linkType: hard
84738473

8474-
"jsonpath-plus@npm:6.0.1, jsonpath-plus@npm:^6.0.1":
8474+
"jsonpath-plus@npm:7.1.0":
8475+
version: 7.1.0
8476+
resolution: "jsonpath-plus@npm:7.1.0"
8477+
checksum: a4005dc860c6b7e339229842537ceb6eb839d87a3447f989792b9c64f2564bbbd40663515f9481fb5a1b6cb0f988afba5b0b150e0285c463b794a45ed1aaf555
8478+
languageName: node
8479+
linkType: hard
8480+
8481+
"jsonpath-plus@npm:^6.0.1":
84758482
version: 6.0.1
84768483
resolution: "jsonpath-plus@npm:6.0.1"
84778484
checksum: bddec34b742249c5b38077dfcd8eb479fab4e077943253017326503ce4f527ef66938288c728712fd923907493d6eaba69a43015dc3dd9fdf48d89028ae7f466

0 commit comments

Comments
 (0)