diff --git a/README.md b/README.md
index aacbb63..53e5822 100644
--- a/README.md
+++ b/README.md
@@ -68,16 +68,16 @@ Performance Detail:
| Rank | Library | Time (ns/op) | Memory (B/op) | Allocations (allocs/op) | Relative speed (fastest = 1x) |
|:------:|:-------------------------------|---------------:|----------------:|--------------------------:|--------------------------------:|
-| 1 | AsaiYusuke/JSONPath (reuse) | 121.40 | 0 | 0 | 1.00x |
-| 2 | AsaiYusuke/JSONPath | 171.70 | 64 | 1 | 1.41x |
-| 3 | Yalp/JSONPath | 281.50 | 160 | 5 | 2.32x |
-| 4 | oliveagle/JsonPath | 367.10 | 160 | 5 | 3.02x |
-| 5 | ohler55/OjG (jp) | 546.30 | 1264 | 4 | 4.50x |
-| 6 | theory/RFC 9535 JSONPath in Go | 794.90 | 480 | 20 | 6.55x |
-| 7 | PaesslerAG/JSONPath | 1339.00 | 816 | 29 | 11.03x |
-| 8 | vmware-labs/YAML JSONPath | 2025.00 | 1240 | 67 | 16.68x |
-| 9 | Spyzhov/Abstract JSON | 2465.00 | 968 | 30 | 20.30x |
-| 10 | bhmj/JSONSlice | 4116.00 | 312 | 13 | 33.90x |
+| 1 | AsaiYusuke/JSONPath (reuse) | 117.80 | 0 | 0 | 1.00x |
+| 2 | AsaiYusuke/JSONPath | 167.80 | 64 | 1 | 1.42x |
+| 3 | Yalp/JSONPath | 300.40 | 160 | 5 | 2.55x |
+| 4 | oliveagle/JsonPath | 365.30 | 160 | 5 | 3.10x |
+| 5 | ohler55/OjG (jp) | 541.50 | 1264 | 4 | 4.60x |
+| 6 | theory/RFC 9535 JSONPath in Go | 749.90 | 448 | 19 | 6.37x |
+| 7 | PaesslerAG/JSONPath | 1346.00 | 816 | 29 | 11.43x |
+| 8 | vmware-labs/YAML JSONPath | 2107.00 | 1240 | 67 | 17.89x |
+| 9 | Spyzhov/Abstract JSON | 2571.00 | 968 | 30 | 21.83x |
+| 10 | bhmj/JSONSlice | 4273.00 | 312 | 13 | 36.27x |

@@ -104,12 +104,12 @@ Performance Detail:
| Rank | Library | Time (ns/op) | Memory (B/op) | Allocations (allocs/op) | Relative speed (fastest = 1x) |
|:------:|:-------------------------------|---------------:|----------------:|--------------------------:|--------------------------------:|
-| 1 | AsaiYusuke/JSONPath (reuse) | 1146.00 | 80 | 2 | 1.00x |
-| 2 | AsaiYusuke/JSONPath | 1171.00 | 96 | 3 | 1.02x |
-| 3 | theory/RFC 9535 JSONPath in Go | 2281.00 | 528 | 33 | 1.99x |
-| 4 | ohler55/OjG (jp) | 3946.00 | 6200 | 37 | 3.44x |
-| 5 | Spyzhov/Abstract JSON | 15321.00 | 5464 | 222 | 13.37x |
-| 6 | bhmj/JSONSlice | 15586.00 | 1728 | 35 | 13.60x |
+| 1 | AsaiYusuke/JSONPath (reuse) | 1151.00 | 80 | 2 | 1.00x |
+| 2 | AsaiYusuke/JSONPath | 1203.00 | 96 | 3 | 1.05x |
+| 3 | theory/RFC 9535 JSONPath in Go | 2392.00 | 528 | 33 | 2.08x |
+| 4 | ohler55/OjG (jp) | 3952.00 | 6200 | 37 | 3.43x |
+| 5 | Spyzhov/Abstract JSON | 15090.00 | 5464 | 222 | 13.11x |
+| 6 | bhmj/JSONSlice | 15800.00 | 1728 | 35 | 13.73x |

diff --git a/assets/bench_chart_complex.svg b/assets/bench_chart_complex.svg
index 97ebd5a..4019e83 100644
--- a/assets/bench_chart_complex.svg
+++ b/assets/bench_chart_complex.svg
@@ -1,4 +1,4 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/assets/bench_chart_simple.svg b/assets/bench_chart_simple.svg
index f38949c..a551fb4 100644
--- a/assets/bench_chart_simple.svg
+++ b/assets/bench_chart_simple.svg
@@ -1,4 +1,4 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/go.mod b/go.mod
index fbafcbd..383864b 100644
--- a/go.mod
+++ b/go.mod
@@ -9,7 +9,7 @@ require (
github.com/ohler55/ojg v1.28.0
github.com/oliveagle/jsonpath v0.1.4
github.com/spyzhov/ajson v0.9.6
- github.com/theory/jsonpath v0.10.2
+ github.com/theory/jsonpath v0.11.0
github.com/vmware-labs/yaml-jsonpath v0.3.2
github.com/yalp/jsonpath v0.0.0-20180802001716-5cc68e5049a0
gopkg.in/yaml.v3 v3.0.1
diff --git a/go.sum b/go.sum
index a807491..5eef8a4 100644
--- a/go.sum
+++ b/go.sum
@@ -44,10 +44,10 @@ github.com/spyzhov/ajson v0.9.6/go.mod h1:a6oSw0MMb7Z5aD2tPoPO+jq11ETKgXUr2XktHd
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA=
-github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
-github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
-github.com/theory/jsonpath v0.10.2 h1:i8GeMxnD6ftNWeSeaGb/Eb8XghGjsas1eDizaQNupuE=
-github.com/theory/jsonpath v0.10.2/go.mod h1:ZOz+y6MxTEDcN/FOxf9AOgeHSoKHx2B+E0nD3HOtzGE=
+github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
+github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
+github.com/theory/jsonpath v0.11.0 h1:IlzhI/Ui8nFu50SVpnyYHzZVvI0+etEoZLR5LsZJOVc=
+github.com/theory/jsonpath v0.11.0/go.mod h1:vl8nfJyq9MKMbcAiKv+7N9W3jDCH8qPr0mZoZj8wRk8=
github.com/vmware-labs/yaml-jsonpath v0.3.2 h1:/5QKeCBGdsInyDCyVNLbXyilb61MXGi9NP674f9Hobk=
github.com/vmware-labs/yaml-jsonpath v0.3.2/go.mod h1:U6whw1z03QyqgWdgXxvVnQ90zN1BWz5V+51Ewf8k+rQ=
github.com/yalp/jsonpath v0.0.0-20180802001716-5cc68e5049a0 h1:6fRhSjgLCkTD3JnJxvaJ4Sj+TYblw757bqYgZaOq5ZY=