diff --git a/package-lock.json b/package-lock.json index 9abd13ccd0..5a1c63b416 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3902,8 +3902,9 @@ } }, "node_modules/@types/debug": { - "version": "4.1.8", - "license": "MIT", + "version": "4.1.10", + "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.10.tgz", + "integrity": "sha512-tOSCru6s732pofZ+sMv9o4o3Zc+Sa8l3bxd/tweTQudFn06vAzb13ZX46Zi6m6EJ+RUbRTHvgQJ1gBtSgkaUYA==", "dependencies": { "@types/ms": "*" } @@ -25885,7 +25886,7 @@ "@rollup/plugin-json": "^6.0.0", "@rollup/plugin-node-resolve": "^15.1.0", "@types/chai": "^4.3.5", - "@types/debug": "^4.1.8", + "@types/debug": "^4.1.10", "@types/mocha": "^10.0.1", "@types/uuid": "^9.0.3", "@waku/build-utils": "*", @@ -26040,7 +26041,7 @@ "@rollup/plugin-json": "^6.0.0", "@rollup/plugin-node-resolve": "^15.1.0", "@types/chai": "^4.3.5", - "@types/debug": "^4.1.8", + "@types/debug": "^4.1.10", "@types/mocha": "^10.0.1", "@waku/build-utils": "*", "@waku/interfaces": "0.0.19", @@ -28716,7 +28717,9 @@ } }, "@types/debug": { - "version": "4.1.8", + "version": "4.1.10", + "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.10.tgz", + "integrity": "sha512-tOSCru6s732pofZ+sMv9o4o3Zc+Sa8l3bxd/tweTQudFn06vAzb13ZX46Zi6m6EJ+RUbRTHvgQJ1gBtSgkaUYA==", "requires": { "@types/ms": "*" } @@ -29189,7 +29192,7 @@ "@rollup/plugin-json": "^6.0.0", "@rollup/plugin-node-resolve": "^15.1.0", "@types/chai": "^4.3.5", - "@types/debug": "^4.1.8", + "@types/debug": "^4.1.10", "@types/mocha": "^10.0.1", "@types/uuid": "^9.0.3", "@waku/build-utils": "*", @@ -29350,7 +29353,7 @@ "@rollup/plugin-json": "^6.0.0", "@rollup/plugin-node-resolve": "^15.1.0", "@types/chai": "^4.3.5", - "@types/debug": "^4.1.8", + "@types/debug": "^4.1.10", "@types/mocha": "^10.0.1", "@waku/build-utils": "*", "@waku/interfaces": "0.0.19", diff --git a/packages/core/package.json b/packages/core/package.json index cb91567fc7..d83730d5c1 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -91,7 +91,7 @@ "@rollup/plugin-json": "^6.0.0", "@rollup/plugin-node-resolve": "^15.1.0", "@types/chai": "^4.3.5", - "@types/debug": "^4.1.8", + "@types/debug": "^4.1.10", "@types/mocha": "^10.0.1", "@types/uuid": "^9.0.3", "@waku/build-utils": "*", diff --git a/packages/message-hash/package.json b/packages/message-hash/package.json index 72e324d2ce..1a15ab10b9 100644 --- a/packages/message-hash/package.json +++ b/packages/message-hash/package.json @@ -58,7 +58,7 @@ "@rollup/plugin-json": "^6.0.0", "@rollup/plugin-node-resolve": "^15.1.0", "@types/chai": "^4.3.5", - "@types/debug": "^4.1.8", + "@types/debug": "^4.1.10", "@types/mocha": "^10.0.1", "@waku/build-utils": "*", "@waku/interfaces": "0.0.19",