From 66703edd05cd45a46e5d267a0b8cbcc921b23c3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Dec 2023 02:48:07 +0000 Subject: [PATCH] fix(deps): bump @oclif/core from 3.14.1 to 3.15.1 Bumps [@oclif/core](https://github.com/oclif/core) from 3.14.1 to 3.15.1. - [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/3.14.1...3.15.1) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-type: direct:production update-type: version-update:semver-minor ... 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 d782c6cb..e4104453 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Salesforce", "bugs": "https://github.com/salesforcecli/plugin-templates/issues", "dependencies": { - "@oclif/core": "^3.14.1", + "@oclif/core": "^3.15.1", "@salesforce/core": "^6.4.2", "@salesforce/sf-plugins-core": "^5.0.8", "@salesforce/templates": "^59.0.4", diff --git a/yarn.lock b/yarn.lock index f9e7694d..fd2bc39b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -768,10 +768,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.14.1", "@oclif/core@^3.3.1": - version "3.14.1" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.14.1.tgz#634fc96124068e47b720d62f3b278d818a07495e" - integrity sha512-HLFL2s45DFdqYI2CFjVS/CIQ4cQ4yZqH0XqO9nnwcRWYboz2rEW/vLmidjIYGDjh6xA/k5psiAL3O1KEjqSHuQ== +"@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.14.1", "@oclif/core@^3.15.1", "@oclif/core@^3.3.1": + version "3.15.1" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.15.1.tgz#e03fa775d658e76056150ac0c7b8097b6f51ab9c" + integrity sha512-d4457zVo2agLoJG97CmdY6M3BeP5sogBP3BtP65hUvJH6wA6Us1hdY3UiPPtD/ZzZImq7cATVMABuCF9tM+rWA== dependencies: ansi-escapes "^4.3.2" ansi-styles "^4.3.0" @@ -790,7 +790,7 @@ js-yaml "^3.14.1" natural-orderby "^2.0.3" object-treeify "^1.1.33" - password-prompt "^1.1.2" + password-prompt "^1.1.3" slice-ansi "^4.0.0" string-width "^4.2.3" strip-ansi "^6.0.1" @@ -6303,7 +6303,7 @@ pascal-case@^3.1.2: no-case "^3.0.4" tslib "^2.0.3" -password-prompt@^1.1.2: +password-prompt@^1.1.2, password-prompt@^1.1.3: version "1.1.3" resolved "https://registry.yarnpkg.com/password-prompt/-/password-prompt-1.1.3.tgz#05e539f4e7ca4d6c865d479313f10eb9db63ee5f" integrity sha512-HkrjG2aJlvF0t2BMH0e2LB/EHf3Lcq3fNMzy4GYHcQblAvOl+QQji1Lx7WRBMqpVK8p+KR7bCg7oqAMXtdgqyw==