From 549bde58bf9346c461277d3cd197d24cff3ca9c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 04:17:35 +0000 Subject: [PATCH] Bump uuid and @types/uuid Bumps [uuid](https://github.com/uuidjs/uuid) and [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid). These dependencies needed to be updated together. Updates `uuid` from 9.0.0 to 9.0.1 - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v9.0.0...v9.0.1) Updates `@types/uuid` from 9.0.3 to 9.0.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: "@types/uuid" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 +++++++++++++------- package.json | 4 ++-- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index cdd473260..d1525004b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "redux": "^4.2.1", "standardized-audio-context": "^25.3.55", "typescript": "^5.1.6", - "uuid": "^9.0.0", + "uuid": "^9.0.1", "webvtt-parser": "^2.2.0" }, "devDependencies": { @@ -66,7 +66,7 @@ "@types/react-resizable": "^3.0.4", "@types/react-virtualized-auto-sizer": "^1.0.1", "@types/react-window": "^1.8.5", - "@types/uuid": "^9.0.3", + "@types/uuid": "^9.0.4", "use-resize-observer": "^9.1.0" } }, @@ -4754,9 +4754,10 @@ "license": "MIT" }, "node_modules/@types/uuid": { - "version": "9.0.3", - "dev": true, - "license": "MIT" + "version": "9.0.4", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.4.tgz", + "integrity": "sha512-zAuJWQflfx6dYJM62vna+Sn5aeSWhh3OB+wfUEACNcqUSc0AGc5JKl+ycL1vrH7frGTXhJchYjE1Hak8L819dA==", + "dev": true }, "node_modules/@types/ws": { "version": "8.5.3", @@ -19010,8 +19011,13 @@ } }, "node_modules/uuid": { - "version": "9.0.0", - "license": "MIT", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], "bin": { "uuid": "dist/bin/uuid" } diff --git a/package.json b/package.json index 59d0d7ceb..17c898676 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "redux": "^4.2.1", "standardized-audio-context": "^25.3.55", "typescript": "^5.1.6", - "uuid": "^9.0.0", + "uuid": "^9.0.1", "webvtt-parser": "^2.2.0" }, "overrides": { @@ -86,7 +86,7 @@ "@types/react-resizable": "^3.0.4", "@types/react-virtualized-auto-sizer": "^1.0.1", "@types/react-window": "^1.8.5", - "@types/uuid": "^9.0.3", + "@types/uuid": "^9.0.4", "use-resize-observer": "^9.1.0" } }