From bffa97293d2d979f234d5cb198a90320b2063b57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 19:42:20 +0000 Subject: [PATCH] Bump uuid and @types/uuid in /ui/ui-app 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 8.3.2 to 9.0.1 - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v8.3.2...v9.0.1) Updates `@types/uuid` from 8.3.4 to 9.0.6 - [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-major - dependency-name: "@types/uuid" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- ui/ui-app/package-lock.json | 32 ++++++++++++++++++-------------- ui/ui-app/package.json | 4 ++-- 2 files changed, 20 insertions(+), 16 deletions(-) diff --git a/ui/ui-app/package-lock.json b/ui/ui-app/package-lock.json index 41006c1..2cdae00 100644 --- a/ui/ui-app/package-lock.json +++ b/ui/ui-app/package-lock.json @@ -25,7 +25,7 @@ "react-moment": "1.1.3", "react-router-dom": "6.16.0", "use-resize-observer": "9.1.0", - "uuid": "8.3.2", + "uuid": "9.0.1", "yaml": "2.3.2" }, "devDependencies": { @@ -33,7 +33,7 @@ "@monaco-editor/react": "4.6.0", "@types/react": "18.2.33", "@types/react-dom": "18.2.8", - "@types/uuid": "8.3.4", + "@types/uuid": "9.0.6", "@typescript-eslint/eslint-plugin": "6.9.1", "@typescript-eslint/parser": "6.7.4", "@vitejs/plugin-react-swc": "3.4.0", @@ -1118,9 +1118,9 @@ "dev": true }, "node_modules/@types/uuid": { - "version": "8.3.4", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.4.tgz", - "integrity": "sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw==", + "version": "9.0.6", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.6.tgz", + "integrity": "sha512-BT2Krtx4xaO6iwzwMFUYvWBWkV2pr37zD68Vmp1CDV196MzczBRxuEpD6Pr395HAgebC/co7hOphs53r8V7jew==", "dev": true }, "node_modules/@typescript-eslint/eslint-plugin": { @@ -3469,9 +3469,13 @@ } }, "node_modules/uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "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" } @@ -4331,9 +4335,9 @@ "dev": true }, "@types/uuid": { - "version": "8.3.4", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.4.tgz", - "integrity": "sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw==", + "version": "9.0.6", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.6.tgz", + "integrity": "sha512-BT2Krtx4xaO6iwzwMFUYvWBWkV2pr37zD68Vmp1CDV196MzczBRxuEpD6Pr395HAgebC/co7hOphs53r8V7jew==", "dev": true }, "@typescript-eslint/eslint-plugin": { @@ -5950,9 +5954,9 @@ } }, "uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==" + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==" }, "vite": { "version": "4.4.11", diff --git a/ui/ui-app/package.json b/ui/ui-app/package.json index 05073c8..bcb258f 100644 --- a/ui/ui-app/package.json +++ b/ui/ui-app/package.json @@ -17,7 +17,7 @@ "@monaco-editor/react": "4.6.0", "@types/react": "18.2.33", "@types/react-dom": "18.2.8", - "@types/uuid": "8.3.4", + "@types/uuid": "9.0.6", "@typescript-eslint/eslint-plugin": "6.9.1", "@typescript-eslint/parser": "6.7.4", "@vitejs/plugin-react-swc": "3.4.0", @@ -45,7 +45,7 @@ "react-moment": "1.1.3", "react-router-dom": "6.16.0", "use-resize-observer": "9.1.0", - "uuid": "8.3.2", + "uuid": "9.0.1", "yaml": "2.3.2" } }