Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 15, 2023
1 parent 132de8b commit f46784b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@oclif/plugin-help": "^5.2.11",
"@oclif/test": "^2.3.26",
"@oclif/test": "^2.3.28",
"@types/chai": "^4.3.5",
"@types/lodash": "^4.14.195",
"@types/mocha": "^8.0.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -491,13 +491,13 @@
lodash "^4.17.21"
semver "^7.3.8"

"@oclif/test@^2.3.26":
version "2.3.26"
resolved "https://registry.yarnpkg.com/@oclif/test/-/test-2.3.26.tgz#4ad3e6473ff8674a4d16a2f76935a9e6ab5b9207"
integrity sha512-oGvfgtreGcr5EIOGHv00PKO3eGpyJt2G6kqzuCH9NkJq4c/RngOmG8DEk/wXRN0gb3Y8AH+bQ6edJcW5/3jwKQ==
"@oclif/test@^2.3.28":
version "2.3.28"
resolved "https://registry.yarnpkg.com/@oclif/test/-/test-2.3.28.tgz#e5169994e31977368d204fb9546930b27afc81e4"
integrity sha512-Eee3efwfHHdgZIwOUGFEe8p4d8YEWFYKHoAezxdXzXVOtV4L9r7Oq6KH8dXGBy8yjYDleydwn0PqoZGhFeLxYQ==
dependencies:
"@oclif/core" "^2.8.11"
fancy-test "^2.0.27"
fancy-test "^2.0.28"

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

fancy-test@^2.0.27:
version "2.0.27"
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-2.0.27.tgz#81e6952052bdf48f0e53676fad2f6b534abf324f"
integrity sha512-NUhkIpeHc4ebvkGLhQmlwpd9hd/ytOXTEmX2dFJ0e5VL61Ds7/RUHUmdSRY27VWil+uAuWSU8q6mUymrkxHC8Q==
fancy-test@^2.0.28:
version "2.0.29"
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-2.0.29.tgz#4f7d48a04fc7dc85b0e4321c8a655320c1ca9c53"
integrity sha512-jyr991jVTf+JkoXVJtvN5kk9IuWhHjZrZTBgLwqtyupgvKbWCw1rmiiPX3BG922E2RcoRg1wY1rIxnVoRIRKQg==
dependencies:
"@types/chai" "*"
"@types/lodash" "*"
Expand Down

0 comments on commit f46784b

Please sign in to comment.