Skip to content

Commit

Permalink
fix: remove lodash.template (#377)
Browse files Browse the repository at this point in the history
@W-10121580@
  • Loading branch information
peternhale committed Dec 6, 2021
1 parent 9e72c58 commit 224c15f
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 42 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"bugs": "https://github.com/oclif/plugin-plugins/issues",
"dependencies": {
"@oclif/color": "^0.1.2",
"@oclif/command": "^1.8.6",
"@oclif/command": "^1.8.7",
"@oclif/errors": "^1.3.5",
"chalk": "^4.1.0",
"cli-ux": "^5.6.4",
"cli-ux": "^5.6.5",
"debug": "^4.1.0",
"fs-extra": "^9.0",
"http-call": "^5.2.2",
Expand All @@ -21,9 +21,9 @@
},
"devDependencies": {
"@commitlint/config-conventional": "^12.1.4",
"@oclif/config": "^1.18.1",
"@oclif/dev-cli": "^1.26.5",
"@oclif/plugin-help": "^3.2.5",
"@oclif/config": "^1.18.2",
"@oclif/dev-cli": "^1.26.6",
"@oclif/plugin-help": "^3.2.10",
"@oclif/test": "^1.2.8",
"@types/chai": "^4.1.7",
"@types/fs-extra": "^9.0",
Expand Down
115 changes: 78 additions & 37 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -241,18 +241,6 @@
supports-color "^5.4.0"
tslib "^1"

"@oclif/command@^1.8.3":
version "1.8.3"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.8.3.tgz#1f8bc2c4ecf94b6659a5134d95da179e1dffad9e"
integrity sha512-OGjrhdVgTT2TAAj/2RrdXjwxaDoTm16c2LfAzrta1xIFe6/XhgQIYDmeRN/RptQoZQBX8e9Vv2JoQq+TbghJmw==
dependencies:
"@oclif/config" "^1.15.1"
"@oclif/errors" "^1.3.5"
"@oclif/parser" "^3.8.5"
"@oclif/plugin-help" "^3.2.4"
debug "^4.1.1"
semver "^7.3.2"

"@oclif/command@^1.8.4", "@oclif/command@^1.8.5", "@oclif/command@^1.8.6":
version "1.8.6"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.8.6.tgz#7b42060e30bf0beae2be2e6d9b887b0ccb4b140b"
Expand All @@ -265,17 +253,17 @@
debug "^4.1.1"
semver "^7.3.2"

"@oclif/config@^1.15.1":
version "1.17.0"
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.17.0.tgz#ba8639118633102a7e481760c50054623d09fcab"
integrity sha512-Lmfuf6ubjQ4ifC/9bz1fSCHc6F6E653oyaRXxg+lgT4+bYf9bk+nqrUpAbrXyABkCqgIBiFr3J4zR/kiFdE1PA==
"@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/errors" "^1.3.3"
"@oclif/parser" "^3.8.0"
"@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"
globby "^11.0.1"
is-wsl "^2.1.1"
tslib "^2.0.0"
semver "^7.3.2"

"@oclif/config@^1.17.1":
version "1.17.1"
Expand All @@ -301,15 +289,27 @@
is-wsl "^2.1.1"
tslib "^2.0.0"

"@oclif/dev-cli@^1.26.5":
version "1.26.5"
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.26.5.tgz#25c242dfb8d397691cfde138d4c3cd7fafd85349"
integrity sha512-SrETNRH96iP9aTuh6KzeD/myyt3Z/DGJmg1ku8iFvkwDhoN4gcMBS9AdI/+eqnXkM2jmpj30jXFNVrx5JYzMSA==
"@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/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.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==
dependencies:
"@oclif/command" "^1.8.6"
"@oclif/config" "^1.17.1"
"@oclif/config" "^1.18.1"
"@oclif/errors" "^1.3.5"
"@oclif/plugin-help" "^3.2.8"
"@oclif/plugin-help" "^3.2.10"
cli-ux "^5.6.4"
debug "^4.1.1"
find-yarn-workspace-root "^2.0.0"
Expand Down Expand Up @@ -357,7 +357,7 @@
chalk "^2.4.2"
tslib "^1.9.3"

"@oclif/parser@^3.8.5", "@oclif/parser@^3.8.6":
"@oclif/parser@^3.8.6":
version "3.8.6"
resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.8.6.tgz#d5a108af9c708a051cc6b1d27d47359d75f41236"
integrity sha512-tXb0NKgSgNxmf6baN6naK+CCwOueaFk93FG9u202U7mTBHUKsioOUlw1SG/iPi9aJM3WE4pHLXmty59pci0OEw==
Expand All @@ -367,21 +367,21 @@
chalk "^4.1.0"
tslib "^2.0.0"

"@oclif/plugin-help@^3.2.4", "@oclif/plugin-help@^3.2.5":
version "3.2.5"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-3.2.5.tgz#dab0f5e655971b2c49dd80ee472f97b6e69a1297"
integrity sha512-fjkZTstvacCPicF2oaa3Lc+Yw3ocKEaW6x6O7doVqMLuoMUX6wBOQ+f1a3VFzO1fErqNeFPDlUlVUhwq9yMzQg==
"@oclif/plugin-help@^3.2.10":
version "3.2.10"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-3.2.10.tgz#1843ac05f8cd139b575ee8b1dfc34bb500110e68"
integrity sha512-U3Jk01MTnqnd9druulNSn6nTjPEE1Rr6PWhD4rJ6Z+NjLFTKhp3S1kutWDXJQd7CQ6m8tHd1AYgsIjiR+36bSw==
dependencies:
"@oclif/command" "^1.8.3"
"@oclif/config" "^1.17.1"
"@oclif/command" "^1.8.6"
"@oclif/config" "^1.18.1"
"@oclif/errors" "^1.3.5"
chalk "^4.1.0"
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 "^4.0.0"
wrap-ansi "^6.2.0"

"@oclif/plugin-help@^3.2.8":
version "3.2.9"
Expand All @@ -399,7 +399,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 @@ -998,6 +998,38 @@ cli-ux@^5.6.4:
supports-hyperlinks "^2.1.0"
tslib "^2.0.0"

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.7"
"@oclif/errors" "^1.3.5"
"@oclif/linewrap" "^1.0.0"
"@oclif/screen" "^1.0.4"
ansi-escapes "^4.3.0"
ansi-styles "^4.2.0"
cardinal "^2.1.1"
chalk "^4.1.0"
clean-stack "^3.0.0"
cli-progress "^3.4.0"
extract-stack "^2.0.0"
fs-extra "^8.1"
hyperlinker "^1.0.0"
indent-string "^4.0.0"
is-wsl "^2.2.0"
js-yaml "^3.13.1"
lodash "^4.17.21"
natural-orderby "^2.0.1"
object-treeify "^1.1.4"
password-prompt "^1.1.2"
semver "^7.3.2"
string-width "^4.2.0"
strip-ansi "^6.0.0"
supports-color "^8.1.0"
supports-hyperlinks "^2.1.0"
tslib "^2.0.0"

cliui@^7.0.2:
version "7.0.4"
resolved "https://registry.yarnpkg.com/cliui/-/cliui-7.0.4.tgz#a0265ee655476fc807aea9df3df8df7783808b4f"
Expand Down Expand Up @@ -3889,6 +3921,15 @@ wrap-ansi@^4.0.0:
string-width "^2.1.1"
strip-ansi "^4.0.0"

wrap-ansi@^6.2.0:
version "6.2.0"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53"
integrity sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==
dependencies:
ansi-styles "^4.0.0"
string-width "^4.1.0"
strip-ansi "^6.0.0"

wrap-ansi@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
Expand Down

0 comments on commit 224c15f

Please sign in to comment.