Skip to content

Commit 6f1d469

Browse files
authored
chore(deps): update dependency tmp to v0.2.1 (#575)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [tmp](https://togithub.com/raszi/node-tmp) | devDependencies | patch | [`0.2.0` -> `0.2.1`](https://renovatebot.com/diffs/npm/tmp/0.2.0/0.2.1) | | [@types/tmp](https://togithub.com/DefinitelyTyped/DefinitelyTyped) | devDependencies | minor | [`0.1.0` -> `0.2.0`](https://renovatebot.com/diffs/npm/@types%2ftmp/0.1.0/0.2.0) | --- ### Release Notes <details> <summary>raszi/node-tmp</summary> ### [`v0.2.1`](https://togithub.com/raszi/node-tmp/blob/master/CHANGELOG.md#v021-2020-04-28) [Compare Source](https://togithub.com/raszi/node-tmp/compare/v0.2.0...7ae22ed2d56c10d425a66e99fe8bc10c925442e6) ##### 🚀 Enhancement - [#&#8203;252](https://togithub.com/raszi/node-tmp/pull/252) Closes [#&#8203;250](https://togithub.com/raszi/node-tmp/issues/250): introduce tmpdir option for overriding the system tmp dir ([@&#8203;silkentrance](https://togithub.com/silkentrance)) ##### 🏠 Internal - [#&#8203;253](https://togithub.com/raszi/node-tmp/pull/253) Closes [#&#8203;191](https://togithub.com/raszi/node-tmp/issues/191): generate changelog from pull requests using lerna-changelog ([@&#8203;silkentrance](https://togithub.com/silkentrance)) ##### Committers: 1 - Carsten Klein ([@&#8203;silkentrance](https://togithub.com/silkentrance)) </details> --- ### Renovate configuration :date: **Schedule**: "after 9am and before 3pm" (UTC). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/nodejs-common).
1 parent 38dc4d0 commit 6f1d469

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

core/common/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@types/proxyquire": "^1.3.28",
5454
"@types/request": "^2.48.4",
5555
"@types/sinon": "^9.0.0",
56-
"@types/tmp": "0.1.0",
56+
"@types/tmp": "0.2.0",
5757
"c8": "^7.1.0",
5858
"codecov": "^3.6.5",
5959
"gts": "^2.0.0",
@@ -64,7 +64,7 @@
6464
"nock": "^12.0.3",
6565
"proxyquire": "^2.1.3",
6666
"sinon": "^9.0.1",
67-
"tmp": "0.2.0",
67+
"tmp": "0.2.1",
6868
"typescript": "~3.8.3"
6969
}
7070
}

0 commit comments

Comments
 (0)