From 75c005893bfbbdf4a9f76f4eca30b68d7736fa71 Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Wed, 17 Aug 2022 12:53:52 -0400 Subject: [PATCH] Override @astronautlabs/jsonpath's underscore version Signed-off-by: Sebastian Malton --- package.json | 3 +++ yarn.lock | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 781d97153a..a92599a931 100644 --- a/package.json +++ b/package.json @@ -207,6 +207,9 @@ "role": "Viewer" } }, + "resolutions": { + "@astronautlabs/jsonpath/underscore": "^1.12.1" + }, "dependencies": { "@astronautlabs/jsonpath": "^1.1.0", "@hapi/call": "^9.0.0", diff --git a/yarn.lock b/yarn.lock index 22b146443b..a5f990978f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13443,10 +13443,10 @@ undefsafe@^2.0.5: resolved "https://registry.yarnpkg.com/undefsafe/-/undefsafe-2.0.5.tgz#38733b9327bdcd226db889fb723a6efd162e6e2c" integrity sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA== -underscore@1.7.0: - version "1.7.0" - resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.7.0.tgz#6bbaf0877500d36be34ecaa584e0db9fef035209" - integrity sha1-a7rwh3UA02vjTsqlhODbn+8DUgk= +underscore@1.7.0, underscore@^1.12.1: + version "1.13.4" + resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.13.4.tgz#7886b46bbdf07f768e0052f1828e1dcab40c0dee" + integrity sha512-BQFnUDuAQ4Yf/cYY5LNrK9NCJFKriaRbD9uR1fTeXnBeoa97W0i41qkZfGO9pSo8I5KzjAcSY2XYtdf0oKd7KQ== underscore@^1.9.1: version "1.13.3"