Skip to content

Commit 09dfab0

Browse files
committed
fix: bumped jsforce to fixed version @W-23121570@
1 parent c6817ed commit 09dfab0

2 files changed

Lines changed: 31 additions & 24 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"messageTransformer/messageTransformer.ts"
6262
],
6363
"dependencies": {
64-
"@jsforce/jsforce-node": "^3.10.13",
64+
"@jsforce/jsforce-node": "^3.10.17",
6565
"@salesforce/kit": "^3.2.4",
6666
"@salesforce/ts-types": "^2.0.12",
6767
"ajv": "^8.18.0",

yarn.lock

Lines changed: 30 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -615,20 +615,19 @@
615615
"@jridgewell/resolve-uri" "^3.1.0"
616616
"@jridgewell/sourcemap-codec" "^1.4.14"
617617

618-
"@jsforce/jsforce-node@^3.10.13":
619-
version "3.10.13"
620-
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.10.13.tgz#d1e832178e2e74646c75b952e629ac5b8ceff7d0"
621-
integrity sha512-Ft42/lp3WaVxijcX88Rb3yIxujk/u3LwL3913OTcB4WCpwjB9xTqP6jkVTKt2riXg+ZlNiS62SMpQeC3U1Efkw==
618+
"@jsforce/jsforce-node@^3.10.17":
619+
version "3.10.17"
620+
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.10.17.tgz#c8f0a9d3b88925d45b297f2a9dac8af2a17c47ee"
621+
integrity sha512-gYWiK0Y68dMUTdlPjkF+Bw3r7pmfTbqzs7/6ZChg2Md14NyzXk/usp+y8hHj6vc1SF3s7e6j5OUzUasYF5RJWQ==
622622
dependencies:
623623
"@sindresorhus/is" "^4"
624624
base64url "^3.0.1"
625625
csv-parse "^5.5.2"
626626
csv-stringify "^6.6.0"
627627
faye "^1.4.0"
628628
form-data "^4.0.4"
629-
https-proxy-agent "^5.0.0"
630629
multistream "^3.1.0"
631-
node-fetch "^2.6.1"
630+
undici "^8.5.0"
632631
xml2js "^0.6.2"
633632

634633
"@jsonjoy.com/base64@^1.1.2":
@@ -1064,13 +1063,6 @@ acorn@^8.4.1, acorn@^8.9.0:
10641063
resolved "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz"
10651064
integrity sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==
10661065

1067-
agent-base@6:
1068-
version "6.0.2"
1069-
resolved "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz"
1070-
integrity sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==
1071-
dependencies:
1072-
debug "4"
1073-
10741066
agent-base@^7.0.2:
10751067
version "7.1.1"
10761068
resolved "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz"
@@ -2970,14 +2962,6 @@ http-parser-js@>=0.5.1:
29702962
resolved "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.8.tgz"
29712963
integrity sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==
29722964

2973-
https-proxy-agent@^5.0.0:
2974-
version "5.0.1"
2975-
resolved "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz"
2976-
integrity sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==
2977-
dependencies:
2978-
agent-base "6"
2979-
debug "4"
2980-
29812965
https-proxy-agent@^7.0.1:
29822966
version "7.0.4"
29832967
resolved "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.4.tgz"
@@ -4021,7 +4005,7 @@ no-case@^3.0.4:
40214005
lower-case "^2.0.2"
40224006
tslib "^2.0.3"
40234007

4024-
node-fetch@^2.6.1, node-fetch@^2.6.9:
4008+
node-fetch@^2.6.9:
40254009
version "2.7.0"
40264010
resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz"
40274011
integrity sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==
@@ -5234,6 +5218,11 @@ tr46@^5.1.0:
52345218
dependencies:
52355219
punycode "^2.3.1"
52365220

5221+
tr46@~0.0.3:
5222+
version "0.0.3"
5223+
resolved "https://registry.yarnpkg.com/tr46/-/tr46-0.0.3.tgz#8184fd347dac9cdc185992f3a6622e14b9d9ab6a"
5224+
integrity sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==
5225+
52375226
tree-dump@^1.0.3, tree-dump@^1.1.0:
52385227
version "1.1.0"
52395228
resolved "https://registry.yarnpkg.com/tree-dump/-/tree-dump-1.1.0.tgz#ab29129169dc46004414f5a9d4a3c6e89f13e8a4"
@@ -5430,6 +5419,11 @@ undici-types@~6.21.0:
54305419
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
54315420
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
54325421

5422+
undici@^8.5.0:
5423+
version "8.5.0"
5424+
resolved "https://registry.yarnpkg.com/undici/-/undici-8.5.0.tgz#31ba9021a3d84c15e61cc5e28be2d7c451e66a66"
5425+
integrity sha512-xamtWoB1EshgjpmlXd7GGm2VfdDtw1+rD8uhry8pSNW3If6S8E0m2T2+orSKeZXEn/aPJMviCpDBA65WJt8zhg==
5426+
54335427
universalify@^0.2.0:
54345428
version "0.2.0"
54355429
resolved "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz"
@@ -5515,6 +5509,11 @@ vscode-textmate@^8.0.0:
55155509
resolved "https://registry.npmjs.org/vscode-textmate/-/vscode-textmate-8.0.0.tgz"
55165510
integrity sha512-AFbieoL7a5LMqcnOF04ji+rpXadgOXnZsxQr//r83kLPr7biP7am3g9zbaZIaBGwBRWeSvoMD4mgPdX3e4NWBg==
55175511

5512+
webidl-conversions@^3.0.0:
5513+
version "3.0.1"
5514+
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"
5515+
integrity sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==
5516+
55185517
webidl-conversions@^7.0.0:
55195518
version "7.0.0"
55205519
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-7.0.0.tgz#256b4e1882be7debbf01d05f0aa2039778ea080a"
@@ -5534,14 +5533,22 @@ websocket-extensions@>=0.1.1:
55345533
resolved "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz"
55355534
integrity sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==
55365535

5537-
whatwg-url@^14.0.0, whatwg-url@^5.0.0:
5536+
whatwg-url@^14.0.0:
55385537
version "14.2.0"
55395538
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-14.2.0.tgz#4ee02d5d725155dae004f6ae95c73e7ef5d95663"
55405539
integrity sha512-De72GdQZzNTUBBChsXueQUnPKDkg/5A5zp7pFDuQAj5UFoENpiACU0wlCvzpAGnTkj++ihpKwKyYewn/XNUbKw==
55415540
dependencies:
55425541
tr46 "^5.1.0"
55435542
webidl-conversions "^7.0.0"
55445543

5544+
whatwg-url@^5.0.0:
5545+
version "5.0.0"
5546+
resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-5.0.0.tgz#966454e8765462e37644d3626f6742ce8b70965d"
5547+
integrity sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==
5548+
dependencies:
5549+
tr46 "~0.0.3"
5550+
webidl-conversions "^3.0.0"
5551+
55455552
which-boxed-primitive@^1.0.2:
55465553
version "1.0.2"
55475554
resolved "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz"

0 commit comments

Comments
 (0)