Skip to content

Commit

Permalink
chore(dev-deps): bump @oclif/test from 3.2.3 to 3.2.6 (#559)
Browse files Browse the repository at this point in the history
Bumps [@oclif/test](https://github.com/oclif/test) from 3.2.3 to 3.2.6.
- [Release notes](https://github.com/oclif/test/releases)
- [Changelog](https://github.com/oclif/test/blob/main/CHANGELOG.md)
- [Commits](oclif/test@3.2.3...3.2.6)

---
updated-dependencies:
- dependency-name: "@oclif/test"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 17, 2024
1 parent 77612a1 commit 4d73b7c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@commitlint/config-conventional": "^18",
"@oclif/prettier-config": "^0.2.1",
"@oclif/test": "^3.2.3",
"@oclif/test": "^3.2.6",
"@types/chai": "^4.3.11",
"@types/debug": "^4.1.12",
"@types/lodash.template": "^4.5.3",
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1331,10 +1331,10 @@
node-gyp "^8.2.0"
read-package-json-fast "^2.0.1"

"@oclif/core@^3.19.2", "@oclif/core@^3.21.0", "@oclif/core@^3.23.0":
version "3.23.0"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.23.0.tgz#d0ccc5f99c376e4bcfce04e8e94efae8417a53f8"
integrity sha512-giQ/8Ft8yXWg4IyPVtynPb7ihoQsa3A/1Q53UIJIhh+8k+EedE3lJ01yn6sq6Ha35IGqsG1WhkeHzlJIuldEaw==
"@oclif/core@^3.19.2", "@oclif/core@^3.21.0", "@oclif/core@^3.23.0", "@oclif/core@^3.25.2":
version "3.25.2"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.25.2.tgz#a26d56abe5686c57c1e973957777bd2ae324e973"
integrity sha512-OkW/cNa/3DhoCz2YlSpymVe8DXqkoRaLY4SPTVqNVzR4R1dFBE5KoCtuwKwnhxYLCRCqaViPgRnB5K26f0MnjA==
dependencies:
"@types/cli-progress" "^3.11.5"
ansi-escapes "^4.3.2"
Expand Down Expand Up @@ -1397,14 +1397,14 @@
resolved "https://registry.yarnpkg.com/@oclif/prettier-config/-/prettier-config-0.2.1.tgz#1def9f38134f9bfb229257f48a35f7d0d183dc78"
integrity sha512-XB8kwQj8zynXjIIWRm+6gO/r8Qft2xKtwBMSmq1JRqtA6TpwpqECqiu8LosBCyg2JBXuUy2lU23/L98KIR7FrQ==

"@oclif/test@^3.2.3":
version "3.2.3"
resolved "https://registry.yarnpkg.com/@oclif/test/-/test-3.2.3.tgz#1ac885d7e6610a256ac91fa63e04ebd385468a55"
integrity sha512-/E0+IE8xQVuNX/+SdL+Kp7xhiXTuT5AxoIoMetrTUj9X5mTHQXXRAukFpHrfxagmMfQUqqZh+0LmbpL3r2BmBg==
"@oclif/test@^3.2.6":
version "3.2.6"
resolved "https://registry.yarnpkg.com/@oclif/test/-/test-3.2.6.tgz#5ee01bcda02ca5f64488b5ee214a1d94e7eeeefc"
integrity sha512-UZAHGAG31lJUyLkGpE94E2Tt+cstGZ4FnS/fvcjeZMkUzlh78HcSHOQWj6FhT8Sd4v62TYYobXNADxEgp+qnng==
dependencies:
"@oclif/core" "^3.23.0"
"@oclif/core" "^3.25.2"
chai "^4.4.1"
fancy-test "^3.0.12"
fancy-test "^3.0.13"

"@octokit/auth-token@^2.4.4":
version "2.5.0"
Expand Down Expand Up @@ -3901,10 +3901,10 @@ external-editor@^3.0.3:
iconv-lite "^0.4.24"
tmp "^0.0.33"

fancy-test@^3.0.12:
version "3.0.12"
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-3.0.12.tgz#919482bd63ab949aec4a51690c857f8c125383b3"
integrity sha512-pboHMxTnbD72FBl/fgYAmBb6AjiF0OgI1osAnnzzuFgBrzbFQj5so3XlknKC9k3HFJIy0HerCTyDjz/YZ6aBIg==
fancy-test@^3.0.13:
version "3.0.14"
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-3.0.14.tgz#c5007291d7c36b07f0a8e7f235f2aa454bd66aac"
integrity sha512-FkiDltQA8PBZzw5tUnMrP1QtwIdNQWxxbZK5C22M9wu6HfFNciwkG3D9siT4l4s1fBTDaEG+Fdkbpi9FDTxtrg==
dependencies:
"@types/chai" "*"
"@types/lodash" "*"
Expand Down

0 comments on commit 4d73b7c

Please sign in to comment.