From 49ea4ffe73dbb3f15cef177c74e9f9cfc7a563d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Feb 2023 02:58:03 +0000 Subject: [PATCH] fix(deps): bump @oclif/core from 2.1.2 to 2.1.7 Bumps [@oclif/core](https://github.com/oclif/core) from 2.1.2 to 2.1.7. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/core/compare/2.1.2...2.1.7) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-type: direct:production 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 7d1c2252..ac4d0c15 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "bugs": "https://github.com/oclif/plugin-update/issues", "dependencies": { "@oclif/color": "^1.0.4", - "@oclif/core": "^2.1.2", + "@oclif/core": "^2.1.7", "cross-spawn": "^7.0.3", "debug": "^4.3.1", "filesize": "^6.1.0", diff --git a/yarn.lock b/yarn.lock index 8cc3f7cc..4920be3a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -466,10 +466,10 @@ widest-line "^3.1.0" wrap-ansi "^7.0.0" -"@oclif/core@^2.0.3", "@oclif/core@^2.0.8", "@oclif/core@^2.1.2": - version "2.1.2" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.1.2.tgz#a3e47ed2274e47cb2b3dc1a16b5955cceae5d2d0" - integrity sha512-l7Kx+80zuDgi9o4gZe39XQeYvQuj6Hf+B31kXSUSntgXpfLdDbpFSZH/GP7tsldzG4icrpmSwnLDOz8MNB40Hg== +"@oclif/core@^2.0.3", "@oclif/core@^2.0.8", "@oclif/core@^2.1.2", "@oclif/core@^2.1.7": + version "2.1.7" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.1.7.tgz#d51d8758a195bb0d813d19a89b286756ddb0b51b" + integrity sha512-6QZvUmKHLqrESIW4mu8azE0sQ7I9LVC3iM9O4ipp53Pqe5pQhIyxv8tB/zvagmPxJXXiCbfPsBazeqjCcM3/tg== dependencies: "@types/cli-progress" "^3.11.0" ansi-escapes "^4.3.2" @@ -479,7 +479,7 @@ clean-stack "^3.0.1" cli-progress "^3.11.2" debug "^4.3.4" - ejs "^3.1.6" + ejs "^3.1.8" fs-extra "^9.1.0" get-package-type "^0.1.0" globby "^11.1.0" @@ -1829,7 +1829,7 @@ doctrine@^3.0.0: dependencies: esutils "^2.0.2" -ejs@^3.1.6: +ejs@^3.1.6, ejs@^3.1.8: version "3.1.8" resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.8.tgz#758d32910c78047585c7ef1f92f9ee041c1c190b" integrity sha512-/sXZeMlhS0ArkfX2Aw780gJzXSMPnKjtspYZv+f3NiKLlubezAHDU5+9xz6gd3/NhG3txQCo6xlglmTS+oTGEQ==