Skip to content

Commit

Permalink
fix: bump oclif/core
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Jul 11, 2021
1 parent f2e17fd commit 90e3c7b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -15,7 +15,7 @@
"bugs": "https://github.com/oclif/plugin-not-found/issues",
"dependencies": {
"@oclif/color": "^0.x",
"@oclif/core": "0.5.3",
"@oclif/core": "^0.5.21",
"cli-ux": "^5.5.1",
"fast-levenshtein": "^3.0.0",
"lodash": "^4.17.21"
Expand All @@ -34,9 +34,9 @@
"@types/node": "^15.6.1",
"@types/supports-color": "^8.1.0",
"chai": "^4.3.4",
"eslint-config-oclif-typescript": "^0.2.0",
"eslint-config-oclif": "^3.1.0",
"eslint": "^7.27.0",
"eslint-config-oclif": "^3.1.0",
"eslint-config-oclif-typescript": "^0.2.0",
"mocha": "^8.4.0",
"ts-node": "^9.1.1",
"typescript": "^4.2.4"
Expand Down
14 changes: 10 additions & 4 deletions yarn.lock
Expand Up @@ -107,17 +107,18 @@
is-wsl "^2.1.1"
tslib "^2.0.0"

"@oclif/core@0.5.3":
version "0.5.3"
resolved "https://registry.npmjs.org/@oclif/core/-/core-0.5.3.tgz#ac360e9a37aa8d57c93081906292a13d2c41bd52"
integrity sha512-MtaSCv6O3NagFPHPHYssYSHZ/K2BExI/zB6exaWA9kjycTYgnLABwUjw5kaHmX9WkXDNGOyjaHBhqmoRSozfOA==
"@oclif/core@^0.5.21":
version "0.5.21"
resolved "https://registry.npmjs.org/@oclif/core/-/core-0.5.21.tgz#9686b899fb8431275f3aa357ff110f8e6f2c968d"
integrity sha512-bfwh2ow3XeTgYXjV0h2dn5mq9261WZ/iaY0p2wL2lvRfMAFvGc1AbN5Wfd5s2hDhvU+dMP7fbHB1ymbTBJM5Ig==
dependencies:
"@oclif/linewrap" "^1.0.0"
chalk "^4.1.0"
clean-stack "^3.0.0"
cli-ux "^5.1.0"
debug "^4.1.1"
fs-extra "^9.0.1"
get-package-type "^0.1.0"
globby "^11.0.1"
indent-string "^4.0.0"
is-wsl "^2.1.1"
Expand Down Expand Up @@ -1515,6 +1516,11 @@ get-func-name@^2.0.0:
resolved "https://registry.yarnpkg.com/get-func-name/-/get-func-name-2.0.0.tgz#ead774abee72e20409433a066366023dd6887a41"
integrity sha1-6td0q+5y4gQJQzoGY2YCPdaIekE=

get-package-type@^0.1.0:
version "0.1.0"
resolved "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz#8de2d803cff44df3bc6c456e6668b36c3926e11a"
integrity sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==

get-stream@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14"
Expand Down

0 comments on commit 90e3c7b

Please sign in to comment.