diff --git a/package-lock.json b/package-lock.json index 9e4dc42..a539f8d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,6 @@ "eslint-plugin-import": "^2.29.1", "terser-webpack-plugin": "^5.3.10", "typescript": "^5.5.4", - "uuid": "^10.0.0", "webpack": "^5.93.0", "webpack-cli": "^5.1.4", "webpack-glob-entries": "^1.0.1" @@ -7264,20 +7263,6 @@ "punycode": "^2.1.0" } }, - "node_modules/uuid": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", - "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", - "dev": true, - "funding": [ - "https://github.com/sponsors/broofa", - "https://github.com/sponsors/ctavan" - ], - "license": "MIT", - "bin": { - "uuid": "dist/bin/uuid" - } - }, "node_modules/watchpack": { "version": "2.4.1", "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.1.tgz", diff --git a/package.json b/package.json index 6762650..ce7acf3 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,6 @@ "eslint-plugin-import": "^2.29.1", "terser-webpack-plugin": "^5.3.10", "typescript": "^5.5.4", - "uuid": "^10.0.0", "webpack": "^5.93.0", "webpack-cli": "^5.1.4", "webpack-glob-entries": "^1.0.1"