Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

Commit

Permalink
fix: remove transitive dep on lodash.template (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
peternhale committed Nov 29, 2021
1 parent 9fcaf95 commit 80ffc53
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"bugs": "https://github.com/oclif/dev-cli/issues",
"dependencies": {
"@oclif/command": "^1.8.4",
"@oclif/command": "^1.8.5",
"@oclif/config": "^1.17.1",
"@oclif/errors": "^1.3.5",
"@oclif/plugin-help": "^3.2.7",
Expand Down
12 changes: 12 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,18 @@
debug "^4.1.1"
semver "^7.3.2"

"@oclif/command@^1.8.5":
version "1.8.5"
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.8.5.tgz#6557b8f8345082f9286249dd15defbe66f8fecd1"
integrity sha512-Dolb0jmUc1s8HhSOiQOC2mu7pha+wTg0SaCLLH3tJjkSWi5yE3NDlHv0QG6Rp9vs5tJhOGLa8ILOSv+t3KpnNw==
dependencies:
"@oclif/config" "^1.17.1"
"@oclif/errors" "^1.3.5"
"@oclif/parser" "^3.8.6"
"@oclif/plugin-help" "^3.2.7"
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"
Expand Down

0 comments on commit 80ffc53

Please sign in to comment.