Skip to content

Commit

Permalink
chore(deps): update UUID to latest (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe authored Mar 17, 2020
1 parent df707d2 commit 977552a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions packages/google-cloud-dns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@
"@types/proxyquire": "^1.3.28",
"@types/request": "^2.48.1",
"@types/tmp": "0.1.0",
"@types/uuid": "^3.4.4",
"@types/uuid": "^7.0.2",
"c8": "^7.0.0",
"codecov": "^3.0.2",
"eslint": "^6.0.0",
"eslint-config-prettier": "^6.0.0",
Expand All @@ -70,11 +71,10 @@
"jsdoc-region-tag": "^1.0.2",
"linkinator": "^2.0.0",
"mocha": "^7.0.0",
"c8": "^7.0.0",
"prettier": "^1.13.5",
"proxyquire": "^2.0.1",
"tmp": "^0.1.0",
"typescript": "3.6.4",
"uuid": "^3.2.1"
"uuid": "^7.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/google-cloud-dns/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^7.0.0",
"uuid": "^3.3.0"
"uuid": "^7.0.2"
}
}

0 comments on commit 977552a

Please sign in to comment.