From f183bbc3651d9698ec12cc0149c6da99e74814dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Mar 2023 10:57:17 +0000 Subject: [PATCH] chore(dev-deps): bump oclif from 3.7.0 to 3.7.2 Bumps [oclif](https://github.com/oclif/oclif) from 3.7.0 to 3.7.2. - [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.2) --- 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 | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 5232dfa0..4a77ca80 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "eslint-config-oclif": "^4.0.0", "eslint-config-oclif-typescript": "^1.0.3", "mocha": "^9.2.2", - "oclif": "^3.7.0", + "oclif": "^3.7.2", "shx": "^0.3.4", "ts-node": "^9.1.1", "typescript": "^4.6.3" diff --git a/yarn.lock b/yarn.lock index 80c9f399..d3e261ae 100644 --- a/yarn.lock +++ b/yarn.lock @@ -498,10 +498,10 @@ widest-line "^3.1.0" wrap-ansi "^7.0.0" -"@oclif/core@^2.3.0", "@oclif/core@^2.6.2", "@oclif/core@^2.6.4": - version "2.6.4" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.6.4.tgz#40a35355fece01cdedecaf8d8d523d92d47a408b" - integrity sha512-QkmPEdMsC8z/9d02bQvYZuviJhvK92YD/GJ5LlUk7cc8hEZ1JOLSwFg3i2EjlLNXn8OtOQHoe+EeOEaRWROuVA== +"@oclif/core@^2.6.2", "@oclif/core@^2.6.4", "@oclif/core@^2.7.1": + version "2.7.1" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.7.1.tgz#3f38c1ace1675d80b0bbaa3ae5d4572b8fa04c22" + integrity sha512-HnaZ0ezNJUGok4uACOmVl05aSrCblmuq5Sqyg3Qa8aLFnTBuvHn3d67fTJKSttyAnJ5LI3zw8e5vzLD7WZuP0A== dependencies: "@types/cli-progress" "^3.11.0" ansi-escapes "^4.3.2" @@ -3651,12 +3651,12 @@ object-treeify@^1.1.33: resolved "https://registry.npmjs.org/object-treeify/-/object-treeify-1.1.33.tgz#f06fece986830a3cba78ddd32d4c11d1f76cdf40" integrity sha512-EFVjAYfzWqWsBMRHPMAXLCDIJnpMhdWAqR7xG6M6a2cs6PMFpl/+Z20w9zDW4vkxOFfddegBKq9Rehd0bxWE7A== -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.2: + version "3.7.2" + resolved "https://registry.yarnpkg.com/oclif/-/oclif-3.7.2.tgz#52bcfc5fcdf996fc7f27a9d3729f63aa0c8225e3" + integrity sha512-mKzQQ4GFbsuqtzvN3nHYZu2SYLDX670Sa7UItTCOFNJY3S/e65Dcj+Nx/dBPMolESWjW6fIk8I8+kuGeiGVNXw== dependencies: - "@oclif/core" "^2.3.0" + "@oclif/core" "^2.7.1" "@oclif/plugin-help" "^5.1.19" "@oclif/plugin-not-found" "^2.3.7" "@oclif/plugin-warn-if-update-available" "^2.0.14"