From b606e53548de1034e908e2a62600cd9f40d34929 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 17:55:29 +0000 Subject: [PATCH 1/2] fix: bump uuid from 10.0.0 to 11.0.2 Bumps [uuid](https://github.com/uuidjs/uuid) from 10.0.0 to 11.0.2. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v10.0.0...v11.0.2) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index d18d849d..ae14e1a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "react-linkify": "^0.2.2", "react-time-ago": "^7.3.3", "urijs": "^1.19.11", - "uuid": "^10.0.0", + "uuid": "^11.0.2", "webextension-polyfill": "^0.12.0" }, "devDependencies": { @@ -19706,15 +19706,15 @@ "dev": true }, "node_modules/uuid": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", - "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", + "version": "11.0.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.2.tgz", + "integrity": "sha512-14FfcOJmqdjbBPdDjFQyk/SdT4NySW4eM0zcG+HqbHP5jzuH56xO3J1DGhgs/cEMCfwYi3HQI1gnTO62iaG+tQ==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist/esm/bin/uuid" } }, "node_modules/v8-compile-cache-lib": { @@ -35178,9 +35178,9 @@ "dev": true }, "uuid": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", - "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==" + "version": "11.0.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.2.tgz", + "integrity": "sha512-14FfcOJmqdjbBPdDjFQyk/SdT4NySW4eM0zcG+HqbHP5jzuH56xO3J1DGhgs/cEMCfwYi3HQI1gnTO62iaG+tQ==" }, "v8-compile-cache-lib": { "version": "3.0.1", diff --git a/package.json b/package.json index 8026a00c..5a40cc61 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "react-linkify": "^0.2.2", "react-time-ago": "^7.3.3", "urijs": "^1.19.11", - "uuid": "^10.0.0", + "uuid": "^11.0.2", "webextension-polyfill": "^0.12.0" }, "devDependencies": { From c0a90ad46603b3a257bc71fd1eeb567a23fc29da Mon Sep 17 00:00:00 2001 From: Michal Stanke Date: Fri, 1 Nov 2024 19:39:42 +0100 Subject: [PATCH 2/2] fix: remove uuid types after it was ported to TypeScript --- package-lock.json | 13 ------------- package.json | 1 - 2 files changed, 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index ae14e1a7..91ee6c1b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,6 @@ "@types/react": "^18.3.10", "@types/react-dom": "^18.3.0", "@types/urijs": "^1.19.25", - "@types/uuid": "^10.0.0", "@types/webextension-polyfill": "^0.12.1", "@types/webpack": "^5.28.5", "@typescript-eslint/eslint-plugin": "^8.7.0", @@ -6033,12 +6032,6 @@ "integrity": "sha512-XOfUup9r3Y06nFAZh3WvO0rBU4OtlfPB/vgxpjg+NRdGU6CN6djdc6OEiH+PcqHCY6eFLo9Ista73uarf4gnBg==", "dev": true }, - "node_modules/@types/uuid": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-10.0.0.tgz", - "integrity": "sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==", - "dev": true - }, "node_modules/@types/webextension-polyfill": { "version": "0.12.1", "resolved": "https://registry.npmjs.org/@types/webextension-polyfill/-/webextension-polyfill-0.12.1.tgz", @@ -25223,12 +25216,6 @@ "integrity": "sha512-XOfUup9r3Y06nFAZh3WvO0rBU4OtlfPB/vgxpjg+NRdGU6CN6djdc6OEiH+PcqHCY6eFLo9Ista73uarf4gnBg==", "dev": true }, - "@types/uuid": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-10.0.0.tgz", - "integrity": "sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==", - "dev": true - }, "@types/webextension-polyfill": { "version": "0.12.1", "resolved": "https://registry.npmjs.org/@types/webextension-polyfill/-/webextension-polyfill-0.12.1.tgz", diff --git a/package.json b/package.json index 5a40cc61..50afc354 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,6 @@ "@types/react": "^18.3.10", "@types/react-dom": "^18.3.0", "@types/urijs": "^1.19.25", - "@types/uuid": "^10.0.0", "@types/webextension-polyfill": "^0.12.1", "@types/webpack": "^5.28.5", "@typescript-eslint/eslint-plugin": "^8.7.0",