From 4ea2f9e075ad3dbc3854973326e1adeab4803d71 Mon Sep 17 00:00:00 2001 From: tokebe <43009413+tokebe@users.noreply.github.com> Date: Wed, 15 Nov 2023 11:32:57 -0500 Subject: [PATCH] chore: upgrade node-jq --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b527287..f9864e1 100644 --- a/package.json +++ b/package.json @@ -64,9 +64,9 @@ "axios": "^0.21.4", "common-path-prefix": "^3.0.0", "husky": "^8.0.3", + "jsonata": "^1.8.6", "lodash": "^4.17.21", - "node-jq": "^2.3.4", - "jsonata": "^1.8.6" + "node-jq": "^4.2.2" }, "husky": { "hooks": {