Skip to content

Commit

Permalink
chore(deps): update dependency @types/tmp to v0.2.0 (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Jun 4, 2020
1 parent a675e7a commit e696047
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/google-cloud-dns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@types/node": "^10.9.4",
"@types/proxyquire": "^1.3.28",
"@types/request": "^2.48.1",
"@types/tmp": "0.1.0",
"@types/tmp": "0.2.0",
"@types/uuid": "^8.0.0",
"c8": "^7.0.0",
"codecov": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-dns/system-test/dns.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ describe('dns', () => {
});

tmp.setGracefulCleanup();
tmp.file((err: Error, tmpFilePath: string) => {
tmp.file((err, tmpFilePath) => {
assert.ifError(err);
fs.writeFileSync(tmpFilePath, zoneFileTemplate, 'utf-8');
ZONE.empty(err => {
Expand Down

0 comments on commit e696047

Please sign in to comment.