Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Oct 17, 2024
1 parent 5a22e3f commit 34a836b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGES for jsonpath-plus

## 10.0.2

- fix(security): prevent Function calls outside of member expressions

## 10.0.1

- fix(security): prohibit `Function` in "safe" vm
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Stefan Goessner",
"name": "jsonpath-plus",
"version": "10.0.1",
"version": "10.0.2",
"type": "module",
"bin": {
"jsonpath": "./bin/jsonpath-cli.js",
Expand Down

0 comments on commit 34a836b

Please sign in to comment.