From 9da56f9f936967eb20dc5519cef8bedf1165f95d Mon Sep 17 00:00:00 2001 From: Todd Baert Date: Thu, 23 May 2024 15:28:57 -0400 Subject: [PATCH] fix: update json logic engine and schema Signed-off-by: Todd Baert --- libs/shared/flagd-core/flagd-schemas | 2 +- package-lock.json | 17 +++++++++++++---- package.json | 2 +- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/libs/shared/flagd-core/flagd-schemas b/libs/shared/flagd-core/flagd-schemas index 4b44704e4..13f1a8392 160000 --- a/libs/shared/flagd-core/flagd-schemas +++ b/libs/shared/flagd-core/flagd-schemas @@ -1 +1 @@ -Subproject commit 4b44704e447468fd74d8e95830627ce23b6ef16f +Subproject commit 13f1a8392eef43a37f6ba8c52b156df31aaf0c38 diff --git a/package-lock.json b/package-lock.json index f1cce2934..ecae32c1b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "copy-anything": "^3.0.5", "flagsmith": "^4.0.0", "imurmurhash": "^0.1.4", - "json-logic-engine": "1.3.2", + "json-logic-engine": "1.3.3", "launchdarkly-js-client-sdk": "^3.1.3", "lodash.isempty": "^4.4.0", "lodash.isequal": "^4.5.0", @@ -3592,6 +3592,15 @@ "@openfeature/core": ">=0.0.16" } }, + "node_modules/@openfeature/flagd-core/node_modules/json-logic-engine": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/json-logic-engine/-/json-logic-engine-1.3.2.tgz", + "integrity": "sha512-LrAWpIIOUn0QbfG43gnRfIXbsX3GRa2KLXH11WbCyGGHlElwNcLyhyiX2H3Oul/17E244hatkdcnb1+VWhW+9g==", + "dev": true, + "engines": { + "node": ">=12.22.7" + } + }, "node_modules/@openfeature/ofrep-core": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/@openfeature/ofrep-core/-/ofrep-core-0.1.4.tgz", @@ -10132,9 +10141,9 @@ "dev": true }, "node_modules/json-logic-engine": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/json-logic-engine/-/json-logic-engine-1.3.2.tgz", - "integrity": "sha512-LrAWpIIOUn0QbfG43gnRfIXbsX3GRa2KLXH11WbCyGGHlElwNcLyhyiX2H3Oul/17E244hatkdcnb1+VWhW+9g==", + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/json-logic-engine/-/json-logic-engine-1.3.3.tgz", + "integrity": "sha512-G0oCmlhvpNqn2sJ4cfDwrktDVXakRrRfzvF4uykda5tKIkTXeJC0i9CVmoWTPb1YbXA6zAAD5ul0CNi5vSpDjA==", "engines": { "node": ">=12.22.7" } diff --git a/package.json b/package.json index b5eadf351..951bdf416 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "copy-anything": "^3.0.5", "flagsmith": "^4.0.0", "imurmurhash": "^0.1.4", - "json-logic-engine": "1.3.2", + "json-logic-engine": "1.3.3", "launchdarkly-js-client-sdk": "^3.1.3", "lodash.isempty": "^4.4.0", "lodash.isequal": "^4.5.0",