Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 30, 2024
1 parent 755c203 commit 73f5451
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": {
"@commitlint/config-conventional": "^18",
"@oclif/prettier-config": "^0.2.1",
"@oclif/test": "^3.2.7",
"@oclif/test": "^3.2.8",
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.6",
"@types/node": "^18",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1071,14 +1071,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.7":
version "3.2.7"
resolved "https://registry.yarnpkg.com/@oclif/test/-/test-3.2.7.tgz#40db1012ceec8d63a490cf9f66186e714c232896"
integrity sha512-Eq1w24z7PUQZaq1MiJbb0/OFcb/KN0tIYO2lSJZ5QFLSNxKYw7ctijSG2huFnH28ex8cWVaU00/x7Tzzzofp4w==
"@oclif/test@^3.2.8":
version "3.2.8"
resolved "https://registry.yarnpkg.com/@oclif/test/-/test-3.2.8.tgz#ce2388e1910d315005c6a66fbde8cffaf1b77a20"
integrity sha512-aC523gJxzRxzL1P1m2Mrdu/xl0FG+ho8GAcZtdUKNOMM6te2iwR481GRzs8B0xDtAPNi0jZWiPFetbyR7mh/kA==
dependencies:
"@oclif/core" "^3.26.0"
chai "^4.4.1"
fancy-test "^3.0.13"
fancy-test "^3.0.14"

"@sindresorhus/is@^5.2.0":
version "5.6.0"
Expand Down Expand Up @@ -3072,10 +3072,10 @@ execa@^5.0.0:
signal-exit "^3.0.3"
strip-final-newline "^2.0.0"

fancy-test@^3.0.13:
version "3.0.13"
resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-3.0.13.tgz#4164de4251952f3055419537b09d59823399dc8d"
integrity sha512-lOXntvGxCLknfTx3zWggtoRGNyk/lSHg6OvR1r8WtUlBRt/lcyYzW9rvHP3eBgxRo6Ii7cvMlvtA53N8TOvmzw==
fancy-test@^3.0.14:
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 73f5451

Please sign in to comment.