Skip to content

Commit

Permalink
Merge pull request #257 from oclif/origin/phale/W-10121580-master
Browse files Browse the repository at this point in the history
fix: remove lodash.template transient dep
  • Loading branch information
peternhale authored Dec 6, 2021
2 parents e941f25 + 7f7c006 commit 978d2cf
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 20 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
"dependencies": {
"@heroku-cli/command": "^8.5.0",
"@oclif/color": "^0.1.2",
"@oclif/command": "^1.8.6",
"@oclif/command": "^1.8.7",
"ansi-escapes": "^4.3.1",
"debug": "^4.1.0",
"semver": "^7.3.2",
"tslib": "^2.0.0"
},
"devDependencies": {
"@heroku-cli/plugin-apps": "^7.59.1",
"@oclif/config": "^1.18.1",
"@oclif/dev-cli": "^1.26.6",
"@oclif/config": "^1.18.2",
"@oclif/dev-cli": "^1.26.7",
"@oclif/errors": "^1.3.5",
"@oclif/plugin-help": "^3.2.10",
"@oclif/plugin-help": "^3.2.11",
"@oclif/test": "1.2.8",
"@types/chai": "^4.1.6",
"@types/mocha": "^8.0.0",
Expand Down
72 changes: 56 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,18 @@
debug "^4.1.1"
semver "^7.3.2"

"@oclif/command@^1.8.7":
version "1.8.7"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.8.7.tgz#825d34bea8e93cecfaf0cb9bf327f4ab87cd0714"
integrity sha512-5DRLd2WHppuKsudHe8rCZnjgEpA2/6P4zxrLwWBXrGz+/kzA/RWcPJgkcdfm1uBCEgHMSWZP4MX21d4lAB1vYA==
dependencies:
"@oclif/config" "^1.18.1"
"@oclif/errors" "^1.3.5"
"@oclif/parser" "^3.8.6"
"@oclif/plugin-help" "^3.2.10"
debug "^4.1.1"
semver "^7.3.2"

"@oclif/config@^1", "@oclif/config@^1.15.1":
version "1.17.0"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.17.0.tgz#ba8639118633102a7e481760c50054623d09fcab"
Expand Down Expand Up @@ -412,16 +424,28 @@
is-wsl "^2.1.1"
tslib "^2.0.0"

"@oclif/dev-cli@^1.26.6":
version "1.26.6"
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.26.6.tgz#a18a6eef7753c9cba02421e3c770c872edfb0b8a"
integrity sha512-C+bRSmhPXVZj/NpJgtRORm85TapAgMdpWpNtOE62Gwio1ci77h8iMgbwtAQyK/pv6gcbv8JXihEd7/KllLy/tQ==
"@oclif/config@^1.18.2":
version "1.18.2"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.18.2.tgz#5bfe74a9ba6a8ca3dceb314a81bd9ce2e15ebbfe"
integrity sha512-cE3qfHWv8hGRCP31j7fIS7BfCflm/BNZ2HNqHexH+fDrdF2f1D5S8VmXWLC77ffv3oDvWyvE9AZeR0RfmHCCaA==
dependencies:
"@oclif/command" "^1.8.6"
"@oclif/config" "^1.18.1"
"@oclif/errors" "^1.3.3"
"@oclif/parser" "^3.8.0"
debug "^4.1.1"
globby "^11.0.1"
is-wsl "^2.1.1"
tslib "^2.0.0"

"@oclif/dev-cli@^1.26.7":
version "1.26.7"
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.26.7.tgz#90647b94df3da3a3f8b971ed17a622985ed060a2"
integrity sha512-4J0v7aSQG4gqMMcgEf/9IqKOqmCKAkzrDgAbJPB65kDtmYGbE+msmTzVVsJOnEGR4TFJ19q8unTjU/SKmWAeVQ==
dependencies:
"@oclif/command" "^1.8.7"
"@oclif/config" "^1.18.2"
"@oclif/errors" "^1.3.5"
"@oclif/plugin-help" "^3.2.10"
cli-ux "^5.6.4"
"@oclif/plugin-help" "^3.2.11"
cli-ux "^5.6.5"
debug "^4.1.1"
find-yarn-workspace-root "^2.0.0"
fs-extra "^8.1"
Expand Down Expand Up @@ -510,6 +534,22 @@
widest-line "^3.1.0"
wrap-ansi "^6.2.0"

"@oclif/plugin-help@^3.2.11":
version "3.2.11"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-3.2.11.tgz#241f1d9bb4e7bf89d24f490b54ab9af5846e59c3"
integrity sha512-SSLvVMk3WZ23kFfDvKrotCZUcPUdGuPdYjtlIACaIoEmjtgCO9IqdQA5xmMzWozv9MHTqOdWwoJdU0qxD+MwNg==
dependencies:
"@oclif/command" "^1.8.7"
"@oclif/config" "^1.18.2"
"@oclif/errors" "^1.3.5"
chalk "^4.1.2"
indent-string "^4.0.0"
lodash "^4.17.21"
string-width "^4.2.0"
strip-ansi "^6.0.0"
widest-line "^3.1.0"
wrap-ansi "^6.2.0"

"@oclif/plugin-help@^3.2.4":
version "3.2.5"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-3.2.5.tgz#dab0f5e655971b2c49dd80ee472f97b6e69a1297"
Expand Down Expand Up @@ -574,7 +614,7 @@
widest-line "^3.1.0"
wrap-ansi "^4.0.0"

"@oclif/screen@^1.0.3":
"@oclif/screen@^1.0.3", "@oclif/screen@^1.0.4":
version "1.0.4"
resolved "https://registry.yarnpkg.com/@oclif/screen/-/screen-1.0.4.tgz#b740f68609dfae8aa71c3a6cab15d816407ba493"
integrity sha512-60CHpq+eqnTxLZQ4PGHYNwUX572hgpMHGPtTWMjdTMsAvlm69lZV/4ly6O3sAYkomo4NggGcomrDpBe34rxUqw==
Expand Down Expand Up @@ -1353,15 +1393,15 @@ cli-ux@^5.3.2:
supports-hyperlinks "^1.0.1"
tslib "^1.9.3"

cli-ux@^5.6.4:
version "5.6.4"
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-5.6.4.tgz#fd930fd175111aab2aa11b21c9da58b305a8d7cc"
integrity sha512-jW2oROKZdb3NlIHCMjjtaanuElHB/IhYPE5kgsbhmNtiBcUg/4L5QYyDbJ0n/wF+LAb/tl+Bh30lAHq5bmsbMA==
cli-ux@^5.6.5:
version "5.6.5"
resolved "https://registry.yarnpkg.com/cli-ux/-/cli-ux-5.6.5.tgz#d2a73070fb73d77d6adf6cb51592b6f04b31deb9"
integrity sha512-FjC69Z13a5iMuo6mNjXaA+/qNO1vdJvoHPAGKqULIMVAuhff6DMPU5hbk5ygHoIQWkU9RsgeAup9tV97pXJ7fQ==
dependencies:
"@oclif/command" "^1.8.4"
"@oclif/command" "^1.8.7"
"@oclif/errors" "^1.3.5"
"@oclif/linewrap" "^1.0.0"
"@oclif/screen" "^1.0.3"
"@oclif/screen" "^1.0.4"
ansi-escapes "^4.3.0"
ansi-styles "^4.2.0"
cardinal "^2.1.1"
Expand All @@ -1374,7 +1414,7 @@ cli-ux@^5.6.4:
indent-string "^4.0.0"
is-wsl "^2.2.0"
js-yaml "^3.13.1"
lodash "^4.17.11"
lodash "^4.17.21"
natural-orderby "^2.0.1"
object-treeify "^1.1.4"
password-prompt "^1.1.2"
Expand Down

0 comments on commit 978d2cf

Please sign in to comment.