diff --git a/package-lock.json b/package-lock.json index 395dec7543..6e38506326 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4390,9 +4390,10 @@ "license": "MIT" }, "node_modules/@types/uuid": { - "version": "9.0.1", - "dev": true, - "license": "MIT" + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.3.tgz", + "integrity": "sha512-taHQQH/3ZyI3zP8M/puluDEIEvtQHVYcC6y3N8ijFtAd28+Ey/G4sg1u2gB01S8MwybLOKAp9/yCMu/uR5l3Ug==", + "dev": true }, "node_modules/@types/ws": { "version": "8.5.5", @@ -26820,7 +26821,7 @@ "@types/chai": "^4.3.5", "@types/debug": "^4.1.8", "@types/mocha": "^10.0.1", - "@types/uuid": "^9.0.1", + "@types/uuid": "^9.0.3", "@waku/build-utils": "*", "chai": "^4.3.7", "cspell": "^7.3.2", @@ -30389,7 +30390,9 @@ "version": "3.0.0" }, "@types/uuid": { - "version": "9.0.1", + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-9.0.3.tgz", + "integrity": "sha512-taHQQH/3ZyI3zP8M/puluDEIEvtQHVYcC6y3N8ijFtAd28+Ey/G4sg1u2gB01S8MwybLOKAp9/yCMu/uR5l3Ug==", "dev": true }, "@types/ws": { @@ -30832,7 +30835,7 @@ "@types/chai": "^4.3.5", "@types/debug": "^4.1.8", "@types/mocha": "^10.0.1", - "@types/uuid": "^9.0.1", + "@types/uuid": "^9.0.3", "@waku/build-utils": "*", "@waku/interfaces": "0.0.17", "@waku/proto": "0.0.5", diff --git a/packages/core/package.json b/packages/core/package.json index bba7083aff..3143d72942 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -92,7 +92,7 @@ "@types/chai": "^4.3.5", "@types/debug": "^4.1.8", "@types/mocha": "^10.0.1", - "@types/uuid": "^9.0.1", + "@types/uuid": "^9.0.3", "@waku/build-utils": "*", "chai": "^4.3.7", "cspell": "^7.3.2",