From 0d2c1c4191d06346de04205d679e2d70f5358ce1 Mon Sep 17 00:00:00 2001 From: danish Date: Thu, 21 Nov 2024 05:47:38 +0530 Subject: [PATCH] bump jsonpath-plus to v10.2.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cb04ff4..db5bfed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "json-rules-engine", - "version": "7.1.0", + "version": "7.2.1", "description": "Rules Engine expressed in simple json", "main": "dist/index.js", "types": "types/index.d.ts", @@ -92,6 +92,6 @@ "clone": "^2.1.2", "eventemitter2": "^6.4.4", "hash-it": "^6.0.0", - "jsonpath-plus": "^10.1.0" + "jsonpath-plus": "^10.2.0" } }