From 9ada362800826092193f9fc1c314ea41a12c254b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Dec 2022 04:01:18 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/test from 2.2.12 to 2.2.13 Bumps [@oclif/test](https://github.com/oclif/test) from 2.2.12 to 2.2.13. - [Release notes](https://github.com/oclif/test/releases) - [Changelog](https://github.com/oclif/test/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/test/compare/2.2.12...2.2.13) --- updated-dependencies: - dependency-name: "@oclif/test" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f5638dd8..6b4c1556 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "devDependencies": { "@commitlint/config-conventional": "^12.1.4", "@oclif/plugin-help": "^5.1.19", - "@oclif/test": "^2.2.12", + "@oclif/test": "^2.2.13", "@types/chai": "^4.3.4", "@types/fs-extra": "^9.0", "@types/mocha": "^8.2.3", diff --git a/yarn.lock b/yarn.lock index 1a06f85a..03ea386b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -687,10 +687,10 @@ resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-3.0.3.tgz#e679ad10535e31d333f809f7a71335cc9aef1e55" integrity sha512-KX8gMYA9ujBPOd1HFsV9e0iEx7Uoj8AG/3YsW4TtWQTg4lJvr82qNm7o/cFQfYRIt+jw7Ew/4oL4A22zOT+IRA== -"@oclif/test@^2.2.12": - version "2.2.12" - resolved "https://registry.yarnpkg.com/@oclif/test/-/test-2.2.12.tgz#bb97a8c678b349e0e323013be67d68f619e6aaf2" - integrity sha512-6s1XwvBTXHdVjVZY/qDgMl74NVvoy8MQoknqT/YfR9K3P/6fPW4xeZqemtvrvU4heM5kzSShta5sk0I28MXHMg== +"@oclif/test@^2.2.13": + version "2.2.13" + resolved "https://registry.yarnpkg.com/@oclif/test/-/test-2.2.13.tgz#bd926584440bd81bc359c7f209421c0a914099e6" + integrity sha512-BnVvLbfd3noDZKKkncapCmGXnqvjHJYn1Nybs3QQA1Tu7u68EHWPWB6r64fge/O0xSM1FtTN+ICGcmGfxQYZqg== dependencies: "@oclif/core" "^1.20.4" fancy-test "^2.0.7"