Skip to content

Commit ca13845

Browse files
authored
Merge pull request #640 from salesforcecli/dependabot-npm_and_yarn-salesforce-cli-plugins-testkit-5.1.14
chore(dev-deps): bump @salesforce/cli-plugins-testkit from 5.1.12 to 5.1.14
2 parents 41f4547 + aa99cea commit ca13845

File tree

2 files changed

+78
-9
lines changed

2 files changed

+78
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"devDependencies": {
1414
"@oclif/plugin-command-snapshot": "^5.1.1",
15-
"@salesforce/cli-plugins-testkit": "^5.1.12",
15+
"@salesforce/cli-plugins-testkit": "^5.1.14",
1616
"@salesforce/dev-scripts": "^8.5.0",
1717
"@salesforce/plugin-command-reference": "^3.0.73",
1818
"eslint-plugin-sf-plugin": "^1.17.5",

yarn.lock

Lines changed: 77 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1397,18 +1397,19 @@
13971397
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
13981398
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
13991399

1400-
"@salesforce/cli-plugins-testkit@^5.1.12":
1401-
version "5.1.12"
1402-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.12.tgz#b453a7b99940d6f5c9e64d7432b60b44b682747b"
1403-
integrity sha512-dICcYW2dejeOtA8fMYCyTCl/PXfYLoNlVPL18ATpR3pEDUjlyI1JWY0GE8chhqCsr0TgDBkkd/MKuUiTSsGebQ==
1400+
"@salesforce/cli-plugins-testkit@^5.1.14":
1401+
version "5.1.14"
1402+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.14.tgz#34afac74c44b8492e56c78ac80af60261084cf39"
1403+
integrity sha512-Adt7A2CMONTZFGENHI91PUxRVuQOypNa+/JVRTXjp2ug3zrPhquxEjtgfG18vVZi/boKa0Td898/N14SOW5vNQ==
14041404
dependencies:
1405-
"@salesforce/core" "^6.7.3"
1406-
"@salesforce/kit" "^3.0.15"
1405+
"@salesforce/core" "^6.7.6"
1406+
"@salesforce/kit" "^3.1.0"
14071407
"@salesforce/ts-types" "^2.0.9"
14081408
"@types/shelljs" "^0.8.15"
14091409
debug "^4.3.1"
14101410
jszip "^3.10.1"
14111411
shelljs "^0.8.4"
1412+
sinon "^17.0.1"
14121413
strip-ansi "6.0.1"
14131414
ts-retry-promise "^0.8.0"
14141415

@@ -1554,6 +1555,27 @@
15541555
dependencies:
15551556
type-detect "4.0.8"
15561557

1558+
"@sinonjs/commons@^2.0.0":
1559+
version "2.0.0"
1560+
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-2.0.0.tgz#fd4ca5b063554307e8327b4564bd56d3b73924a3"
1561+
integrity sha512-uLa0j859mMrg2slwQYdO/AkrOfmH+X6LTVmNTS9CqexuE2IvVORIkSpJLqePAbEnKJ77aMmCwr1NUZ57120Xcg==
1562+
dependencies:
1563+
type-detect "4.0.8"
1564+
1565+
"@sinonjs/commons@^3.0.0":
1566+
version "3.0.1"
1567+
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-3.0.1.tgz#1029357e44ca901a615585f6d27738dbc89084cd"
1568+
integrity sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==
1569+
dependencies:
1570+
type-detect "4.0.8"
1571+
1572+
"@sinonjs/fake-timers@^11.2.2":
1573+
version "11.2.2"
1574+
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-11.2.2.tgz#50063cc3574f4a27bd8453180a04171c85cc9699"
1575+
integrity sha512-G2piCSxQ7oWOxwGSAyFHfPIsyeJGXYtc6mFbnFA+kRXkiEnTl8c/8jul2S329iFBnDI9HGoeWWAZvuvOkZccgw==
1576+
dependencies:
1577+
"@sinonjs/commons" "^3.0.0"
1578+
15571579
"@sinonjs/fake-timers@^6.0.0", "@sinonjs/fake-timers@^6.0.1":
15581580
version "6.0.1"
15591581
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-6.0.1.tgz#293674fccb3262ac782c7aadfdeca86b10c75c40"
@@ -1570,7 +1592,16 @@
15701592
lodash.get "^4.4.2"
15711593
type-detect "^4.0.8"
15721594

1573-
"@sinonjs/text-encoding@^0.7.1":
1595+
"@sinonjs/samsam@^8.0.0":
1596+
version "8.0.0"
1597+
resolved "https://registry.yarnpkg.com/@sinonjs/samsam/-/samsam-8.0.0.tgz#0d488c91efb3fa1442e26abea81759dfc8b5ac60"
1598+
integrity sha512-Bp8KUVlLp8ibJZrnvq2foVhP0IVX2CIprMJPK0vqGqgrDa0OHVKeZyBykqskkrdxV6yKBPmGasO8LVjAKR3Gew==
1599+
dependencies:
1600+
"@sinonjs/commons" "^2.0.0"
1601+
lodash.get "^4.4.2"
1602+
type-detect "^4.0.8"
1603+
1604+
"@sinonjs/text-encoding@^0.7.1", "@sinonjs/text-encoding@^0.7.2":
15741605
version "0.7.2"
15751606
resolved "https://registry.yarnpkg.com/@sinonjs/text-encoding/-/text-encoding-0.7.2.tgz#5981a8db18b56ba38ef0efb7d995b12aa7b51918"
15761607
integrity sha512-sXXKG+uL9IrKqViTtao2Ws6dy0znu9sOaP1di/jKGW1M6VssO8vlpXCQcpZ+jisQ1tTFAC5Jo/EOzFbggBagFQ==
@@ -3260,6 +3291,11 @@ diff@^4.0.1, diff@^4.0.2:
32603291
resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.2.tgz#60f3aecb89d5fae520c11aa19efc2bb982aade7d"
32613292
integrity sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==
32623293

3294+
diff@^5.1.0:
3295+
version "5.2.0"
3296+
resolved "https://registry.yarnpkg.com/diff/-/diff-5.2.0.tgz#26ded047cd1179b78b9537d5ef725503ce1ae531"
3297+
integrity sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==
3298+
32633299
dir-glob@^3.0.1:
32643300
version "3.0.1"
32653301
resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-3.0.1.tgz#56dbf73d992a4a93ba1584f4534063fd2e41717f"
@@ -5026,6 +5062,11 @@ just-extend@^4.0.2:
50265062
resolved "https://registry.yarnpkg.com/just-extend/-/just-extend-4.2.1.tgz#ef5e589afb61e5d66b24eca749409a8939a8c744"
50275063
integrity sha512-g3UB796vUFIY90VIv/WX3L2c8CS2MdWUww3CNrYmqza1Fg0DURc2K/O4YrnklBdQarSJ/y8JnJYDGc+1iumQjg==
50285064

5065+
just-extend@^6.2.0:
5066+
version "6.2.0"
5067+
resolved "https://registry.yarnpkg.com/just-extend/-/just-extend-6.2.0.tgz#b816abfb3d67ee860482e7401564672558163947"
5068+
integrity sha512-cYofQu2Xpom82S6qD778jBDpwvvy39s1l/hrYij2u9AMdQcGRpaBu6kY4mVhuno5kJVi1DAz4aiphA2WI1/OAw==
5069+
50295070
jwa@^1.4.1:
50305071
version "1.4.1"
50315072
resolved "https://registry.yarnpkg.com/jwa/-/jwa-1.4.1.tgz#743c32985cb9e98655530d53641b66c8645b039a"
@@ -5515,6 +5556,17 @@ nise@^4.1.0:
55155556
just-extend "^4.0.2"
55165557
path-to-regexp "^1.7.0"
55175558

5559+
nise@^5.1.5:
5560+
version "5.1.9"
5561+
resolved "https://registry.yarnpkg.com/nise/-/nise-5.1.9.tgz#0cb73b5e4499d738231a473cd89bd8afbb618139"
5562+
integrity sha512-qOnoujW4SV6e40dYxJOb3uvuoPHtmLzIk4TFo+j0jPJoC+5Z9xja5qH5JZobEPsa8+YYphMrOSwnrshEhG2qww==
5563+
dependencies:
5564+
"@sinonjs/commons" "^3.0.0"
5565+
"@sinonjs/fake-timers" "^11.2.2"
5566+
"@sinonjs/text-encoding" "^0.7.2"
5567+
just-extend "^6.2.0"
5568+
path-to-regexp "^6.2.1"
5569+
55185570
no-case@^3.0.4:
55195571
version "3.0.4"
55205572
resolved "https://registry.yarnpkg.com/no-case/-/no-case-3.0.4.tgz#d361fd5c9800f558551a8369fc0dcd4662b6124d"
@@ -5905,6 +5957,11 @@ path-to-regexp@^1.7.0:
59055957
dependencies:
59065958
isarray "0.0.1"
59075959

5960+
path-to-regexp@^6.2.1:
5961+
version "6.2.2"
5962+
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-6.2.2.tgz#324377a83e5049cbecadc5554d6a63a9a4866b36"
5963+
integrity sha512-GQX3SSMokngb36+whdpRXE+3f9V8UzyAorlYvOGx87ufGHehNTn5lCxrKtLyZ4Yl/wEKnNnr98ZzOwwDZV5ogw==
5964+
59085965
path-type@^4.0.0:
59095966
version "4.0.0"
59105967
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
@@ -6541,6 +6598,18 @@ sinon@10.0.0:
65416598
nise "^4.1.0"
65426599
supports-color "^7.1.0"
65436600

6601+
sinon@^17.0.1:
6602+
version "17.0.1"
6603+
resolved "https://registry.yarnpkg.com/sinon/-/sinon-17.0.1.tgz#26b8ef719261bf8df43f925924cccc96748e407a"
6604+
integrity sha512-wmwE19Lie0MLT+ZYNpDymasPHUKTaZHUH/pKEubRXIzySv9Atnlw+BUMGCzWgV7b7wO+Hw6f1TEOr0IUnmU8/g==
6605+
dependencies:
6606+
"@sinonjs/commons" "^3.0.0"
6607+
"@sinonjs/fake-timers" "^11.2.2"
6608+
"@sinonjs/samsam" "^8.0.0"
6609+
diff "^5.1.0"
6610+
nise "^5.1.5"
6611+
supports-color "^7.2.0"
6612+
65446613
slash@^3.0.0:
65456614
version "3.0.0"
65466615
resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
@@ -6799,7 +6868,7 @@ supports-color@^5.3.0:
67996868
dependencies:
68006869
has-flag "^3.0.0"
68016870

6802-
supports-color@^7.0.0, supports-color@^7.1.0:
6871+
supports-color@^7.0.0, supports-color@^7.1.0, supports-color@^7.2.0:
68036872
version "7.2.0"
68046873
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da"
68056874
integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==

0 commit comments

Comments
 (0)