Skip to content

Commit

Permalink
fix: bump apex-node (#604)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiand391 authored Oct 13, 2022
1 parent 1197c5d commit e71b0d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dependencies": {
"@oclif/core": "^1.9.5",
"@oclif/plugin-help": "^3.3.1",
"@salesforce/apex-node": "^1.2.0",
"@salesforce/apex-node": "^1.3.0",
"@salesforce/command": "^5.2.1",
"@salesforce/core": "^3.26.2",
"@salesforce/kit": "^1.6.0",
Expand Down Expand Up @@ -189,4 +189,4 @@
"publishConfig": {
"access": "public"
}
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1028,10 +1028,10 @@
dependencies:
"@octokit/openapi-types" "^12.1.0"

"@salesforce/apex-node@^1.2.0":
version "1.2.0"
resolved "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-1.2.0.tgz"
integrity sha512-m+lvQm1aX1xn8lT8rRwpiarOn2+1Ft82ZIawp+2aMfHSlZ/thCcw9zTxACNnQDpIGgxx7I1i9eZEJ8XQzLcoPQ==
"@salesforce/apex-node@^1.3.0":
version "1.3.0"
resolved "https://registry.yarnpkg.com/@salesforce/apex-node/-/apex-node-1.3.0.tgz#4b00600d726f9d5cd278baec459a2b97b4aa2e2b"
integrity sha512-NDu63KtL0JXgaIlHg52Z5F5rra0EFSN0XP8iszpomATVPCunORySCH0zi20ZzRBGyy/vdlFsOGFr/xIYWAcW6A==
dependencies:
"@salesforce/core" "^3.23.3"
"@types/istanbul-reports" "^3.0.1"
Expand Down

0 comments on commit e71b0d5

Please sign in to comment.