From c25dd8ffc1f78522a349722693955b5321be0c32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Sep 2022 13:42:49 +0200 Subject: [PATCH] chore: Bump uuid from 8.3.2 to 9.0.0 (#98) Bumps [uuid](https://github.com/uuidjs/uuid) from 8.3.2 to 9.0.0. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v8.3.2...v9.0.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9ec7255..d7a2cc1 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "lodash": "^4.17.15", "semver": "^7.0.0", "source-map-support": "^0.x", - "uuid": "^8.3.2" + "uuid": "^9.0.0" }, "scripts": { "build": "rm -rf build && babel --out-dir=build/lib lib && babel --out-dir=build index.js",