Skip to content

Commit e885af8

Browse files
fix(deps): bump @salesforce/apex-node from 7.0.3 to 7.0.4
Bumps [@salesforce/apex-node](https://github.com/forcedotcom/salesforcedx-apex) from 7.0.3 to 7.0.4. - [Release notes](https://github.com/forcedotcom/salesforcedx-apex/releases) - [Changelog](https://github.com/forcedotcom/salesforcedx-apex/blob/main/CHANGELOG.md) - [Commits](forcedotcom/salesforcedx-apex@7.0.3...7.0.4) --- updated-dependencies: - dependency-name: "@salesforce/apex-node" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e8de1b4 commit e885af8

File tree

2 files changed

+38
-13
lines changed

2 files changed

+38
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {
8-
"@salesforce/apex-node": "^7.0.3",
8+
"@salesforce/apex-node": "^7.0.4",
99
"@salesforce/core": "^8.1.0",
1010
"@salesforce/kit": "^3.1.6",
1111
"@salesforce/sf-plugins-core": "^11.1.2",

yarn.lock

Lines changed: 37 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1310,13 +1310,13 @@
13101310
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
13111311
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
13121312

1313-
"@salesforce/apex-node@^7.0.3":
1314-
version "7.0.3"
1315-
resolved "https://registry.yarnpkg.com/@salesforce/apex-node/-/apex-node-7.0.3.tgz#a25cbcd5aa6a3128b0dd0c2606576d5b11786f93"
1316-
integrity sha512-lUeMmBHWCmV//u6A77Wvv/srp7xJyJuAdy6zZwpayd73a3gB6mh2DP8qCF/KdyuUTZd7IykLHncS+/rRkS8SUQ==
1313+
"@salesforce/apex-node@^7.0.4":
1314+
version "7.0.4"
1315+
resolved "https://registry.yarnpkg.com/@salesforce/apex-node/-/apex-node-7.0.4.tgz#53f30fe20bcc9ec06d3edce20f9b230f5948a41b"
1316+
integrity sha512-HvH3VmZawtNKjbXJpSQWOz4GjIyyeI7OA/2+KUqC5mPVGPOjAzeKtv9GbOP7pb1avY1pjBsGGU1BSGsYbQnMQA==
13171317
dependencies:
13181318
"@jsforce/jsforce-node" "^3.2.2"
1319-
"@salesforce/core" "^8.0.3"
1319+
"@salesforce/core" "^8.1.1"
13201320
"@salesforce/kit" "^3.1.6"
13211321
"@types/istanbul-reports" "^3.0.4"
13221322
bfj "8.0.0"
@@ -1342,10 +1342,10 @@
13421342
strip-ansi "6.0.1"
13431343
ts-retry-promise "^0.8.1"
13441344

1345-
"@salesforce/core@^8.0.1", "@salesforce/core@^8.0.3", "@salesforce/core@^8.1.0":
1346-
version "8.1.0"
1347-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.1.0.tgz#8ee25acdacf9d70a6249907a2fe3503461f18766"
1348-
integrity sha512-oItr8cdeMe67glJN3dP1Gh/kasD0DUT6S6RfcLTH32wwuZNQAwMXNgBOCvlskr8nxPZ+YSSw7CVuqYMUmCtUXA==
1345+
"@salesforce/core@^8.0.1", "@salesforce/core@^8.1.0", "@salesforce/core@^8.1.1":
1346+
version "8.1.1"
1347+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.1.1.tgz#26db4e6da3573c4bd223eb05cb3da6aad8b2a311"
1348+
integrity sha512-PQ58kz0oRk/cjGhmiRj8W+x0Eg2mrWagrA4xMKaXjBAgSgU+V39BaO9IC1G2cAMGy53JJRBO5G876ala4gD44w==
13491349
dependencies:
13501350
"@jsforce/jsforce-node" "^3.2.1"
13511351
"@salesforce/kit" "^3.1.6"
@@ -6604,7 +6604,16 @@ [email protected]:
66046604
dependencies:
66056605
escodegen "^1.8.1"
66066606

6607-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
6607+
"string-width-cjs@npm:string-width@^4.2.0":
6608+
version "4.2.3"
6609+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
6610+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
6611+
dependencies:
6612+
emoji-regex "^8.0.0"
6613+
is-fullwidth-code-point "^3.0.0"
6614+
strip-ansi "^6.0.1"
6615+
6616+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
66086617
version "4.2.3"
66096618
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
66106619
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -6673,7 +6682,14 @@ string_decoder@~1.1.1:
66736682
dependencies:
66746683
safe-buffer "~5.1.0"
66756684

6676-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", [email protected], strip-ansi@^6.0.0, strip-ansi@^6.0.1:
6685+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
6686+
version "6.0.1"
6687+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
6688+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
6689+
dependencies:
6690+
ansi-regex "^5.0.1"
6691+
6692+
[email protected], strip-ansi@^6.0.0, strip-ansi@^6.0.1:
66776693
version "6.0.1"
66786694
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
66796695
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -7254,7 +7270,7 @@ [email protected]:
72547270
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
72557271
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
72567272

7257-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
7273+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
72587274
version "7.0.0"
72597275
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
72607276
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -7272,6 +7288,15 @@ wrap-ansi@^6.2.0:
72727288
string-width "^4.1.0"
72737289
strip-ansi "^6.0.0"
72747290

7291+
wrap-ansi@^7.0.0:
7292+
version "7.0.0"
7293+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
7294+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
7295+
dependencies:
7296+
ansi-styles "^4.0.0"
7297+
string-width "^4.1.0"
7298+
strip-ansi "^6.0.0"
7299+
72757300
wrap-ansi@^8.1.0:
72767301
version "8.1.0"
72777302
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)