From 396902cfa1ca256cbb257e7e11ec3689447a77ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Sep 2023 07:02:49 +0000 Subject: [PATCH] Bump @types/uuid from 9.0.2 to 9.0.3 Bumps [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid) from 9.0.2 to 9.0.3. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid) --- updated-dependencies: - dependency-name: "@types/uuid" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d31b46ba..3a7952bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "@types/ramda": "^0.27.66", "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", - "@types/uuid": "^9.0.2", + "@types/uuid": "^9.0.3", "@vitejs/plugin-react": "^4.0.4", "@vitest/coverage-v8": "^0.34.3", "adm-zip": "^0.5.10", @@ -3295,9 +3295,9 @@ "license": "MIT" }, "node_modules/@types/uuid": { - "version": "9.0.2", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.2.tgz", - "integrity": "sha512-kNnC1GFBLuhImSnV7w4njQkUiJi0ZXUycu1rUaouPqiKlXkh77JKgdRnTAp1x5eBwcIwbtI+3otwzuIDEuDoxQ==", + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.3.tgz", + "integrity": "sha512-taHQQH/3ZyI3zP8M/puluDEIEvtQHVYcC6y3N8ijFtAd28+Ey/G4sg1u2gB01S8MwybLOKAp9/yCMu/uR5l3Ug==", "dev": true }, "node_modules/@typescript-eslint/eslint-plugin": { @@ -12747,9 +12747,9 @@ "version": "0.0.3" }, "@types/uuid": { - "version": "9.0.2", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.2.tgz", - "integrity": "sha512-kNnC1GFBLuhImSnV7w4njQkUiJi0ZXUycu1rUaouPqiKlXkh77JKgdRnTAp1x5eBwcIwbtI+3otwzuIDEuDoxQ==", + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.3.tgz", + "integrity": "sha512-taHQQH/3ZyI3zP8M/puluDEIEvtQHVYcC6y3N8ijFtAd28+Ey/G4sg1u2gB01S8MwybLOKAp9/yCMu/uR5l3Ug==", "dev": true }, "@typescript-eslint/eslint-plugin": { diff --git a/package.json b/package.json index d8469e82..396cb2e4 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "@types/ramda": "^0.27.66", "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", - "@types/uuid": "^9.0.2", + "@types/uuid": "^9.0.3", "@vitejs/plugin-react": "^4.0.4", "@vitest/coverage-v8": "^0.34.3", "adm-zip": "^0.5.10",