From 760a7b5fb160789fdebbb1e5985d188ca86a43ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 06:56:31 +0000 Subject: [PATCH] chore(dev-deps): bump oclif from 4.22.96 to 4.23.0 Bumps [oclif](https://github.com/oclif/oclif) from 4.22.96 to 4.23.0. - [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/4.22.96...4.23.0) --- updated-dependencies: - dependency-name: oclif dependency-version: 4.23.0 dependency-type: direct:development 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 ce5faf1e..5eaf1c49 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "husky": "^9.1.7", "lint-staged": "^15", "mocha": "^11", - "oclif": "^4.22.96", + "oclif": "^4.23.0", "prettier": "^3.8.2", "shx": "^0.4.0", "ts-node": "^10.9.2", diff --git a/yarn.lock b/yarn.lock index 1c9360e4..9ab76d21 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5791,7 +5791,7 @@ lodash.upperfirst@^4.3.1: resolved "https://registry.yarnpkg.com/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz#1365edf431480481ef0d1c68957a5ed99d49f7ce" integrity sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg== -lodash@^4.17.21, lodash@^4.17.23: +lodash@^4.17.21, lodash@^4.17.23, lodash@^4.18.1: version "4.18.1" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.18.1.tgz#ff2b66c1f6326d59513de2407bf881439812771c" integrity sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q== @@ -6140,10 +6140,10 @@ object.values@^1.2.1: define-properties "^1.2.1" es-object-atoms "^1.0.0" -oclif@^4.22.96: - version "4.22.96" - resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.22.96.tgz#a5adc7d64947c65df17b31c5f05463d187707efa" - integrity sha512-aWM9cMb7Q3KW09qi5Mkw0Hq9sIM7DjVlyMAUl8Q2FP3+e5afBlUU9vmL3EJazVPhqcbg5u18E3z+6kCMk72KYw== +oclif@^4.23.0: + version "4.23.0" + resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.23.0.tgz#217af04e05bdc26e4bd856597fa342983775329a" + integrity sha512-0Rz8YsJx6NQORMgyDeDr6i0OlJa6h4oLXBht9iRZhn/YI/by/ONKgcJIPXyTgeLK21JmhbFqJn6Y1AME0EH1Dw== dependencies: "@aws-sdk/client-cloudfront" "3.1009.0" "@aws-sdk/client-s3" "3.1014.0" @@ -6163,7 +6163,7 @@ oclif@^4.22.96: fs-extra "^8.1" github-slugger "^2" got "^13" - lodash "^4.17.23" + lodash "^4.18.1" normalize-package-data "^6" semver "^7.7.4" sort-package-json "^2.15.1"