Skip to content

Commit 7256b28

Browse files
authored
Merge pull request #895 from salesforcecli/dependabot-npm_and_yarn-salesforce-cli-plugins-testkit-5.1.2
chore(dev-deps): bump @salesforce/cli-plugins-testkit from 5.1.1 to 5.1.2
2 parents ff1c956 + b371d92 commit 7256b28

File tree

2 files changed

+36
-11
lines changed

2 files changed

+36
-11
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@oclif/plugin-command-snapshot": "^5.0.3",
18-
"@salesforce/cli-plugins-testkit": "^5.1.1",
18+
"@salesforce/cli-plugins-testkit": "^5.1.2",
1919
"@salesforce/dev-scripts": "^8.1.2",
2020
"@salesforce/plugin-command-reference": "^3.0.54",
2121
"@salesforce/ts-sinon": "^1.4.19",

yarn.lock

+35-10
Original file line numberDiff line numberDiff line change
@@ -919,12 +919,12 @@
919919
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
920920
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
921921

922-
"@salesforce/cli-plugins-testkit@^5.1.1":
923-
version "5.1.1"
924-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.1.tgz#73baef2d27abc6cbb11c82e2869a3b4b57ff342d"
925-
integrity sha512-qllBs+dGYIMS7GrJfJaalJSNsNohDAiLLHOZXk8WL+aZ1dRGDaWTiS4gyZKPKgeahXuNPTBxDqNg7WajvfNcxg==
922+
"@salesforce/cli-plugins-testkit@^5.1.2":
923+
version "5.1.2"
924+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.2.tgz#a8d0c988d26d22cbaa4f19e6be9f0d1a28238ef2"
925+
integrity sha512-3tF1invyikFvkDfnRdFJBrhDV4gcO0cf7gKRT/9GmIHOF88qjiPiKy4VYx7q1fZI8xn6ZEov0LmMziLUVYjdtg==
926926
dependencies:
927-
"@salesforce/core" "^6.4.0"
927+
"@salesforce/core" "^6.4.1"
928928
"@salesforce/kit" "^3.0.15"
929929
"@salesforce/ts-types" "^2.0.9"
930930
"@types/shelljs" "^0.8.15"
@@ -958,10 +958,10 @@
958958
semver "^7.5.4"
959959
ts-retry-promise "^0.7.1"
960960

961-
"@salesforce/core@^6.2.2", "@salesforce/core@^6.4.0":
962-
version "6.4.0"
963-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.0.tgz#09e856194c8dad5bd0d86e271e84c3c47304f508"
964-
integrity sha512-zbUuOll6RnaOyO6vHGjaO6mv2SBimu2JzInubBrbx+bgw5KFVT0y+OrN0gEhBPS94VoC9/N6ZRKve+vQ82zmmA==
961+
"@salesforce/core@^6.2.2", "@salesforce/core@^6.4.0", "@salesforce/core@^6.4.1":
962+
version "6.4.2"
963+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.2.tgz#e6e5e2d5e6ad17f1cbe0feb5a0e55e8b74c91e3c"
964+
integrity sha512-ZtLwgI18f1th6SY0fKmuiyVGGwTXPy4nI+KfXzkww/vqdPxDhAfoHwqvFeo4tjFE2rldK7IPiIIYdtpsaI8d5g==
965965
dependencies:
966966
"@salesforce/kit" "^3.0.15"
967967
"@salesforce/schemas" "^1.6.1"
@@ -977,7 +977,7 @@
977977
jszip "3.10.1"
978978
pino "^8.16.2"
979979
pino-abstract-transport "^1.1.0"
980-
pino-pretty "^10.2.3"
980+
pino-pretty "^10.3.0"
981981
proper-lockfile "^4.1.2"
982982
semver "^7.5.4"
983983
ts-retry-promise "^0.7.1"
@@ -3932,6 +3932,11 @@ help-me@^4.0.1:
39323932
glob "^8.0.0"
39333933
readable-stream "^3.6.0"
39343934

3935+
help-me@^5.0.0:
3936+
version "5.0.0"
3937+
resolved "https://registry.yarnpkg.com/help-me/-/help-me-5.0.0.tgz#b1ebe63b967b74060027c2ac61f9be12d354a6f6"
3938+
integrity sha512-7xgomUX6ADmcYzFik0HzAxh/73YlKR9bmFzf51CZwR+b6YtzU2m0u49hQCqV6SvlqIqsaxovfwdvbnsw3b/zpg==
3939+
39353940
hosted-git-info@^2.1.4:
39363941
version "2.8.9"
39373942
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9"
@@ -6162,6 +6167,26 @@ pino-pretty@^10.2.3:
61626167
sonic-boom "^3.0.0"
61636168
strip-json-comments "^3.1.1"
61646169

6170+
pino-pretty@^10.3.0:
6171+
version "10.3.0"
6172+
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-10.3.0.tgz#483ff78b98d277c33d00e0419c00601d9152bc7e"
6173+
integrity sha512-JthvQW289q3454mhM3/38wFYGWPiBMR28T3CpDNABzoTQOje9UKS7XCJQSnjWF9LQGQkGd8D7h0oq+qwiM3jFA==
6174+
dependencies:
6175+
colorette "^2.0.7"
6176+
dateformat "^4.6.3"
6177+
fast-copy "^3.0.0"
6178+
fast-safe-stringify "^2.1.1"
6179+
help-me "^5.0.0"
6180+
joycon "^3.1.1"
6181+
minimist "^1.2.6"
6182+
on-exit-leak-free "^2.1.0"
6183+
pino-abstract-transport "^1.0.0"
6184+
pump "^3.0.0"
6185+
readable-stream "^4.0.0"
6186+
secure-json-parse "^2.4.0"
6187+
sonic-boom "^3.0.0"
6188+
strip-json-comments "^3.1.1"
6189+
61656190
pino-std-serializers@^6.0.0:
61666191
version "6.2.2"
61676192
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"

0 commit comments

Comments
 (0)