Skip to content

Commit d82b757

Browse files
authored
deps(conventional-commit-lint): use tmp 0.2.5 (#5917)
Fixes https://github.com/googleapis/repo-automation-bots/security/dependabot/2312. This may fix b/439074279 by rebuilding the container image. Before this change: ``` │ ✔ Shell npm list tmp (Checks the version of the tmp package.) │ │ │ │ [email protected] /usr/local/google/home/suztomo/repo-automation-bots/packages/conventional-commit-lint │ │ ├─┬ [email protected] │ │ │ └── [email protected] │ │ └─┬ [email protected] │ │ └─┬ [email protected] │ │ └─┬ [email protected] │ │ └── [email protected] ``` After this change: ``` │ ✔ Shell npm list tmp (Checks the version of the tmp package.) │ │ │ │ [email protected] /usr/local/google/home/suztomo/repo-automation-bots/packages/conventional-commit-lint │ │ ├─┬ [email protected] │ │ │ └── [email protected] overridden │ │ └─┬ [email protected] │ │ └─┬ [email protected] │ │ └─┬ [email protected] │ │ └── [email protected] deduped ``` There's no [email protected].
1 parent 3bc62ea commit d82b757

File tree

2 files changed

+3
-21
lines changed

2 files changed

+3
-21
lines changed

packages/conventional-commit-lint/package-lock.json

Lines changed: 0 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/conventional-commit-lint/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@
5555
"snap-shot-it": "^7.9.6",
5656
"typescript": "~4.9.0"
5757
},
58+
"overrides": {
59+
"tmp": "0.2.5"
60+
},
5861
"engines": {
5962
"node": ">= 18"
6063
}

0 commit comments

Comments
 (0)