diff --git a/package.json b/package.json index c7c90a3b..ee85553b 100644 --- a/package.json +++ b/package.json @@ -5,11 +5,11 @@ "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/oclif/plugin-help/issues", "dependencies": { - "@oclif/core": "^0.5.29" + "@oclif/core": "^0.5.31" }, "devDependencies": { "@oclif/dev-cli": "^1.26.0", - "@oclif/plugin-plugins": "^1.7.6", + "@oclif/plugin-plugins": "^1.10.1", "@oclif/test": "core-v1", "@types/chai": "^4.1.7", "@types/mocha": "^8.0.0", diff --git a/yarn.lock b/yarn.lock index 2b997e90..5fb841a3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -128,10 +128,10 @@ is-wsl "^2.1.1" tslib "^2.0.0" -"@oclif/core@^0.5.29": - version "0.5.29" - resolved "https://registry.npmjs.org/@oclif/core/-/core-0.5.29.tgz#97d02f6f06d94f457d494d6cb526d6bbcb37f7ec" - integrity sha512-v5MMxeTgEKbVcEl7D3jsTVL8Wy3lLTDj0KHX7cOmI751yfjdAOqy9frHQ6IXssxubDkBW6sXzbYN9Bw12zsBqg== +"@oclif/core@^0.5.31": + version "0.5.31" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-0.5.31.tgz#2f2b4d0b0dad4056d65fae4803a429633deb0452" + integrity sha512-VPWOR8RORgVlmuulcx/aft1nBhTjT7YiwCeZB/bAiNgqCQ4YncoeIIPJPJs/A0a0dIeOYACfxlp1Xw7vznpISg== dependencies: "@oclif/linewrap" "^1.0.0" chalk "^4.1.0" @@ -233,9 +233,9 @@ fast-levenshtein "^2.0.6" lodash "^4.17.13" -"@oclif/plugin-plugins@^1.7.6": +"@oclif/plugin-plugins@^1.10.1": version "1.10.1" - resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-1.10.1.tgz#13666d7c2f591a77f7a16334feee59f9eb216eb1" + resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-1.10.1.tgz#13666d7c2f591a77f7a16334feee59f9eb216eb1" integrity sha512-JDUA3NtOa4OlH8ofUBXQMTFlpEkSmeE9BxoQTD6+BeUvMgqFuZThENucRvCD00sywhCmDngmIYN59gKcXpGJeQ== dependencies: "@oclif/color" "^0.x" @@ -4862,9 +4862,9 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@4.3.5: +typescript@^4.3.5: version "4.3.5" - resolved "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.5.tgz#4d1c37cc16e893973c45a06886b7113234f119f4" integrity sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA== union-value@^1.0.0: