Skip to content

Commit 8823bc2

Browse files
authored
fix: remove lodash.template transitive dep (#362)
1 parent 4aeccd7 commit 8823bc2

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"bugs": "https://github.com/oclif/plugin-plugins/issues",
77
"dependencies": {
88
"@oclif/color": "^0.1.2",
9-
"@oclif/command": "^1.8.4",
9+
"@oclif/command": "^1.8.5",
1010
"@oclif/errors": "^1.3.5",
1111
"chalk": "^4.1.0",
1212
"cli-ux": "^5.6.4",
@@ -22,7 +22,7 @@
2222
"devDependencies": {
2323
"@commitlint/config-conventional": "^12.1.4",
2424
"@oclif/config": "^1.17.1",
25-
"@oclif/dev-cli": "^1.26.2",
25+
"@oclif/dev-cli": "^1.26.3",
2626
"@oclif/plugin-help": "^3.2.7",
2727
"@oclif/test": "^1.2.8",
2828
"@types/chai": "^4.1.7",

yarn.lock

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,18 @@
253253
debug "^4.1.1"
254254
semver "^7.3.2"
255255

256+
"@oclif/command@^1.8.5":
257+
version "1.8.5"
258+
resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.8.5.tgz#6557b8f8345082f9286249dd15defbe66f8fecd1"
259+
integrity sha512-Dolb0jmUc1s8HhSOiQOC2mu7pha+wTg0SaCLLH3tJjkSWi5yE3NDlHv0QG6Rp9vs5tJhOGLa8ILOSv+t3KpnNw==
260+
dependencies:
261+
"@oclif/config" "^1.17.1"
262+
"@oclif/errors" "^1.3.5"
263+
"@oclif/parser" "^3.8.6"
264+
"@oclif/plugin-help" "^3.2.7"
265+
debug "^4.1.1"
266+
semver "^7.3.2"
267+
256268
"@oclif/config@^1.17.1":
257269
version "1.17.1"
258270
resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.17.1.tgz#383515f6715b91d8df5db8108214e93bb46e86ca"
@@ -265,15 +277,15 @@
265277
is-wsl "^2.1.1"
266278
tslib "^2.0.0"
267279

268-
"@oclif/dev-cli@^1.26.2":
269-
version "1.26.2"
270-
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.26.2.tgz#d42526ff2cc0a63f13b08bbbeb8d253a199d4d74"
271-
integrity sha512-gjMH7UQJcb0luCnaXHoXrHjQECqM042tTZ3gOhO77nm0sBAS0u43zUNT6fztx5vZh5V3MLUYM/sjZ2Cqk6m2Jw==
280+
"@oclif/dev-cli@^1.26.3":
281+
version "1.26.3"
282+
resolved "https://registry.yarnpkg.com/@oclif/dev-cli/-/dev-cli-1.26.3.tgz#2f7fa8fde68f7193dc024853a5e37d895aecf170"
283+
integrity sha512-SJAoKNPbqY6OOhCSFN/xmtx6qoHq84Qck/ABW6YEgGxdLn9wZlK23ogO1KkRcVRFGbY930w/9x2nsNP1IyIwSQ==
272284
dependencies:
273285
"@oclif/command" "^1.8.4"
274286
"@oclif/config" "^1.17.1"
275287
"@oclif/errors" "^1.3.5"
276-
"@oclif/plugin-help" "^3.2.6"
288+
"@oclif/plugin-help" "^3.2.7"
277289
cli-ux "^5.6.4"
278290
debug "^4.1.1"
279291
find-yarn-workspace-root "^2.0.0"

0 commit comments

Comments
 (0)