From 292c9960337cdf052404caf2b7144870752679cb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 1 May 2020 03:37:35 +0000 Subject: [PATCH] chore(deps-dev): bump uuid from 7.0.3 to 8.0.0 Bumps [uuid](https://github.com/uuidjs/uuid) from 7.0.3 to 8.0.0. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/master/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v7.0.3...v8.0.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9427dda..883ada9 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "nyc": "^15.0.0", "sinon": "^9.0.2", "supertest": "^4.0.2", - "uuid": "^7.0.2" + "uuid": "^8.0.0" }, "engines": { "node": ">=8.6.0"