Skip to content

Commit

Permalink
fix: bump plugin-plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Aug 11, 2023
1 parent 100683d commit 7c95e1e
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@oclif/core": "^2",
"@oclif/plugin-help": "^5",
"@oclif/plugin-plugins": "^3.2.1"
"@oclif/plugin-plugins": "^3.2.2"
},
"devDependencies": {
"@oclif/test": "^2.4.2",
Expand Down Expand Up @@ -72,4 +72,4 @@
"oclif"
],
"types": "dist/index.d.ts"
}
}
48 changes: 42 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@
supports-color "^8.1.1"
tslib "^2"

"@oclif/core@^2", "@oclif/core@^2.11.1", "@oclif/core@^2.11.4", "@oclif/core@^2.8.7", "@oclif/core@^2.9.3":
"@oclif/core@^2", "@oclif/core@^2.11.1", "@oclif/core@^2.11.4", "@oclif/core@^2.9.3":
version "2.11.7"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.11.7.tgz#7781a4dc65597ed9d8fda39cb1b209efca1c2d24"
integrity sha512-0jbHePVekndUTd+Wee0+pnCpRhuHJrKiG9OtMqf4JSBCxp5Q8V+ACf8QKN4gNH9ppbGORfnTIYtXWh60+DcIiw==
Expand Down Expand Up @@ -680,6 +680,42 @@
wordwrap "^1.0.0"
wrap-ansi "^7.0.0"

"@oclif/core@^2.11.8":
version "2.11.8"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.11.8.tgz#780c4fdf53e8569cf754c2a8fefcc7ddeacf1747"
integrity sha512-GILmztcHBzze45GvxRpUvqQI5nM26kSE/Q21Y+6DtMR+C8etM/hFW26D3uqIAbGlGtg5QEZZ6pjA/Fqgz+gl3A==
dependencies:
"@types/cli-progress" "^3.11.0"
ansi-escapes "^4.3.2"
ansi-styles "^4.3.0"
cardinal "^2.1.1"
chalk "^4.1.2"
clean-stack "^3.0.1"
cli-progress "^3.12.0"
debug "^4.3.4"
ejs "^3.1.8"
fs-extra "^9.1.0"
get-package-type "^0.1.0"
globby "^11.1.0"
hyperlinker "^1.0.0"
indent-string "^4.0.0"
is-wsl "^2.2.0"
js-yaml "^3.14.1"
natural-orderby "^2.0.3"
object-treeify "^1.1.33"
password-prompt "^1.1.2"
semver "^7.5.3"
slice-ansi "^4.0.0"
string-width "^4.2.3"
strip-ansi "^6.0.1"
supports-color "^8.1.1"
supports-hyperlinks "^2.2.0"
ts-node "^10.9.1"
tslib "^2.5.0"
widest-line "^3.1.0"
wordwrap "^1.0.0"
wrap-ansi "^7.0.0"

"@oclif/plugin-help@^5", "@oclif/plugin-help@^5.2.14":
version "5.2.15"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-5.2.15.tgz#3880e02689db948a868d2a6ce413fa667f189a2e"
Expand All @@ -696,13 +732,13 @@
"@oclif/core" "^2.9.3"
fast-levenshtein "^3.0.0"

"@oclif/plugin-plugins@^3.2.1":
version "3.2.1"
resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-3.2.1.tgz#04c05bf8c8047d6d01a636de989478876b7eafc6"
integrity sha512-bxTHVMgBz9okTLrqeACzux5fBlqhhLb+mE2B4UyJaWWk7YYgq86I+KVOkD2dmkIX9cbV1xT3Z6Pt6/CV7LRX3Q==
"@oclif/plugin-plugins@^3.2.2":
version "3.2.2"
resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-3.2.2.tgz#3ebd3ed69ba1b432e336f16e52794257ebe589f1"
integrity sha512-7zzoNtDHRM+qjg7S/LIC4RSTaEaI2bqJpS87ceic2IF672Vcq6VfuTCHjhh2W0EhypncdxVCiFv8jBWkLTv/xw==
dependencies:
"@oclif/color" "^1.0.4"
"@oclif/core" "^2.8.7"
"@oclif/core" "^2.11.8"
chalk "^4.1.2"
debug "^4.3.4"
fs-extra "^9.0"
Expand Down

0 comments on commit 7c95e1e

Please sign in to comment.