Skip to content

Commit

Permalink
fix: bump oclif
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Jan 18, 2023
1 parent 9187e4a commit 9cddc99
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"husky": "6",
"mocha": "^9.2.2",
"nock": "^13.3.0",
"oclif": "^3.4.4",
"oclif": "^3.4.5",
"shx": "^0.3.4",
"ts-node": "^10.7.0",
"typescript": "4.9.4"
Expand Down Expand Up @@ -84,4 +84,4 @@
"version": "oclif readme && git add README.md"
},
"types": "lib/index.d.ts"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4035,10 +4035,10 @@ object-treeify@^1.1.33:
resolved "https://registry.yarnpkg.com/object-treeify/-/object-treeify-1.1.33.tgz#f06fece986830a3cba78ddd32d4c11d1f76cdf40"
integrity sha512-EFVjAYfzWqWsBMRHPMAXLCDIJnpMhdWAqR7xG6M6a2cs6PMFpl/+Z20w9zDW4vkxOFfddegBKq9Rehd0bxWE7A==

oclif@^3.4.4:
version "3.4.4"
resolved "https://registry.yarnpkg.com/oclif/-/oclif-3.4.4.tgz#6fd092f72ef206b17a3b2c0b77868c5b3f5da9c9"
integrity sha512-+30GvwIFaN7PuZIhqRwzoyxhnYjL65a0d2QzDhebKzNcChZTdONK9S0dbTnjrEjlGfiWAb7luvYdNC8OznL+XA==
oclif@^3.4.5:
version "3.4.5"
resolved "https://registry.yarnpkg.com/oclif/-/oclif-3.4.5.tgz#0eb96914c6edb9f727767e1433a694783680df54"
integrity sha512-eBgRPGPDtH1UJSIZ6UGIv5c0vRUxw4iGTjADPpPrd46pQx0yGImOxjLCjIVZzNOftajXeqpc7o0NJAwGU/cFWQ==
dependencies:
"@oclif/core" "^1.24.1"
"@oclif/plugin-help" "^5.1.19"
Expand Down

0 comments on commit 9cddc99

Please sign in to comment.