From 08baf5dedd5f5044ca79da52c4ba8b5931a2ac1e Mon Sep 17 00:00:00 2001 From: SwiftHawk Date: Fri, 5 Jul 2024 13:44:02 +0500 Subject: [PATCH] chore: remove unused npm package uuid --- package-lock.json | 15 +-------------- package.json | 3 +-- 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index c000deb..10498a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,8 +34,7 @@ "react-router-dom": "6.22.1", "react-toastify": "10.0.4", "redux": "5.0.1", - "tseep": "1.2.1", - "uuid": "10.0.0" + "tseep": "1.2.1" }, "devDependencies": { "@types/crypto-js": "^4.2.2", @@ -5219,18 +5218,6 @@ "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" }, - "node_modules/uuid": { - "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" - } - }, "node_modules/v8-compile-cache-lib": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz", diff --git a/package.json b/package.json index 658fafb..5be9995 100644 --- a/package.json +++ b/package.json @@ -40,8 +40,7 @@ "react-router-dom": "6.22.1", "react-toastify": "10.0.4", "redux": "5.0.1", - "tseep": "1.2.1", - "uuid": "10.0.0" + "tseep": "1.2.1" }, "devDependencies": { "@types/crypto-js": "^4.2.2",