Skip to content

Commit e11f300

Browse files
chore(dev-deps): bump oclif from 4.22.95 to 4.22.96 (#808)
Bumps [oclif](https://github.com/oclif/oclif) from 4.22.95 to 4.22.96. - [Release notes](https://github.com/oclif/oclif/releases) - [Changelog](https://github.com/oclif/oclif/blob/main/CHANGELOG.md) - [Commits](oclif/oclif@4.22.95...4.22.96) --- updated-dependencies: - dependency-name: oclif dependency-version: 4.22.96 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1dc3661 commit e11f300

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"husky": "^9.1.7",
2828
"lint-staged": "^15",
2929
"mocha": "^10.8.2",
30-
"oclif": "^4.22.95",
30+
"oclif": "^4.22.96",
3131
"prettier": "^3.8.1",
3232
"shx": "^0.4.0",
3333
"ts-node": "^10.9.2",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1854,10 +1854,10 @@
18541854
validate-npm-package-name "^5.0.0"
18551855
yarn "^1.22.21"
18561856

1857-
"@oclif/plugin-warn-if-update-available@^3.1.55":
1858-
version "3.1.55"
1859-
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.55.tgz#abe4e166506f8399b561bf6fea3763960935b336"
1860-
integrity sha512-VIEBoaoMOCjl3y+w/kdfZMODi0mVMnDuM0vkBf3nqeidhRXVXq87hBqYDdRwN1XoD+eDfE8tBbOP7qtSOONztQ==
1857+
"@oclif/plugin-warn-if-update-available@^3.1.57":
1858+
version "3.1.57"
1859+
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.57.tgz#c3a6543dd1be6afc45705fc102ccb73695cf4cff"
1860+
integrity sha512-y8BiMMiX3gnDO3kSck7R61bB74N8SI38pN9LbpaDlhZcjcN27wuIR5trePFxTxx85iow1YC5qvzYtwUZsDVjXg==
18611861
dependencies:
18621862
"@oclif/core" "^4"
18631863
ansis "^3.17.0"
@@ -7363,10 +7363,10 @@ object.values@^1.2.1:
73637363
define-properties "^1.2.1"
73647364
es-object-atoms "^1.0.0"
73657365

7366-
oclif@^4.22.95:
7367-
version "4.22.95"
7368-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.22.95.tgz#702cabd3d348cd6747045553b49c6c8c2c81ebb7"
7369-
integrity sha512-EOeZmbtMqED56n1OSDw/EKoVYwcioowuEB6gn59E/8EKRhG3A/2iE3AcOFpETt5XkHZaXikLC0ezXEVOA0YN2Q==
7366+
oclif@^4.22.96:
7367+
version "4.22.96"
7368+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.22.96.tgz#a5adc7d64947c65df17b31c5f05463d187707efa"
7369+
integrity sha512-aWM9cMb7Q3KW09qi5Mkw0Hq9sIM7DjVlyMAUl8Q2FP3+e5afBlUU9vmL3EJazVPhqcbg5u18E3z+6kCMk72KYw==
73707370
dependencies:
73717371
"@aws-sdk/client-cloudfront" "3.1009.0"
73727372
"@aws-sdk/client-s3" "3.1014.0"
@@ -7376,7 +7376,7 @@ oclif@^4.22.95:
73767376
"@oclif/core" "4.9.0"
73777377
"@oclif/plugin-help" "^6.2.38"
73787378
"@oclif/plugin-not-found" "^3.2.76"
7379-
"@oclif/plugin-warn-if-update-available" "^3.1.55"
7379+
"@oclif/plugin-warn-if-update-available" "^3.1.57"
73807380
ansis "^3.16.0"
73817381
async-retry "^1.3.3"
73827382
change-case "^4"

0 commit comments

Comments
 (0)