Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 2, 2023
1 parent a827aea commit 8aa006e
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 @@ -16,7 +16,7 @@
"devDependencies": {
"@commitlint/config-conventional": "^12.1.4",
"@oclif/plugin-help": "^5.2.17",
"@oclif/test": "^2.4.7",
"@oclif/test": "^2.5.1",
"@types/chai": "^4.3.5",
"@types/mocha": "^8",
"@types/node": "^15",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -686,13 +686,13 @@
lodash "^4.17.21"
semver "^7.5.4"

"@oclif/test@^2.4.7":
version "2.4.7"
resolved "https://registry.yarnpkg.com/@oclif/test/-/test-2.4.7.tgz#4372270157aa6598c0d1b61349b2eff4e2003193"
integrity sha512-r18sKGNUm/VGQ8BkSF9Kn7QeMGjGMDUrLxTDPzL5ERaBF5YSi+O9CT3mKhcFdrMwGnCqPVvlAdX4U/6gtYPy1A==
"@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==
dependencies:
"@oclif/core" "^2.11.10"
fancy-test "^2.0.34"
fancy-test "^2.0.35"

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

fancy-test@^2.0.34:
version "2.0.35"
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-2.0.35.tgz#18c0ccd767a7332bea186369a7e7a79a3b4582bb"
integrity sha512-XE0L7yAFOKY2jDnkBDDQ3JBD7xbBFwAFl1Z/5WNKBeVNlaEP08wuRTPE3xj2k+fnUp2CMUfD+6aiIS+4pcrjwg==
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==
dependencies:
"@types/chai" "*"
"@types/lodash" "*"
Expand Down

0 comments on commit 8aa006e

Please sign in to comment.