From 5aefe2dc5cfc09a1381fe98274b6198901429251 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Apr 2023 17:58:18 +0000 Subject: [PATCH] chore(dev-deps): bump oclif from 3.7.0 to 3.7.3 Bumps [oclif](https://github.com/oclif/oclif) from 3.7.0 to 3.7.3. - [Release notes](https://github.com/oclif/oclif/releases) - [Changelog](https://github.com/oclif/oclif/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/oclif/compare/3.7.0...3.7.3) --- updated-dependencies: - dependency-name: oclif dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index d9ca403d..14d7a54a 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "husky": "^7.0.4", "mocha": "^9.1.3", "nyc": "^15.1.0", - "oclif": "^3.7.0", + "oclif": "^3.7.3", "prettier": "^2.8.7", "pretty-quick": "^3.1.0", "shx": "0.3.4", diff --git a/yarn.lock b/yarn.lock index 781bbcdc..dc7bc00c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -732,7 +732,7 @@ widest-line "^3.1.0" wrap-ansi "^7.0.0" -"@oclif/core@^2.3.0", "@oclif/core@^2.3.1", "@oclif/core@^2.4.0", "@oclif/core@^2.8.0": +"@oclif/core@^2.3.1", "@oclif/core@^2.4.0", "@oclif/core@^2.8.0": version "2.8.0" resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.8.0.tgz#4948de3168804169fa68895af8ec4853f332b307" integrity sha512-A2wHItFrD/WOw5bJ6Mtv9MD7If0bsKNR0pwEY0me+fo4HSXlJOtgYGqmzb8t8akX3DUUT7XsjPajsoHLkIJyvg== @@ -5810,12 +5810,12 @@ object.values@^1.1.5, object.values@^1.1.6: define-properties "^1.1.4" es-abstract "^1.20.4" -oclif@^3.7.0: - version "3.7.0" - resolved "https://registry.yarnpkg.com/oclif/-/oclif-3.7.0.tgz#6507033312dbcae25e99050010c33d67a31e93a3" - integrity sha512-LtLc7/3lOQ0d6/JKGj8QriIK/MiIcjZXVX3WoynbXUswG/X8oIsSr1+F6Q69VVbXnjbYlbfiP+uYASr36Mrjzg== +oclif@^3.7.0, oclif@^3.7.3: + version "3.7.3" + resolved "https://registry.yarnpkg.com/oclif/-/oclif-3.7.3.tgz#822bb37626e65bf49d6644f07477dc3523fe0f4f" + integrity sha512-yQ85UkSJAsDIRx0DXrp287GyvsBc2piyk3a8wup8/T+wxmsdEvWW+SaDWIQfpHNzMHYHrGus0hGW2ZwNvcNgjg== dependencies: - "@oclif/core" "^2.3.0" + "@oclif/core" "^2.8.0" "@oclif/plugin-help" "^5.1.19" "@oclif/plugin-not-found" "^2.3.7" "@oclif/plugin-warn-if-update-available" "^2.0.14"