From 4a287b5b831e7ed6ca67adaea2bcb7f5494749ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Sep 2023 00:20:23 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/test from 2.5.1 to 2.5.3 Bumps [@oclif/test](https://github.com/oclif/test) from 2.5.1 to 2.5.3. - [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.5.1...2.5.3) --- 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 | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 001ff303..46122ae1 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@oclif/plugin-help": "^5.2.18", - "@oclif/test": "^2.5.1", + "@oclif/test": "^2.5.3", "@types/chai": "^4.3.5", "@types/lodash": "^4.14.197", "@types/mocha": "^8.0.0", diff --git a/yarn.lock b/yarn.lock index 54f1080e..cb7049a5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -489,13 +489,13 @@ lodash "^4.17.21" semver "^7.5.4" -"@oclif/test@^2.5.1": - version "2.5.1" - resolved "https://registry.yarnpkg.com/@oclif/test/-/test-2.5.1.tgz#75531da3beb0ad80f17544cba6f3e61bacacecb0" - integrity sha512-lqkhze4ijrBg1MmnVIbxk9rvsD8NiR3ISJ2SiM43tYTCVY6eY+up9p/IjD8i9ZoT/7khnfA/Jxhq0OYOjRYvuw== +"@oclif/test@^2.5.3": + version "2.5.3" + resolved "https://registry.yarnpkg.com/@oclif/test/-/test-2.5.3.tgz#08ee0ab60858784ceca11a723445f4ed09c625da" + integrity sha512-TmtfMhK9tFCVQ4NyIG9eYW4RBQAmKbkE+pGXsdxiTZvR2sR1WwC7NmmEbTaj2hYNWX3vNZ/x1+odnjLEo6z5Vw== dependencies: - "@oclif/core" "^2.11.10" - fancy-test "^2.0.35" + "@oclif/core" "^2.15.0" + fancy-test "^2.0.37" "@octokit/auth-token@^2.4.4": version "2.5.0" @@ -1968,10 +1968,10 @@ external-editor@^3.0.3: iconv-lite "^0.4.24" tmp "^0.0.33" -fancy-test@^2.0.35: - version "2.0.37" - resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-2.0.37.tgz#7cfd18fcaaa76cd2d72636dda00f6f3fae053187" - integrity sha512-lCicyu0gzcWNR0x5LyRNGjBNJfrl+C9rKOaC6nJcyPUXvMhZkMVwsCIDuMPaEET0sD8vSliyAipnQ7RZUgXujw== +fancy-test@^2.0.37: + version "2.0.38" + resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-2.0.38.tgz#a093234a39fa3effb2d6d4ffb02f21b7cf8297f5" + integrity sha512-uQ795eOLJ5aJJypwJ0g1Pqk9Zp5s1Git+XmaGX1e06wwaSr+K6o+FPYuHlQmetBXxPLx81xst2l7j624v5ZqdQ== dependencies: "@types/chai" "*" "@types/lodash" "*"