From 3ad8cb21c80c38f86efa9ff9129edad1e464ee7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jan 2024 08:36:01 +0000 Subject: [PATCH] Bump the types group with 1 update Bumps the types group with 1 update: [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid). Updates `@types/uuid` from 9.0.7 to 9.0.8 - [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 dependency-group: types ... 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 05d45996..6e1309fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ "@total-typescript/shoehorn": "^0.1.1", "@types/react": "^18.2.48", "@types/react-dom": "^18.2.18", - "@types/uuid": "^9.0.7", + "@types/uuid": "^9.0.8", "@vitejs/plugin-react": "^4.2.1", "@vitest/coverage-v8": "^1.2.2", "adm-zip": "^0.5.10", @@ -3520,9 +3520,9 @@ "license": "MIT" }, "node_modules/@types/uuid": { - "version": "9.0.7", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.7.tgz", - "integrity": "sha512-WUtIVRUZ9i5dYXefDEAI7sh9/O7jGvHg7Df/5O/gtH3Yabe5odI3UWopVR1qbPXQtvOxWu3mM4XxlYeZtMWF4g==", + "version": "9.0.8", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.8.tgz", + "integrity": "sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==", "dev": true }, "node_modules/@typescript-eslint/eslint-plugin": { @@ -13545,9 +13545,9 @@ "version": "0.0.3" }, "@types/uuid": { - "version": "9.0.7", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.7.tgz", - "integrity": "sha512-WUtIVRUZ9i5dYXefDEAI7sh9/O7jGvHg7Df/5O/gtH3Yabe5odI3UWopVR1qbPXQtvOxWu3mM4XxlYeZtMWF4g==", + "version": "9.0.8", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.8.tgz", + "integrity": "sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==", "dev": true }, "@typescript-eslint/eslint-plugin": { diff --git a/package.json b/package.json index dab1b34f..e2b6aeb8 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@total-typescript/shoehorn": "^0.1.1", "@types/react": "^18.2.48", "@types/react-dom": "^18.2.18", - "@types/uuid": "^9.0.7", + "@types/uuid": "^9.0.8", "@vitejs/plugin-react": "^4.2.1", "@vitest/coverage-v8": "^1.2.2", "adm-zip": "^0.5.10",