From 984e44bf00e2c6756d8e3d5e5c26a525c0e9b6cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 18:43:30 +0000 Subject: [PATCH] Bump uuid and @types/uuid in /horreum-web 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.1 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: uuid dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: "@types/uuid" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- horreum-web/package-lock.json | 20 ++++++++++++-------- horreum-web/package.json | 4 ++-- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/horreum-web/package-lock.json b/horreum-web/package-lock.json index 07745cf0a..962a9d5fe 100644 --- a/horreum-web/package-lock.json +++ b/horreum-web/package-lock.json @@ -19,7 +19,7 @@ "@types/react-dom": "18.2.18", "@types/react-redux": "7.1.20", "@types/react-table": "7.7.19", - "@types/uuid": "9.0.1", + "@types/uuid": "10.0.0", "@vitejs/plugin-react": "4.2.1", "clsx": "2.1.0", "fetchival": "0.3.3", @@ -43,7 +43,7 @@ "redux": "4.2.1", "redux-thunk": "2.4.2", "typescript": "5.4.5", - "uuid": "9.0.0", + "uuid": "10.0.0", "vite": "5.2.9", "vite-tsconfig-paths": "4.3.1" }, @@ -1447,9 +1447,9 @@ "integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==" }, "node_modules/@types/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-rFT3ak0/2trgvp4yYZo5iKFEPsET7vKydKF+VRCxlQ9bpheehyAJH89dAkaLEq/j/RZXJIqcgsmPJKUP1Z28HA==" + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-10.0.0.tgz", + "integrity": "sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==" }, "node_modules/@typescript-eslint/eslint-plugin": { "version": "5.62.0", @@ -4992,9 +4992,13 @@ } }, "node_modules/uuid": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz", - "integrity": "sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", + "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], "bin": { "uuid": "dist/bin/uuid" } diff --git a/horreum-web/package.json b/horreum-web/package.json index 40c2df309..36f6a8dd5 100644 --- a/horreum-web/package.json +++ b/horreum-web/package.json @@ -15,7 +15,7 @@ "@types/react-dom": "18.2.18", "@types/react-redux": "7.1.20", "@types/react-table": "7.7.19", - "@types/uuid": "9.0.1", + "@types/uuid": "10.0.0", "@vitejs/plugin-react": "4.2.1", "clsx": "2.1.0", "fetchival": "0.3.3", @@ -39,7 +39,7 @@ "redux": "4.2.1", "redux-thunk": "2.4.2", "typescript": "5.4.5", - "uuid": "9.0.0", + "uuid": "10.0.0", "vite": "5.2.9", "vite-tsconfig-paths": "4.3.1" },