Skip to content

Commit

Permalink
Merge branch 'main' into mz/bundle-checks
Browse files Browse the repository at this point in the history
  • Loading branch information
peternhale authored Oct 7, 2024
2 parents 4378a14 + 1e66137 commit 74a3ec7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [8.1.12](https://github.com/forcedotcom/salesforcedx-apex/compare/8.1.11...8.1.12) (2024-10-06)


### Bug Fixes

* **deps:** bump @jsforce/jsforce-node from 3.4.2 to 3.5.1 ([6653a0b](https://github.com/forcedotcom/salesforcedx-apex/commit/6653a0b58c71942fcbc5188a95b355b01d0f6511))



## [8.1.11](https://github.com/forcedotcom/salesforcedx-apex/compare/8.1.10...8.1.11) (2024-09-29)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@salesforce/apex-node",
"description": "Salesforce JS library for Apex",
"version": "8.1.11",
"version": "8.1.12",
"author": "Salesforce",
"bugs": "https://github.com/forcedotcom/salesforcedx-apex/issues",
"main": "lib/src/index.js",
"dependencies": {
"@jsforce/jsforce-node": "^3.4.2",
"@jsforce/jsforce-node": "^3.5.1",
"@salesforce/core": "^8.6.1",
"@salesforce/kit": "^3.2.3",
"@types/istanbul-reports": "^3.0.4",
Expand Down
9 changes: 4 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -595,13 +595,12 @@
"@jridgewell/resolve-uri" "^3.1.0"
"@jridgewell/sourcemap-codec" "^1.4.14"

"@jsforce/jsforce-node@^3.4.1", "@jsforce/jsforce-node@^3.4.2":
version "3.4.2"
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.4.2.tgz#ad96c438a688c811d52fdb235fd9200352165b56"
integrity sha512-jQ22l9DzGouYGFpJtvtknxLE6O8Mwx+DizWEYsJjMnjFAkXPh8QJm3Ux6JCR0boNLuOcRW11urI7JGHvVULgJg==
"@jsforce/jsforce-node@^3.4.1", "@jsforce/jsforce-node@^3.5.1":
version "3.5.1"
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.5.1.tgz#f350e8c3897cce42f6b1cdbfc437c1c66aa13dd2"
integrity sha512-P+pfsLL6AddDeBP3iswjlB1+YM4w2ZsWTqunGjMA0/Aj8Jt4gA+XycV+fGEbGzsm6DvSvbZUnyrfkRYNsT9F8Q==
dependencies:
"@sindresorhus/is" "^4"
abort-controller "^3.0.0"
base64url "^3.0.1"
csv-parse "^5.5.2"
csv-stringify "^6.4.4"
Expand Down

0 comments on commit 74a3ec7

Please sign in to comment.