From 87f560353bea9c0528019fbf48c99aa38b2835f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 16:07:11 +0000 Subject: [PATCH] fix(deps): bump @oclif/core from 3.26.2 to 3.26.6 Bumps [@oclif/core](https://github.com/oclif/core) from 3.26.2 to 3.26.6. - [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.26.2...3.26.6) --- 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 4b9f4f4..b11140a 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Various commands for enabling salesforce development with the sf cli", "version": "1.0.1", "dependencies": { - "@oclif/core": "^3.26.2", + "@oclif/core": "^3.26.6", "@salesforce/core": "^7.3.8", "@salesforce/sf-plugins-core": "^9.0.1" }, diff --git a/yarn.lock b/yarn.lock index ce2f440..c04c40f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1652,10 +1652,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/core@^3.26.0", "@oclif/core@^3.26.2": - version "3.26.2" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.2.tgz#92a92516e1309e5b1241c1b4932ab1d2546e294a" - integrity sha512-Gpn21jKjcOx0TecI1wLJrY/65jtgJx5f1GzTc81oKvEpKes1b3Li2SMZygRaWRpcQ3wjN0d7lTPi8WwLsmTBjA== +"@oclif/core@^3.26.0", "@oclif/core@^3.26.6": + version "3.26.6" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.6.tgz#f371868cfa0fe150a6547e6af98b359065d2f971" + integrity sha512-+FiTw1IPuJTF9tSAlTsY8bGK4sgthehjz7c2SvYdgQncTkxI2xvUch/8QpjNYGLEmUneNygvYMRBax2KJcLccA== dependencies: "@types/cli-progress" "^3.11.5" ansi-escapes "^4.3.2" @@ -1666,7 +1666,7 @@ cli-progress "^3.12.0" color "^4.2.3" debug "^4.3.4" - ejs "^3.1.9" + ejs "^3.1.10" get-package-type "^0.1.0" globby "^11.1.0" hyperlinker "^1.0.0" @@ -3620,7 +3620,7 @@ ecdsa-sig-formatter@1.0.11: dependencies: safe-buffer "^5.0.1" -ejs@^3.1.9: +ejs@^3.1.10, ejs@^3.1.9: version "3.1.10" resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.10.tgz#69ab8358b14e896f80cc39e62087b88500c3ac3b" integrity sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==