|
1170 | 1170 | "@jridgewell/resolve-uri" "^3.1.0"
|
1171 | 1171 | "@jridgewell/sourcemap-codec" "^1.4.14"
|
1172 | 1172 |
|
1173 |
| -"@jsforce/jsforce-node@^3.4.1": |
1174 |
| - version "3.4.1" |
1175 |
| - resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.4.1.tgz#36f5cba775b395eeedba676a78eafe447c3f4b28" |
1176 |
| - integrity sha512-PsBKfglH0/8W/Srr4LsxEFsVmjmZjEj/T4XLGpbBoK8yVObwbiMk4VqwA6XwiA6SHqnEqqQbHZxk2rr7dZC+4A== |
| 1173 | +"@jsforce/jsforce-node@^3.6.1": |
| 1174 | + version "3.6.2" |
| 1175 | + resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.6.2.tgz#5d8509aaeb161f1d6658e4ce737948a04d3ce3a6" |
| 1176 | + integrity sha512-bBWRCZl4kVRnYLHRSzl4piqowM3GeTW2yBoKo+WnMGAw36uGjyMq/9z9yAaA+0AmpHFaI4po7/0PrAMdEU/AGA== |
1177 | 1177 | dependencies:
|
1178 | 1178 | "@sindresorhus/is" "^4"
|
1179 |
| - abort-controller "^3.0.0" |
1180 | 1179 | base64url "^3.0.1"
|
1181 | 1180 | csv-parse "^5.5.2"
|
1182 | 1181 | csv-stringify "^6.4.4"
|
|
1185 | 1184 | https-proxy-agent "^5.0.0"
|
1186 | 1185 | multistream "^3.1.0"
|
1187 | 1186 | node-fetch "^2.6.1"
|
1188 |
| - strip-ansi "^6.0.0" |
1189 | 1187 | xml2js "^0.6.2"
|
1190 | 1188 |
|
1191 | 1189 | "@nodelib/fs.scandir@2.1.5":
|
|
1323 | 1321 | strip-ansi "6.0.1"
|
1324 | 1322 | ts-retry-promise "^0.8.1"
|
1325 | 1323 |
|
1326 |
| -"@salesforce/core@^8.4.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.5.4", "@salesforce/core@^8.5.7": |
1327 |
| - version "8.5.7" |
1328 |
| - resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.5.7.tgz#18c98ba383f7030f7e5420677bbd108d1d93dcc3" |
1329 |
| - integrity sha512-HY2ztRT2QACgWrbze+v+B6L4q+RT9FdswXhVQRssf8ZeJH/kqFnF4U640i+dAFChs9mGGCS2zmm6BTREiwg2LA== |
| 1324 | +"@salesforce/core@^8.4.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.5.7", "@salesforce/core@^8.6.4": |
| 1325 | + version "8.6.4" |
| 1326 | + resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.6.4.tgz#39a8234c816ff644e11bcef9517411495ec6039a" |
| 1327 | + integrity sha512-ubksHYBjjv1zfU8Xv3ylzCVftIftBrh682r6PNMzH/LgRcSo8+u4Tgib0d14d85kcIb2ElonV2wPpnbpS+2Aww== |
1330 | 1328 | dependencies:
|
1331 |
| - "@jsforce/jsforce-node" "^3.4.1" |
| 1329 | + "@jsforce/jsforce-node" "^3.6.1" |
1332 | 1330 | "@salesforce/kit" "^3.2.2"
|
1333 | 1331 | "@salesforce/schemas" "^1.9.0"
|
1334 | 1332 | "@salesforce/ts-types" "^2.0.10"
|
@@ -3667,12 +3665,12 @@ eslint-plugin-jsdoc@^46.10.1:
|
3667 | 3665 | semver "^7.5.4"
|
3668 | 3666 | spdx-expression-parse "^4.0.0"
|
3669 | 3667 |
|
3670 |
| -eslint-plugin-sf-plugin@^1.20.4: |
3671 |
| - version "1.20.7" |
3672 |
| - resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.7.tgz#f22dfe52f6731e68e6ff54debccc938e7802645c" |
3673 |
| - integrity sha512-Lps86ebnRrHTYRVMJPvoQtvM+hmTzkEj0mbD3d0UfPPvTZ2dy5HtFk/8OspG9HweyYbTJU6qoTXWDwIH09LD0g== |
| 3668 | +eslint-plugin-sf-plugin@^1.20.11: |
| 3669 | + version "1.20.11" |
| 3670 | + resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.11.tgz#a242763c6707bb4584f13f9cce75166fd22ab5a4" |
| 3671 | + integrity sha512-+0CVUtSZebF3klmiiGXuJtX8iozJq460V7k4eUnIYMdJtI13NdOubpY5JVMqq+a67arhkdklMR9QpcsUIp1zGg== |
3674 | 3672 | dependencies:
|
3675 |
| - "@salesforce/core" "^8.5.4" |
| 3673 | + "@salesforce/core" "^8.6.4" |
3676 | 3674 | "@typescript-eslint/utils" "^7.18.0"
|
3677 | 3675 |
|
3678 | 3676 | eslint-plugin-unicorn@^50.0.1:
|
|
0 commit comments