Skip to content

Commit

Permalink
fix: bump apex-node to v4 (#1134)
Browse files Browse the repository at this point in the history
@W-15354956@

bump apex-node that required a major release, but affected areas not used by plugin-source
  • Loading branch information
peternhale authored Mar 29, 2024
1 parent 9267234 commit 7e07c86
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bugs": "https://github.com/forcedotcom/cli/issues",
"dependencies": {
"@oclif/core": "^3.25.2",
"@salesforce/apex-node": "^3.1.0",
"@salesforce/apex-node": "^4.0.2",
"@salesforce/core": "^6.4.4",
"@salesforce/kit": "^3.0.15",
"@salesforce/sf-plugins-core": "^8.0.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1618,10 +1618,10 @@
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==

"@salesforce/apex-node@^3.1.0":
version "3.1.0"
resolved "https://registry.yarnpkg.com/@salesforce/apex-node/-/apex-node-3.1.0.tgz#6cde172fa5dbbbcc14a7d0cad2946da37810d8d9"
integrity sha512-bx48c7X7BK/7uksh3iXFY8gk8+W4w+ih44zf/cz9sn+/eQhZ6cWvcsOjulb6cbGVJPcJUMgbMKchAJAK6w1Yhw==
"@salesforce/apex-node@^4.0.2":
version "4.0.2"
resolved "https://registry.yarnpkg.com/@salesforce/apex-node/-/apex-node-4.0.2.tgz#688dd4e9a5f7bfab09d24c6460bac72a322ad6d4"
integrity sha512-vNjj/CHnX7DerQsePG1HuOqshugKp+v8k8lrH6Pgut0C3AZB4oUn8BDauUtJb0IsyzjwS7B4CDNVuwziKFWheg==
dependencies:
"@salesforce/core" "^6.5.1"
"@salesforce/kit" "^3.0.15"
Expand Down

0 comments on commit 7e07c86

Please sign in to comment.