forcedotcom / salesforcedx-vscode

Salesforce Extensions for VS Code
https://developer.salesforce.com/tools/vscode
BSD 3-Clause "New" or "Revised" License
939 stars 397 forks source link

Mz/pin jsonpath #5652

Closed mingxuanzhangsfdx closed 1 week ago

mingxuanzhangsfdx commented 1 week ago

What does this PR do?

After consuming apex-node v6.1.3 which pins bfj version to 8.0.0, jsonpath is fixed to 1.1.1. So after this PR there is no need to worry about the version bumping of jsonpath unconsciously.

What issues does this PR fix or reference?

@W-16038857@

Functionality Before

jsonpath ^1.1.1

Functionality After

jsonpath 1.1.1