Skip to content

Commit 0a01da6

Browse files
authored
Merge pull request #414 from danish-khan-I/features/v7.3
Upgrade JSON-Path-Plus to V10.3.0
2 parents 7604636 + 7b4880f commit 0a01da6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-rules-engine",
3-
"version": "7.3.0",
3+
"version": "7.3.1",
44
"description": "Rules Engine expressed in simple json",
55
"main": "dist/index.js",
66
"types": "types/index.d.ts",
@@ -92,6 +92,6 @@
9292
"clone": "^2.1.2",
9393
"eventemitter2": "^6.4.4",
9494
"hash-it": "^6.0.0",
95-
"jsonpath-plus": "^10.2.0"
95+
"jsonpath-plus": "^10.3.0"
9696
}
9797
}

0 commit comments

Comments
 (0)