Skip to content

Commit 92586a1

Browse files
author
SF-CLI-BOT
authored
Merge pull request #446 from salesforcecli/dependabot-npm_and_yarn-oclif-test-2.2.1
chore(dev-deps): bump @oclif/test from 2.2.0 to 2.2.1
2 parents a3fb4c2 + d7985bc commit 92586a1

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"devDependencies": {
1717
"@oclif/dev-cli": "^1",
1818
"@oclif/plugin-command-snapshot": "^3.2.0",
19-
"@oclif/test": "^2.2.0",
19+
"@oclif/test": "^2.2.1",
2020
"@salesforce/cli-plugins-testkit": "^2.5.2",
2121
"@salesforce/dev-config": "^3.1.0",
2222
"@salesforce/dev-scripts": "^2.0.4",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -894,13 +894,13 @@
894894
resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-3.0.2.tgz#969054308fe98d130c02844a45cc792199b75670"
895895
integrity sha512-S/SF/XYJeevwIgHFmVDAFRUvM3m+OjhvCAYMk78ZJQCYCQ5wS7j+LTt1ZEv2jpEEGg2tx/F6TYYWxddNAYHrFQ==
896896

897-
"@oclif/test@^2.1.0", "@oclif/test@^2.2.0":
898-
version "2.2.0"
899-
resolved "https://registry.yarnpkg.com/@oclif/test/-/test-2.2.0.tgz#70b1b8b4c5a2272e9cef5108f8e52f1afab8e6b6"
900-
integrity sha512-hykwoXt8Ml+J+mwr9cJ+xl+84gSKdF+S7MKCjM5cPGMg6uhXBuzXtMlVK91s4bZh0uPYUioYJWAeptAgTHfgHQ==
897+
"@oclif/test@^2.1.0", "@oclif/test@^2.2.1":
898+
version "2.2.1"
899+
resolved "https://registry.yarnpkg.com/@oclif/test/-/test-2.2.1.tgz#1694b0b236bff1183d0e44af063e77bf6bc60f03"
900+
integrity sha512-j3PdoeK86DFCmilvUZSQFdHa0o1eejlR70c9O5UqqPLGSY3Pz/11TaXB5BrfhqISIpZTUIacDlAd1Xvybft0sg==
901901
dependencies:
902902
"@oclif/core" "^1.16.4"
903-
fancy-test "^2.0.0"
903+
fancy-test "^2.0.2"
904904

905905
"@octokit/auth-token@^2.4.4":
906906
version "2.5.0"
@@ -3277,10 +3277,10 @@ extract-stack@^2.0.0:
32773277
resolved "https://registry.yarnpkg.com/extract-stack/-/extract-stack-2.0.0.tgz#11367bc865bfcd9bc0db3123e5edb57786f11f9b"
32783278
integrity sha512-AEo4zm+TenK7zQorGK1f9mJ8L14hnTDi2ZQPR+Mub1NX8zimka1mXpV5LpH8x9HoUmFSHZCfLHqWvp0Y4FxxzQ==
32793279

3280-
fancy-test@^2.0.0:
3281-
version "2.0.0"
3282-
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-2.0.0.tgz#f1477ae4190820318816914aabe273c0a0dbd597"
3283-
integrity sha512-SFb2D/VX9SV+wNYXO1IIh1wyxUC1GS0mYCFJOWD1ia7MPj9yE2G8jaPkw4t/pg0Sj7/YJP56OzMY4nAuJSOugQ==
3280+
fancy-test@^2.0.2:
3281+
version "2.0.4"
3282+
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-2.0.4.tgz#b7650e13598e5ad2a27f0d89ad07813bfb09d53e"
3283+
integrity sha512-jZbiHiJY1phazdfQkVhdBEY5aZXEydiZzFxK9VqCfrMmRw/kHPgQ6i88+nyqQwpFV3yL2mUbMe/NEfMaSfO7+g==
32843284
dependencies:
32853285
"@types/chai" "*"
32863286
"@types/lodash" "*"

0 commit comments

Comments
 (0)