|
1497 | 1497 | strip-ansi "6.0.1"
|
1498 | 1498 | ts-retry-promise "^0.8.1"
|
1499 | 1499 |
|
1500 |
| -"@salesforce/core@^8.3.0", "@salesforce/core@^8.4.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.5.3": |
1501 |
| - version "8.5.4" |
1502 |
| - resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.5.4.tgz#1cdd669462d2c2859b72135d1138a1b790b1fbcc" |
1503 |
| - integrity sha512-dO8tzFxq811qNPeKPPO2OA2KPYW5rO0YRinW/+7zmRJW3EtNpe93dsQVGwBSAAYrSbYeBwiKdliNqNTN7tKJ0A== |
| 1500 | +"@salesforce/core@^8.3.0", "@salesforce/core@^8.4.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.5.3", "@salesforce/core@^8.5.4": |
| 1501 | + version "8.5.5" |
| 1502 | + resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.5.5.tgz#f91ff7a5648b864f52f08441a394ce42d50c1b3f" |
| 1503 | + integrity sha512-nWvFdaAFbmIWB/WVWveYUkXsaqF38A2zRLDjWjkOAgWeSTyWv9UEKtoGJX1NC84n92lGfXblGlxLK7SmaFFVdA== |
1504 | 1504 | dependencies:
|
1505 | 1505 | "@jsforce/jsforce-node" "^3.4.1"
|
1506 | 1506 | "@salesforce/kit" "^3.2.2"
|
|
1514 | 1514 | js2xmlparser "^4.0.1"
|
1515 | 1515 | jsonwebtoken "9.0.2"
|
1516 | 1516 | jszip "3.10.1"
|
1517 |
| - pino "^9.3.2" |
| 1517 | + pino "^9.4.0" |
1518 | 1518 | pino-abstract-transport "^1.2.0"
|
1519 | 1519 | pino-pretty "^11.2.2"
|
1520 | 1520 | proper-lockfile "^4.1.2"
|
@@ -3651,12 +3651,12 @@ eslint-plugin-jsdoc@^46.10.1:
|
3651 | 3651 | semver "^7.5.4"
|
3652 | 3652 | spdx-expression-parse "^4.0.0"
|
3653 | 3653 |
|
3654 |
| -eslint-plugin-sf-plugin@^1.20.5: |
3655 |
| - version "1.20.5" |
3656 |
| - resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.5.tgz#167657e6dd319e5e5bcc8a733668fff8e7a8089a" |
3657 |
| - integrity sha512-V8Y18rFPvVEIhWnXyQrgmdNKGFYRmDPY32lTN2vu0FCY9RkIF9ARDUAmGc5Zpz3J/faDNRtVQVra5dAJyqrMTA== |
| 3654 | +eslint-plugin-sf-plugin@^1.20.7: |
| 3655 | + version "1.20.7" |
| 3656 | + resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.7.tgz#f22dfe52f6731e68e6ff54debccc938e7802645c" |
| 3657 | + integrity sha512-Lps86ebnRrHTYRVMJPvoQtvM+hmTzkEj0mbD3d0UfPPvTZ2dy5HtFk/8OspG9HweyYbTJU6qoTXWDwIH09LD0g== |
3658 | 3658 | dependencies:
|
3659 |
| - "@salesforce/core" "^8.4.0" |
| 3659 | + "@salesforce/core" "^8.5.4" |
3660 | 3660 | "@typescript-eslint/utils" "^7.18.0"
|
3661 | 3661 |
|
3662 | 3662 | eslint-plugin-unicorn@^50.0.1:
|
@@ -5968,10 +5968,10 @@ pino-std-serializers@^7.0.0:
|
5968 | 5968 | resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-7.0.0.tgz#7c625038b13718dbbd84ab446bd673dc52259e3b"
|
5969 | 5969 | integrity sha512-e906FRY0+tV27iq4juKzSYPbUj2do2X2JX4EzSca1631EB2QJQUqGbDuERal7LCtOpxl6x3+nvo9NPZcmjkiFA==
|
5970 | 5970 |
|
5971 |
| -pino@^9.3.2: |
5972 |
| - version "9.3.2" |
5973 |
| - resolved "https://registry.yarnpkg.com/pino/-/pino-9.3.2.tgz#a530d6d28f1d954b6f54416a218cbb616f52f901" |
5974 |
| - integrity sha512-WtARBjgZ7LNEkrGWxMBN/jvlFiE17LTbBoH0konmBU684Kd0uIiDwBXlcTCW7iJnA6HfIKwUssS/2AC6cDEanw== |
| 5971 | +pino@^9.4.0: |
| 5972 | + version "9.4.0" |
| 5973 | + resolved "https://registry.yarnpkg.com/pino/-/pino-9.4.0.tgz#e4600ff199efc744856a5b3b71c53e38998eae5a" |
| 5974 | + integrity sha512-nbkQb5+9YPhQRz/BeQmrWpEknAaqjpAqRK8NwJpmrX/JHu7JuZC5G1CeAwJDJfGes4h+YihC6in3Q2nGb+Y09w== |
5975 | 5975 | dependencies:
|
5976 | 5976 | atomic-sleep "^1.0.0"
|
5977 | 5977 | fast-redact "^3.1.1"
|
|
0 commit comments