Commit b83fe0f
committed
fix(deps): upgrade jsonpathly to 3.0.0
As part of [0], it was noted that the upstream library we use for JSON
Path expressions isn't fully RFC 9535 compliant.
With help from Claude Sonnet 4.5 to help diagnose a change in the public
API for jsonpathly, where a single quoted path is returned.
Co-authored-by: Claude Sonnet 4.5 <jamie.tanna+github-copilot@mend.io>
[0]: atamano/jsonpathly#121 parent c48c8df commit b83fe0f
3 files changed
+12
-18
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
93 | 94 | | |
94 | | - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
95 | 98 | | |
96 | 99 | | |
97 | 100 | | |
| |||
0 commit comments