Skip to content

Commit d7985bc

Browse files
chore(dev-deps): bump @oclif/test from 2.2.0 to 2.2.1
Bumps [@oclif/test](https://github.com/oclif/test) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/oclif/test/releases) - [Changelog](https://github.com/oclif/test/blob/main/CHANGELOG.md) - [Commits](oclif/test@2.2.0...2.2.1) --- updated-dependencies: - dependency-name: "@oclif/test" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f4d502d commit d7985bc

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"
@@ -3267,10 +3267,10 @@ extract-stack@^2.0.0:
32673267
resolved "https://registry.yarnpkg.com/extract-stack/-/extract-stack-2.0.0.tgz#11367bc865bfcd9bc0db3123e5edb57786f11f9b"
32683268
integrity sha512-AEo4zm+TenK7zQorGK1f9mJ8L14hnTDi2ZQPR+Mub1NX8zimka1mXpV5LpH8x9HoUmFSHZCfLHqWvp0Y4FxxzQ==
32693269

3270-
fancy-test@^2.0.0:
3271-
version "2.0.0"
3272-
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-2.0.0.tgz#f1477ae4190820318816914aabe273c0a0dbd597"
3273-
integrity sha512-SFb2D/VX9SV+wNYXO1IIh1wyxUC1GS0mYCFJOWD1ia7MPj9yE2G8jaPkw4t/pg0Sj7/YJP56OzMY4nAuJSOugQ==
3270+
fancy-test@^2.0.2:
3271+
version "2.0.4"
3272+
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-2.0.4.tgz#b7650e13598e5ad2a27f0d89ad07813bfb09d53e"
3273+
integrity sha512-jZbiHiJY1phazdfQkVhdBEY5aZXEydiZzFxK9VqCfrMmRw/kHPgQ6i88+nyqQwpFV3yL2mUbMe/NEfMaSfO7+g==
32743274
dependencies:
32753275
"@types/chai" "*"
32763276
"@types/lodash" "*"

0 commit comments

Comments
 (0)