Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 7, 2023
1 parent d311ee1 commit 63a618c
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 @@ -36,7 +36,7 @@
],
"dependencies": {
"@oclif/core": "^1.23.0",
"@oclif/test": "^2.2.17",
"@oclif/test": "^2.2.19",
"@salesforce/core": "^3.32.12",
"@salesforce/kit": "^1.8.0",
"@salesforce/ts-types": "^1.7.1",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -570,10 +570,10 @@
is-wsl "^2.1.1"
tslib "^2.3.1"

"@oclif/core@^1.22.0", "@oclif/core@^1.23.0":
version "1.23.0"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.23.0.tgz#4bad6f950dd9431f90f481c7253b67857540def4"
integrity sha512-LnQoRtyQLQCsEHQsY7Ju0Z+g84XIVTxtVWr9hq81Juzj0o2f4zaFZ3f39VfnXvxI4m+QmROaoUJvr417eSEuhg==
"@oclif/core@^1.23.0", "@oclif/core@^1.23.1":
version "1.23.1"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-1.23.1.tgz#bebbbc4e02a4c1a4216d64165f892037f8a1e14a"
integrity sha512-nz7wVGesJ1Qg74p1KNKluZpQ3Z042mqdaRlczEI4Xwqj5s9jjdDBCDHNkiGzV4UAKzicVzipNj6qqhyUWKYnaA==
dependencies:
"@oclif/linewrap" "^1.0.0"
"@oclif/screen" "^3.0.3"
Expand Down Expand Up @@ -702,12 +702,12 @@
resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-3.0.3.tgz#e679ad10535e31d333f809f7a71335cc9aef1e55"
integrity sha512-KX8gMYA9ujBPOd1HFsV9e0iEx7Uoj8AG/3YsW4TtWQTg4lJvr82qNm7o/cFQfYRIt+jw7Ew/4oL4A22zOT+IRA==

"@oclif/test@^2.2.17":
version "2.2.17"
resolved "https://registry.yarnpkg.com/@oclif/test/-/test-2.2.17.tgz#82a1cec2321552e3bcc2cbc30546bbceaacdde6d"
integrity sha512-biReDlW5a6YkiJoMPa4tQYWQ8sXkBBMD94P7/NgqAL06wE62x4cyK8V55hcbV10QPe82IUl0w3Zx09zYsoLUyQ==
"@oclif/test@^2.2.19":
version "2.2.19"
resolved "https://registry.yarnpkg.com/@oclif/test/-/test-2.2.19.tgz#6e60a2aff0ba514b479342b1bd5e27fe859a2947"
integrity sha512-hqxM8XHu/17fKop3AZkWtXjXnUcQDOz71De2fNPX533aYfADyVyG8mw4JtkLIUzbNxFm5km+zoYWe5YWKDOnyg==
dependencies:
"@oclif/core" "^1.22.0"
"@oclif/core" "^1.23.1"
fancy-test "^2.0.10"

"@salesforce/bunyan@^2.0.0":
Expand Down

0 comments on commit 63a618c

Please sign in to comment.