diff --git a/package-lock.json b/package-lock.json index 370aa3b75a..d1bfe0a632 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13165,6 +13165,19 @@ "node": ">=6" } }, + "node_modules/dockerode/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" + ], + "license": "MIT", + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/doctrine": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", @@ -18773,6 +18786,20 @@ } } }, + "node_modules/karma-webkit-launcher/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/karma-webpack": { "version": "5.0.0", "resolved": "git+ssh://git@github.com/codymikol/karma-webpack.git#2337a82beb078c0d8e25ae8333a06249b8e72828", @@ -33641,16 +33668,16 @@ } }, "node_modules/uuid": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", - "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.0.tgz", + "integrity": "sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/v8-compile-cache-lib": { @@ -35170,7 +35197,7 @@ "it-length-prefixed": "^9.0.4", "it-pipe": "^3.0.1", "uint8arraylist": "^2.4.3", - "uuid": "^9.0.0" + "uuid": "^13.0.0" }, "devDependencies": { "@libp2p/interface": "2.10.4", @@ -35211,17 +35238,6 @@ } } }, - "packages/core/node_modules/uuid": { - "version": "9.0.1", - "funding": [ - "https://github.com/sponsors/broofa", - "https://github.com/sponsors/ctavan" - ], - "license": "MIT", - "bin": { - "uuid": "dist/bin/uuid" - } - }, "packages/discovery": { "name": "@waku/discovery", "version": "0.0.12", @@ -35851,7 +35867,7 @@ "ethers": "^5.7.2", "lodash": "^4.17.21", "sinon": "^19.0.2", - "uuid": "^11.0.5" + "uuid": "^13.0.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^25.0.7", @@ -35967,17 +35983,6 @@ "url": "https://opencollective.com/sinon" } }, - "packages/rln/node_modules/uuid": { - "version": "11.1.0", - "funding": [ - "https://github.com/sponsors/broofa", - "https://github.com/sponsors/ctavan" - ], - "license": "MIT", - "bin": { - "uuid": "dist/esm/bin/uuid" - } - }, "packages/sdk": { "name": "@waku/sdk", "version": "0.0.35", diff --git a/packages/core/package.json b/packages/core/package.json index ff2fb1899d..1f752e2b7d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -75,7 +75,7 @@ "it-length-prefixed": "^9.0.4", "it-pipe": "^3.0.1", "uint8arraylist": "^2.4.3", - "uuid": "^9.0.0" + "uuid": "^13.0.0" }, "devDependencies": { "@libp2p/peer-id": "5.1.7", diff --git a/packages/rln/package.json b/packages/rln/package.json index 4ea0199115..a2918ec390 100644 --- a/packages/rln/package.json +++ b/packages/rln/package.json @@ -83,7 +83,7 @@ "ethereum-cryptography": "^3.1.0", "ethers": "^5.7.2", "lodash": "^4.17.21", - "uuid": "^11.0.5", + "uuid": "^13.0.0", "chai": "^5.1.2", "chai-as-promised": "^8.0.1", "chai-spies": "^1.1.0",