From 9259dfeeacde6a8111d550a2d88880d29ccf9c8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Mar 2023 22:56:52 +0000 Subject: [PATCH 1/2] fix(deps): bump @oclif/core from 2.6.2 to 2.6.4 Bumps [@oclif/core](https://github.com/oclif/core) from 2.6.2 to 2.6.4. - [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.6.2...2.6.4) --- 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 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2939ac42..451ff80d 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Salesforce", "bugs": "https://github.com/oclif/test/issues", "dependencies": { - "@oclif/core": "^2.6.2", + "@oclif/core": "^2.6.4", "fancy-test": "^2.0.13" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 2b4a130b..3af2dddc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -292,10 +292,10 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@oclif/core@^2.6.2": - version "2.6.2" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.6.2.tgz#6ec15faf0c1e0e01e3c13c1c33827c12baaf0c88" - integrity sha512-roxcBLr4BuoOEDEkMQk4Yy0Tolr39n6i+A63qPLa19vrgxjZZJygh2HpThsn69/UPuEzMq051FnvJ9tNln3Y5g== +"@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== dependencies: "@types/cli-progress" "^3.11.0" ansi-escapes "^4.3.2" From 436eaff02b1432e975c9bc8b738f0ba350ed0c9b Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 19 Mar 2023 02:54:02 +0000 Subject: [PATCH 2/2] chore(release): 2.3.11 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0164783e..0f711c42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.3.11](https://github.com/oclif/test/compare/2.3.10...2.3.11) (2023-03-19) + + +### Bug Fixes + +* **deps:** bump @oclif/core from 2.6.2 to 2.6.4 ([9259dfe](https://github.com/oclif/test/commit/9259dfeeacde6a8111d550a2d88880d29ccf9c8c)) + + + ## [2.3.10](https://github.com/oclif/test/compare/2.3.9...2.3.10) (2023-03-09) diff --git a/package.json b/package.json index 451ff80d..f67f03b4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/test", "description": "test helpers for oclif components", - "version": "2.3.10", + "version": "2.3.11", "author": "Salesforce", "bugs": "https://github.com/oclif/test/issues", "dependencies": {