From a218badd751c468cbb44660de722eb595ac7a79b Mon Sep 17 00:00:00 2001 From: Chris Pardy Date: Thu, 24 Oct 2024 13:23:54 -0400 Subject: [PATCH] Library Updates --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0f4cb5d..bd4c696 100644 --- a/package.json +++ b/package.json @@ -53,8 +53,8 @@ }, "dependencies": { "clone": "^2.1.2", - "eventemitter2": "^6.4.4", + "eventemitter2": "^6.4.9", "hash-it": "^6.0.0", - "jsonpath-plus": "^7.2.0" + "jsonpath-plus": "^10.0.0" } }