From 3b1a68c993e3a10441088de0d5e6fdaa5a22385b Mon Sep 17 00:00:00 2001 From: Christopher Pardy Date: Fri, 30 Jun 2023 11:07:09 -0400 Subject: [PATCH] Upgrades to Dependencies Upgrades to HashIt and JSON Path Plus. These libraries are major versions out-of date. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e76dde7..334aefd 100644 --- a/package.json +++ b/package.json @@ -85,8 +85,8 @@ "dependencies": { "clone": "^2.1.2", "eventemitter2": "^6.4.4", - "hash-it": "^5.0.0", - "jsonpath-plus": "^5.0.7", + "hash-it": "^6.0.0", + "jsonpath-plus": "^7.2.0", "lodash.isobjectlike": "^4.0.0" } }