Skip to content

Commit cb9c3ce

Browse files
Bump to JSONata 1.8.6 (#322)
Implements #307 Co-authored-by: Sriram <153843+yesoreyeram@users.noreply.github.com>
1 parent 596ae66 commit cb9c3ce

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"dependencies": {
2525
"dayjs": "^1.10.4",
26-
"jsonata": "^1.8.5",
26+
"jsonata": "^1.8.6",
2727
"jsonpath-plus": "^6.0.1",
2828
"memory-cache": "^0.2.0",
2929
"tslib": "^2.3.0"

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -8062,10 +8062,10 @@ json5@^1.0.1:
80628062
dependencies:
80638063
minimist "^1.2.0"
80648064

8065-
jsonata@^1.8.5:
8066-
version "1.8.5"
8067-
resolved "https://registry.yarnpkg.com/jsonata/-/jsonata-1.8.5.tgz#c656c929c92b3fb097792cef661c27c52dfa5148"
8068-
integrity sha512-ilDyTBkg6qhNoNVr8PUPzz5GYvRK+REKOM5MdOGzH2y6V4yvPRMegSvbZLpbTtI0QAgz09QM7drDhSHUlwp9pA==
8065+
jsonata@^1.8.6:
8066+
version "1.8.6"
8067+
resolved "https://registry.yarnpkg.com/jsonata/-/jsonata-1.8.6.tgz#e5f0e6ace870a34bac881a182ca2b31227122791"
8068+
integrity sha512-ZH2TPYdNP2JecOl/HvrH47Xc+9imibEMQ4YqKy/F/FrM+2a6vfbGxeCX23dB9Fr6uvGwv+ghf1KxWB3iZk09wA==
80698069

80708070
jsonfile@^6.0.1:
80718071
version "6.1.0"

0 commit comments

Comments
 (0)