Skip to content

Commit e63a055

Browse files
fix(deps): bump @salesforce/cli-plugins-testkit from 5.3.2 to 5.3.4
Bumps [@salesforce/cli-plugins-testkit](https://github.com/salesforcecli/cli-plugins-testkit) from 5.3.2 to 5.3.4. - [Release notes](https://github.com/salesforcecli/cli-plugins-testkit/releases) - [Changelog](https://github.com/salesforcecli/cli-plugins-testkit/blob/main/CHANGELOG.md) - [Commits](salesforcecli/cli-plugins-testkit@5.3.2...5.3.4) --- updated-dependencies: - dependency-name: "@salesforce/cli-plugins-testkit" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 388abec commit e63a055

File tree

2 files changed

+55
-28
lines changed

2 files changed

+55
-28
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@octokit/core": "^4.2.4",
1414
"@octokit/plugin-paginate-rest": "^6.1.2",
1515
"@octokit/plugin-throttling": "^5.2.3",
16-
"@salesforce/cli-plugins-testkit": "^5.3.2",
16+
"@salesforce/cli-plugins-testkit": "^5.3.4",
1717
"@salesforce/core": "^7.3.1",
1818
"@salesforce/kit": "^3.1.0",
1919
"@salesforce/plugin-command-reference": "^3.0.83",

yarn.lock

Lines changed: 54 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2080,32 +2080,32 @@
20802080
resolved "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz"
20812081
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
20822082

2083-
"@salesforce/cli-plugins-testkit@^5.3.2":
2084-
version "5.3.2"
2085-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.2.tgz#39b12513baf230cbfa2a831d1e1ad567512dcb18"
2086-
integrity sha512-/0ZR9PrRpmbtYzkGee7Sc8b1qzNyojq1Smk0RY7gM439rDKS90Tqq8W3b9hNXtTzHNe98MxQUGq819mCxok+Mw==
2083+
"@salesforce/cli-plugins-testkit@^5.3.4":
2084+
version "5.3.4"
2085+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.4.tgz#7ada47df669a8f643638e25059af9e34ffc4119a"
2086+
integrity sha512-VgEIKuf3nr1HKwQ3t+cIoLqe7Xo4TGfzDoqXNdwPyMLneCrrktYZFnZs6sAi4gTQYuXIE4X23tzaEfjqRgwpvA==
20872087
dependencies:
2088-
"@salesforce/core" "^7.3.3"
2088+
"@salesforce/core" "^7.3.5"
20892089
"@salesforce/kit" "^3.1.1"
20902090
"@salesforce/ts-types" "^2.0.9"
20912091
"@types/shelljs" "^0.8.15"
20922092
debug "^4.3.1"
20932093
jszip "^3.10.1"
20942094
shelljs "^0.8.4"
2095-
sinon "^17.0.1"
2095+
sinon "^17.0.2"
20962096
strip-ansi "6.0.1"
20972097
ts-retry-promise "^0.8.0"
20982098

2099-
"@salesforce/core@^7.3.0", "@salesforce/core@^7.3.1", "@salesforce/core@^7.3.3":
2100-
version "7.3.3"
2101-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.3.tgz#4b84aba806264dd13716f4c4774bd5a417259662"
2102-
integrity sha512-THjYnOrfj0vW+qvlm70NDasH3RHD03cm884yi1+1axA4ugS4FFxXrPDPWAEU5ve5B4vnT7CJfuD/Q56l67ug8w==
2099+
"@salesforce/core@^7.3.0", "@salesforce/core@^7.3.1", "@salesforce/core@^7.3.3", "@salesforce/core@^7.3.5":
2100+
version "7.3.8"
2101+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.8.tgz#8a646b5321f08c0fb4d22e2fa8b1d60b3a20df9b"
2102+
integrity sha512-VWhXHfjwjtC3pJWYp8wt5/fnNQ5tK61ovMG5eteXzVD2oFd7og1f6YjwuAzoYIZK7kYWWv7KJfGtCsPs7Zw+Ww==
21032103
dependencies:
21042104
"@jsforce/jsforce-node" "^3.2.0"
21052105
"@salesforce/kit" "^3.1.1"
21062106
"@salesforce/schemas" "^1.7.0"
21072107
"@salesforce/ts-types" "^2.0.9"
2108-
ajv "^8.12.0"
2108+
ajv "^8.13.0"
21092109
change-case "^4.1.2"
21102110
faye "^1.4.0"
21112111
form-data "^4.0.0"
@@ -2116,7 +2116,7 @@
21162116
pino-abstract-transport "^1.1.0"
21172117
pino-pretty "^10.3.1"
21182118
proper-lockfile "^4.1.2"
2119-
semver "^7.6.0"
2119+
semver "^7.6.2"
21202120
ts-retry-promise "^0.7.1"
21212121

21222122
"@salesforce/dev-config@^4.1.0":
@@ -2313,6 +2313,13 @@
23132313
dependencies:
23142314
type-detect "4.0.8"
23152315

2316+
"@sinonjs/commons@^3.0.1":
2317+
version "3.0.1"
2318+
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-3.0.1.tgz#1029357e44ca901a615585f6d27738dbc89084cd"
2319+
integrity sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==
2320+
dependencies:
2321+
type-detect "4.0.8"
2322+
23162323
"@sinonjs/fake-timers@^11.2.2":
23172324
version "11.2.2"
23182325
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-11.2.2.tgz#50063cc3574f4a27bd8453180a04171c85cc9699"
@@ -3181,7 +3188,7 @@ ajv@^6.12.4:
31813188
json-schema-traverse "^0.4.1"
31823189
uri-js "^4.2.2"
31833190

3184-
ajv@^8.11.0, ajv@^8.12.0:
3191+
ajv@^8.11.0:
31853192
version "8.12.0"
31863193
resolved "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz"
31873194
integrity sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==
@@ -3191,6 +3198,16 @@ ajv@^8.11.0, ajv@^8.12.0:
31913198
require-from-string "^2.0.2"
31923199
uri-js "^4.2.2"
31933200

3201+
ajv@^8.13.0:
3202+
version "8.13.0"
3203+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.13.0.tgz#a3939eaec9fb80d217ddf0c3376948c023f28c91"
3204+
integrity sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA==
3205+
dependencies:
3206+
fast-deep-equal "^3.1.3"
3207+
json-schema-traverse "^1.0.0"
3208+
require-from-string "^2.0.2"
3209+
uri-js "^4.4.1"
3210+
31943211
ansi-colors@4.1.1:
31953212
version "4.1.1"
31963213
resolved "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz"
@@ -4383,6 +4400,11 @@ diff@^5.1.0:
43834400
resolved "https://registry.npmjs.org/diff/-/diff-5.1.0.tgz"
43844401
integrity sha512-D+mk+qE8VC/PAUrlAU34N+VfXev0ghe5ywmpqrawphmVZc1bEfn56uo9qpyGp1p4xpzOHkSW4ztBd6L7Xx4ACw==
43854402

4403+
diff@^5.2.0:
4404+
version "5.2.0"
4405+
resolved "https://registry.yarnpkg.com/diff/-/diff-5.2.0.tgz#26ded047cd1179b78b9537d5ef725503ce1ae531"
4406+
integrity sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==
4407+
43864408
dir-glob@^3.0.1:
43874409
version "3.0.1"
43884410
resolved "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz"
@@ -7144,10 +7166,10 @@ nise@^4.1.0:
71447166
just-extend "^4.0.2"
71457167
path-to-regexp "^1.7.0"
71467168

7147-
nise@^5.1.5:
7148-
version "5.1.7"
7149-
resolved "https://registry.yarnpkg.com/nise/-/nise-5.1.7.tgz#03ca96539efb306612eb60a8c5d6beeb208e27e5"
7150-
integrity sha512-wWtNUhkT7k58uvWTB/Gy26eA/EJKtPZFVAhEilN5UYVmmGRYOURbejRUyKm0Uu9XVEW7K5nBOZfR8VMB4QR2RQ==
7169+
nise@^5.1.9:
7170+
version "5.1.9"
7171+
resolved "https://registry.yarnpkg.com/nise/-/nise-5.1.9.tgz#0cb73b5e4499d738231a473cd89bd8afbb618139"
7172+
integrity sha512-qOnoujW4SV6e40dYxJOb3uvuoPHtmLzIk4TFo+j0jPJoC+5Z9xja5qH5JZobEPsa8+YYphMrOSwnrshEhG2qww==
71517173
dependencies:
71527174
"@sinonjs/commons" "^3.0.0"
71537175
"@sinonjs/fake-timers" "^11.2.2"
@@ -8538,6 +8560,11 @@ semver@^7.0.0, semver@^7.1.1, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semve
85388560
dependencies:
85398561
lru-cache "^6.0.0"
85408562

8563+
semver@^7.6.2:
8564+
version "7.6.2"
8565+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.2.tgz#1e3b34759f896e8f14d6134732ce798aeb0c6e13"
8566+
integrity sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==
8567+
85418568
sentence-case@^3.0.4:
85428569
version "3.0.4"
85438570
resolved "https://registry.npmjs.org/sentence-case/-/sentence-case-3.0.4.tgz"
@@ -8674,17 +8701,17 @@ sinon@10.0.0:
86748701
nise "^4.1.0"
86758702
supports-color "^7.1.0"
86768703

8677-
sinon@^17.0.0, sinon@^17.0.1:
8678-
version "17.0.1"
8679-
resolved "https://registry.yarnpkg.com/sinon/-/sinon-17.0.1.tgz#26b8ef719261bf8df43f925924cccc96748e407a"
8680-
integrity sha512-wmwE19Lie0MLT+ZYNpDymasPHUKTaZHUH/pKEubRXIzySv9Atnlw+BUMGCzWgV7b7wO+Hw6f1TEOr0IUnmU8/g==
8704+
sinon@^17.0.0, sinon@^17.0.2:
8705+
version "17.0.2"
8706+
resolved "https://registry.yarnpkg.com/sinon/-/sinon-17.0.2.tgz#470894bcc2d24b01bad539722ea46da949892405"
8707+
integrity sha512-uihLiaB9FhzesElPDFZA7hDcNABzsVHwr3YfmM9sBllVwab3l0ltGlRV1XhpNfIacNDLGD1QRZNLs5nU5+hTuA==
86818708
dependencies:
8682-
"@sinonjs/commons" "^3.0.0"
8709+
"@sinonjs/commons" "^3.0.1"
86838710
"@sinonjs/fake-timers" "^11.2.2"
86848711
"@sinonjs/samsam" "^8.0.0"
8685-
diff "^5.1.0"
8686-
nise "^5.1.5"
8687-
supports-color "^7.2.0"
8712+
diff "^5.2.0"
8713+
nise "^5.1.9"
8714+
supports-color "^7"
86888715

86898716
sinon@^5.1.1:
86908717
version "5.1.1"
@@ -9034,7 +9061,7 @@ supports-color@^5.3.0, supports-color@^5.4.0:
90349061
dependencies:
90359062
has-flag "^3.0.0"
90369063

9037-
supports-color@^7.0.0, supports-color@^7.1.0, supports-color@^7.2.0:
9064+
supports-color@^7, supports-color@^7.0.0, supports-color@^7.1.0:
90389065
version "7.2.0"
90399066
resolved "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz"
90409067
integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==
@@ -9436,7 +9463,7 @@ upper-case@^2.0.2:
94369463
dependencies:
94379464
tslib "^2.0.3"
94389465

9439-
uri-js@^4.2.2:
9466+
uri-js@^4.2.2, uri-js@^4.4.1:
94409467
version "4.4.1"
94419468
resolved "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz"
94429469
integrity sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==

0 commit comments

Comments
 (0)