Skip to content

Commit

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

---
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] authored Apr 22, 2024
1 parent 3412591 commit c0a63e8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@oclif/plugin-help": "^6",
"@oclif/plugin-plugins": "^4",
"@oclif/prettier-config": "^0.2.1",
"@oclif/test": "^3.2.9",
"@oclif/test": "^3.2.10",
"@types/ansi-styles": "^3.2.1",
"@types/benchmark": "^2.1.5",
"@types/chai": "^4.3.11",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@
node-gyp "^10.0.0"
which "^4.0.0"

"@oclif/core@^3.25.2", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2":
"@oclif/core@^3.25.2", "@oclif/core@^3.26.2", "@oclif/core@^3.26.3":
version "3.26.4"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.4.tgz#ab0c6d06f699abaf0fa6186466f64f02a8435c61"
integrity sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==
Expand Down Expand Up @@ -805,12 +805,12 @@
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.9":
version "3.2.9"
resolved "https://registry.yarnpkg.com/@oclif/test/-/test-3.2.9.tgz#73b40d80f8e94b15dded0dd9333f5cf95a136f4c"
integrity sha512-eVZO4I29Ipp7WlwAZOmQ/Z0Dm/J9qnTUTAqKHlylEmp9JYfVQ3C+SqZVNNp3KJ+D/XJMC7xQ748JDBQFUZebbA==
"@oclif/test@^3.2.10":
version "3.2.10"
resolved "https://registry.yarnpkg.com/@oclif/test/-/test-3.2.10.tgz#48fdf3ebb339e81955a42c1e9a23f5f673c39261"
integrity sha512-9h6rMHnFS7zf0CLmfqtbAmdDSLpYF8otu25YpeqQXOX3b9TYeyfOvD61TkkxJ2T3zpqnrViNzifsF6gfM6xanQ==
dependencies:
"@oclif/core" "^3.26.0"
"@oclif/core" "^3.26.3"
chai "^4.4.1"
fancy-test "^3.0.14"

Expand Down

0 comments on commit c0a63e8

Please sign in to comment.