Skip to content

Commit 4207f60

Browse files
authored
Merge pull request #876 from salesforcecli/dependabot-npm_and_yarn-salesforce-cli-plugins-testkit-5.1.13
chore(dev-deps): bump @salesforce/cli-plugins-testkit from 5.1.12 to 5.1.13
2 parents c9f3a92 + d65389a commit 4207f60

File tree

2 files changed

+81
-12
lines changed

2 files changed

+81
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
},
122122
"devDependencies": {
123123
"@oclif/plugin-command-snapshot": "^5.1.1",
124-
"@salesforce/cli-plugins-testkit": "^5.1.12",
124+
"@salesforce/cli-plugins-testkit": "^5.1.13",
125125
"@salesforce/dev-scripts": "^8.4.2",
126126
"@salesforce/plugin-command-reference": "^3.0.72",
127127
"eslint-plugin-sf-plugin": "^1.17.4",

yarn.lock

Lines changed: 80 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1413,18 +1413,19 @@
14131413
resolved "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz"
14141414
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
14151415

1416-
"@salesforce/cli-plugins-testkit@^5.1.12":
1417-
version "5.1.12"
1418-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.12.tgz#b453a7b99940d6f5c9e64d7432b60b44b682747b"
1419-
integrity sha512-dICcYW2dejeOtA8fMYCyTCl/PXfYLoNlVPL18ATpR3pEDUjlyI1JWY0GE8chhqCsr0TgDBkkd/MKuUiTSsGebQ==
1416+
"@salesforce/cli-plugins-testkit@^5.1.13":
1417+
version "5.1.13"
1418+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.13.tgz#4d4f93afe01546a1588d1aa466420099b02b1526"
1419+
integrity sha512-JWSUi9X1kKAi22FkHUveXSZ0yxhuXwdq9Ze8dHfhnHXNDwOPEPL5xkPMhSWvD1ARncFs7PPt4T2pmRAV65HbWg==
14201420
dependencies:
14211421
"@salesforce/core" "^6.7.3"
1422-
"@salesforce/kit" "^3.0.15"
1422+
"@salesforce/kit" "^3.1.0"
14231423
"@salesforce/ts-types" "^2.0.9"
14241424
"@types/shelljs" "^0.8.15"
14251425
debug "^4.3.1"
14261426
jszip "^3.10.1"
14271427
shelljs "^0.8.4"
1428+
sinon "^17.0.1"
14281429
strip-ansi "6.0.1"
14291430
ts-retry-promise "^0.8.0"
14301431

@@ -1489,10 +1490,10 @@
14891490
typescript "^4.9.5"
14901491
wireit "^0.14.4"
14911492

1492-
"@salesforce/kit@^3.0.15":
1493-
version "3.0.15"
1494-
resolved "https://registry.npmjs.org/@salesforce/kit/-/kit-3.0.15.tgz"
1495-
integrity sha512-XkA8jsuLvVnyP460dAbU3pBFP2IkmmmsVxMQVifcKKbNWaIBbZBzAfj+vdaQfnvZyflLhsrFT3q2xkb0vHouPg==
1493+
"@salesforce/kit@^3.0.15", "@salesforce/kit@^3.1.0":
1494+
version "3.1.0"
1495+
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.1.0.tgz#aa42533084c676e865f0f9c1907a16fb6f74dee7"
1496+
integrity sha512-X2d9O/U2wdQBXIrtVqQdMwo872Cv+qkYFzF0W+AQKG/LEe9cngnOzUVDYNkGD9tq3jcl+oenHXYuVDpkMhxTwA==
14961497
dependencies:
14971498
"@salesforce/ts-types" "^2.0.9"
14981499
tslib "^2.6.2"
@@ -1576,6 +1577,27 @@
15761577
dependencies:
15771578
type-detect "4.0.8"
15781579

1580+
"@sinonjs/commons@^2.0.0":
1581+
version "2.0.0"
1582+
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-2.0.0.tgz#fd4ca5b063554307e8327b4564bd56d3b73924a3"
1583+
integrity sha512-uLa0j859mMrg2slwQYdO/AkrOfmH+X6LTVmNTS9CqexuE2IvVORIkSpJLqePAbEnKJ77aMmCwr1NUZ57120Xcg==
1584+
dependencies:
1585+
type-detect "4.0.8"
1586+
1587+
"@sinonjs/commons@^3.0.0":
1588+
version "3.0.1"
1589+
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-3.0.1.tgz#1029357e44ca901a615585f6d27738dbc89084cd"
1590+
integrity sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==
1591+
dependencies:
1592+
type-detect "4.0.8"
1593+
1594+
"@sinonjs/fake-timers@^11.2.2":
1595+
version "11.2.2"
1596+
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-11.2.2.tgz#50063cc3574f4a27bd8453180a04171c85cc9699"
1597+
integrity sha512-G2piCSxQ7oWOxwGSAyFHfPIsyeJGXYtc6mFbnFA+kRXkiEnTl8c/8jul2S329iFBnDI9HGoeWWAZvuvOkZccgw==
1598+
dependencies:
1599+
"@sinonjs/commons" "^3.0.0"
1600+
15791601
"@sinonjs/fake-timers@^6.0.0", "@sinonjs/fake-timers@^6.0.1":
15801602
version "6.0.1"
15811603
resolved "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-6.0.1.tgz"
@@ -1592,7 +1614,16 @@
15921614
lodash.get "^4.4.2"
15931615
type-detect "^4.0.8"
15941616

1595-
"@sinonjs/text-encoding@^0.7.1":
1617+
"@sinonjs/samsam@^8.0.0":
1618+
version "8.0.0"
1619+
resolved "https://registry.yarnpkg.com/@sinonjs/samsam/-/samsam-8.0.0.tgz#0d488c91efb3fa1442e26abea81759dfc8b5ac60"
1620+
integrity sha512-Bp8KUVlLp8ibJZrnvq2foVhP0IVX2CIprMJPK0vqGqgrDa0OHVKeZyBykqskkrdxV6yKBPmGasO8LVjAKR3Gew==
1621+
dependencies:
1622+
"@sinonjs/commons" "^2.0.0"
1623+
lodash.get "^4.4.2"
1624+
type-detect "^4.0.8"
1625+
1626+
"@sinonjs/text-encoding@^0.7.1", "@sinonjs/text-encoding@^0.7.2":
15961627
version "0.7.2"
15971628
resolved "https://registry.npmjs.org/@sinonjs/text-encoding/-/text-encoding-0.7.2.tgz"
15981629
integrity sha512-sXXKG+uL9IrKqViTtao2Ws6dy0znu9sOaP1di/jKGW1M6VssO8vlpXCQcpZ+jisQ1tTFAC5Jo/EOzFbggBagFQ==
@@ -3335,6 +3366,11 @@ diff@^4.0.1, diff@^4.0.2:
33353366
resolved "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz"
33363367
integrity sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==
33373368

3369+
diff@^5.1.0:
3370+
version "5.2.0"
3371+
resolved "https://registry.yarnpkg.com/diff/-/diff-5.2.0.tgz#26ded047cd1179b78b9537d5ef725503ce1ae531"
3372+
integrity sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==
3373+
33383374
dir-glob@^3.0.1:
33393375
version "3.0.1"
33403376
resolved "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz"
@@ -5107,6 +5143,11 @@ just-extend@^4.0.2:
51075143
resolved "https://registry.npmjs.org/just-extend/-/just-extend-4.2.1.tgz"
51085144
integrity sha512-g3UB796vUFIY90VIv/WX3L2c8CS2MdWUww3CNrYmqza1Fg0DURc2K/O4YrnklBdQarSJ/y8JnJYDGc+1iumQjg==
51095145

5146+
just-extend@^6.2.0:
5147+
version "6.2.0"
5148+
resolved "https://registry.yarnpkg.com/just-extend/-/just-extend-6.2.0.tgz#b816abfb3d67ee860482e7401564672558163947"
5149+
integrity sha512-cYofQu2Xpom82S6qD778jBDpwvvy39s1l/hrYij2u9AMdQcGRpaBu6kY4mVhuno5kJVi1DAz4aiphA2WI1/OAw==
5150+
51105151
jwa@^1.4.1:
51115152
version "1.4.1"
51125153
resolved "https://registry.npmjs.org/jwa/-/jwa-1.4.1.tgz"
@@ -5616,6 +5657,17 @@ nise@^4.1.0:
56165657
just-extend "^4.0.2"
56175658
path-to-regexp "^1.7.0"
56185659

5660+
nise@^5.1.5:
5661+
version "5.1.9"
5662+
resolved "https://registry.yarnpkg.com/nise/-/nise-5.1.9.tgz#0cb73b5e4499d738231a473cd89bd8afbb618139"
5663+
integrity sha512-qOnoujW4SV6e40dYxJOb3uvuoPHtmLzIk4TFo+j0jPJoC+5Z9xja5qH5JZobEPsa8+YYphMrOSwnrshEhG2qww==
5664+
dependencies:
5665+
"@sinonjs/commons" "^3.0.0"
5666+
"@sinonjs/fake-timers" "^11.2.2"
5667+
"@sinonjs/text-encoding" "^0.7.2"
5668+
just-extend "^6.2.0"
5669+
path-to-regexp "^6.2.1"
5670+
56195671
no-case@^3.0.4:
56205672
version "3.0.4"
56215673
resolved "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz"
@@ -6006,6 +6058,11 @@ path-to-regexp@^1.7.0:
60066058
dependencies:
60076059
isarray "0.0.1"
60086060

6061+
path-to-regexp@^6.2.1:
6062+
version "6.2.1"
6063+
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-6.2.1.tgz#d54934d6798eb9e5ef14e7af7962c945906918e5"
6064+
integrity sha512-JLyh7xT1kizaEvcaXOQwOc2/Yhw6KZOvPf1S8401UyLk86CU79LN3vl7ztXGm/pZ+YjoyAJ4rxmHwbkBXJX+yw==
6065+
60096066
path-type@^4.0.0:
60106067
version "4.0.0"
60116068
resolved "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz"
@@ -6642,6 +6699,18 @@ sinon@10.0.0:
66426699
nise "^4.1.0"
66436700
supports-color "^7.1.0"
66446701

6702+
sinon@^17.0.1:
6703+
version "17.0.1"
6704+
resolved "https://registry.yarnpkg.com/sinon/-/sinon-17.0.1.tgz#26b8ef719261bf8df43f925924cccc96748e407a"
6705+
integrity sha512-wmwE19Lie0MLT+ZYNpDymasPHUKTaZHUH/pKEubRXIzySv9Atnlw+BUMGCzWgV7b7wO+Hw6f1TEOr0IUnmU8/g==
6706+
dependencies:
6707+
"@sinonjs/commons" "^3.0.0"
6708+
"@sinonjs/fake-timers" "^11.2.2"
6709+
"@sinonjs/samsam" "^8.0.0"
6710+
diff "^5.1.0"
6711+
nise "^5.1.5"
6712+
supports-color "^7.2.0"
6713+
66456714
slash@^3.0.0:
66466715
version "3.0.0"
66476716
resolved "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz"
@@ -6899,7 +6968,7 @@ supports-color@^5.3.0:
68996968
dependencies:
69006969
has-flag "^3.0.0"
69016970

6902-
supports-color@^7.0.0, supports-color@^7.1.0:
6971+
supports-color@^7.0.0, supports-color@^7.1.0, supports-color@^7.2.0:
69036972
version "7.2.0"
69046973
resolved "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz"
69056974
integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==

0 commit comments

Comments
 (0)