Skip to content

Commit fd48a2f

Browse files
authored
Merge pull request #673 from salesforcecli/dependabot-npm_and_yarn-salesforce-cli-plugins-testkit-5.3.4
chore(dev-deps): bump @salesforce/cli-plugins-testkit from 5.3.2 to 5.3.4
2 parents 518594e + a82b60c commit fd48a2f

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
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.7",
15-
"@salesforce/cli-plugins-testkit": "^5.3.2",
15+
"@salesforce/cli-plugins-testkit": "^5.3.4",
1616
"@salesforce/dev-scripts": "^9.0.0",
1717
"@salesforce/plugin-command-reference": "^3.0.82",
1818
"eslint-plugin-sf-plugin": "^1.18.3",

yarn.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1443,23 +1443,23 @@
14431443
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
14441444
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
14451445

1446-
"@salesforce/cli-plugins-testkit@^5.3.2":
1447-
version "5.3.2"
1448-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.2.tgz#39b12513baf230cbfa2a831d1e1ad567512dcb18"
1449-
integrity sha512-/0ZR9PrRpmbtYzkGee7Sc8b1qzNyojq1Smk0RY7gM439rDKS90Tqq8W3b9hNXtTzHNe98MxQUGq819mCxok+Mw==
1446+
"@salesforce/cli-plugins-testkit@^5.3.4":
1447+
version "5.3.4"
1448+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.4.tgz#7ada47df669a8f643638e25059af9e34ffc4119a"
1449+
integrity sha512-VgEIKuf3nr1HKwQ3t+cIoLqe7Xo4TGfzDoqXNdwPyMLneCrrktYZFnZs6sAi4gTQYuXIE4X23tzaEfjqRgwpvA==
14501450
dependencies:
1451-
"@salesforce/core" "^7.3.3"
1451+
"@salesforce/core" "^7.3.5"
14521452
"@salesforce/kit" "^3.1.1"
14531453
"@salesforce/ts-types" "^2.0.9"
14541454
"@types/shelljs" "^0.8.15"
14551455
debug "^4.3.1"
14561456
jszip "^3.10.1"
14571457
shelljs "^0.8.4"
1458-
sinon "^17.0.1"
1458+
sinon "^17.0.2"
14591459
strip-ansi "6.0.1"
14601460
ts-retry-promise "^0.8.0"
14611461

1462-
"@salesforce/core@^7.3.1", "@salesforce/core@^7.3.3", "@salesforce/core@^7.3.6":
1462+
"@salesforce/core@^7.3.1", "@salesforce/core@^7.3.3", "@salesforce/core@^7.3.5", "@salesforce/core@^7.3.6":
14631463
version "7.3.6"
14641464
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.6.tgz#b2769abf3d8cee6fef26741dd9bdbe977a497023"
14651465
integrity sha512-LngaY4GxixZ7X5oPGa00NdRzpqTXC8jPOQ/H+oFNiZb8nhMfYTBsQob258z33sIBf+G/5RZOJgX10Z+teJzt6A==
@@ -1600,7 +1600,7 @@
16001600
dependencies:
16011601
type-detect "4.0.8"
16021602

1603-
"@sinonjs/commons@^3.0.0":
1603+
"@sinonjs/commons@^3.0.0", "@sinonjs/commons@^3.0.1":
16041604
version "3.0.1"
16051605
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-3.0.1.tgz#1029357e44ca901a615585f6d27738dbc89084cd"
16061606
integrity sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==
@@ -3259,7 +3259,7 @@ diff@^4.0.1, diff@^4.0.2:
32593259
resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.2.tgz#60f3aecb89d5fae520c11aa19efc2bb982aade7d"
32603260
integrity sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==
32613261

3262-
diff@^5.1.0:
3262+
diff@^5.2.0:
32633263
version "5.2.0"
32643264
resolved "https://registry.yarnpkg.com/diff/-/diff-5.2.0.tgz#26ded047cd1179b78b9537d5ef725503ce1ae531"
32653265
integrity sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==
@@ -5431,7 +5431,7 @@ nise@^4.1.0:
54315431
just-extend "^4.0.2"
54325432
path-to-regexp "^1.7.0"
54335433

5434-
nise@^5.1.5:
5434+
nise@^5.1.9:
54355435
version "5.1.9"
54365436
resolved "https://registry.yarnpkg.com/nise/-/nise-5.1.9.tgz#0cb73b5e4499d738231a473cd89bd8afbb618139"
54375437
integrity sha512-qOnoujW4SV6e40dYxJOb3uvuoPHtmLzIk4TFo+j0jPJoC+5Z9xja5qH5JZobEPsa8+YYphMrOSwnrshEhG2qww==
@@ -6417,17 +6417,17 @@ sinon@10.0.0:
64176417
nise "^4.1.0"
64186418
supports-color "^7.1.0"
64196419

6420-
sinon@^17.0.1:
6421-
version "17.0.1"
6422-
resolved "https://registry.yarnpkg.com/sinon/-/sinon-17.0.1.tgz#26b8ef719261bf8df43f925924cccc96748e407a"
6423-
integrity sha512-wmwE19Lie0MLT+ZYNpDymasPHUKTaZHUH/pKEubRXIzySv9Atnlw+BUMGCzWgV7b7wO+Hw6f1TEOr0IUnmU8/g==
6420+
sinon@^17.0.2:
6421+
version "17.0.2"
6422+
resolved "https://registry.yarnpkg.com/sinon/-/sinon-17.0.2.tgz#470894bcc2d24b01bad539722ea46da949892405"
6423+
integrity sha512-uihLiaB9FhzesElPDFZA7hDcNABzsVHwr3YfmM9sBllVwab3l0ltGlRV1XhpNfIacNDLGD1QRZNLs5nU5+hTuA==
64246424
dependencies:
6425-
"@sinonjs/commons" "^3.0.0"
6425+
"@sinonjs/commons" "^3.0.1"
64266426
"@sinonjs/fake-timers" "^11.2.2"
64276427
"@sinonjs/samsam" "^8.0.0"
6428-
diff "^5.1.0"
6429-
nise "^5.1.5"
6430-
supports-color "^7.2.0"
6428+
diff "^5.2.0"
6429+
nise "^5.1.9"
6430+
supports-color "^7"
64316431

64326432
slash@^3.0.0:
64336433
version "3.0.0"
@@ -6703,7 +6703,7 @@ supports-color@^5.3.0:
67036703
dependencies:
67046704
has-flag "^3.0.0"
67056705

6706-
supports-color@^7.0.0, supports-color@^7.1.0, supports-color@^7.2.0:
6706+
supports-color@^7, supports-color@^7.0.0, supports-color@^7.1.0:
67076707
version "7.2.0"
67086708
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da"
67096709
integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==

0 commit comments

Comments
 (0)