Skip to content

Commit 837ebc8

Browse files
committed
fix: updated plugins plugin
1 parent b44554c commit 837ebc8

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@oclif/plugin-help": "2.1.0",
4242
"@oclif/plugin-legacy": "1.1.0",
4343
"@oclif/plugin-not-found": "1.2.0",
44-
"@oclif/plugin-plugins": "1.6.1",
44+
"@oclif/plugin-plugins": "1.6.2",
4545
"@oclif/plugin-update": "1.3.1",
4646
"@oclif/plugin-warn-if-update-available": "1.5.2",
4747
"@oclif/plugin-which": "1.0.1",
@@ -71,7 +71,7 @@
7171
"@types/node": "^10.9.4",
7272
"@types/supports-color": "^5.3.0",
7373
"@types/write-json-file": "^2.2.1",
74-
"aws-sdk": "^2.305.0",
74+
"aws-sdk": "^2.306.0",
7575
"chai": "^4.1.2",
7676
"jsonwebtoken": "^8.3.0",
7777
"lerna": "^3.2.1",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -815,17 +815,17 @@
815815
fast-levenshtein "^2.0.6"
816816
lodash "^4.17.10"
817817

818-
"@oclif/plugin-plugins@1.6.1":
819-
version "1.6.1"
820-
resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-1.6.1.tgz#2454fbbe9edc2502c9c6882744cb87aae62d6d47"
818+
"@oclif/plugin-plugins@1.6.2":
819+
version "1.6.2"
820+
resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-1.6.2.tgz#0733dca5bcf817f520867a9d077cc66f6add38d7"
821821
dependencies:
822822
"@oclif/color" "^0.0.0"
823823
"@oclif/command" "^1.5.0"
824824
chalk "^2.4.1"
825-
cli-ux "^4.8.0"
825+
cli-ux "^4.8.1"
826826
debug "^3.1.0"
827827
fs-extra "^7.0.0"
828-
http-call "^5.2.0"
828+
http-call "^5.2.2"
829829
load-json-file "^5.0.0"
830830
npm-run-path "^2.0.2"
831831
semver "^5.5.1"
@@ -1392,9 +1392,9 @@ atob@^2.1.1:
13921392
version "2.1.2"
13931393
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
13941394

1395-
aws-sdk@^2.305.0:
1396-
version "2.305.0"
1397-
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.305.0.tgz#90236eca599adac65001264b1f651a48ffbf8cc5"
1395+
aws-sdk@^2.306.0:
1396+
version "2.306.0"
1397+
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.306.0.tgz#104f69b6d2291ba94cb401105514c242be51aac4"
13981398
dependencies:
13991399
buffer "4.9.1"
14001400
events "1.1.1"

0 commit comments

Comments
 (0)