diff --git a/package-lock.json b/package-lock.json index 6017b2c7fe..395dec7543 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4202,8 +4202,9 @@ } }, "node_modules/@types/debug": { - "version": "4.1.7", - "license": "MIT", + "version": "4.1.8", + "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.8.tgz", + "integrity": "sha512-/vPO1EPOs306Cvhwv7KfVfYvOJqA/S/AXjaHQiJboCZzcNDb+TIJFN9/2C9DZ//ijSKWioNyUxD792QmDJ+HKQ==", "dependencies": { "@types/ms": "*" } @@ -26817,7 +26818,7 @@ "@rollup/plugin-json": "^6.0.0", "@rollup/plugin-node-resolve": "^15.1.0", "@types/chai": "^4.3.5", - "@types/debug": "^4.1.7", + "@types/debug": "^4.1.8", "@types/mocha": "^10.0.1", "@types/uuid": "^9.0.1", "@waku/build-utils": "*", @@ -27007,7 +27008,7 @@ "@rollup/plugin-json": "^6.0.0", "@rollup/plugin-node-resolve": "^15.1.0", "@types/chai": "^4.3.5", - "@types/debug": "^4.1.7", + "@types/debug": "^4.1.8", "@types/mocha": "^10.0.1", "@waku/build-utils": "*", "@waku/interfaces": "0.0.17", @@ -30233,7 +30234,9 @@ } }, "@types/debug": { - "version": "4.1.7", + "version": "4.1.8", + "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.8.tgz", + "integrity": "sha512-/vPO1EPOs306Cvhwv7KfVfYvOJqA/S/AXjaHQiJboCZzcNDb+TIJFN9/2C9DZ//ijSKWioNyUxD792QmDJ+HKQ==", "requires": { "@types/ms": "*" } @@ -30827,7 +30830,7 @@ "@rollup/plugin-json": "^6.0.0", "@rollup/plugin-node-resolve": "^15.1.0", "@types/chai": "^4.3.5", - "@types/debug": "^4.1.7", + "@types/debug": "^4.1.8", "@types/mocha": "^10.0.1", "@types/uuid": "^9.0.1", "@waku/build-utils": "*", @@ -30982,7 +30985,7 @@ "@rollup/plugin-json": "^6.0.0", "@rollup/plugin-node-resolve": "^15.1.0", "@types/chai": "^4.3.5", - "@types/debug": "^4.1.7", + "@types/debug": "^4.1.8", "@types/mocha": "^10.0.1", "@waku/build-utils": "*", "@waku/interfaces": "0.0.17", diff --git a/packages/core/package.json b/packages/core/package.json index d699a0bd58..bba7083aff 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -90,7 +90,7 @@ "@rollup/plugin-json": "^6.0.0", "@rollup/plugin-node-resolve": "^15.1.0", "@types/chai": "^4.3.5", - "@types/debug": "^4.1.7", + "@types/debug": "^4.1.8", "@types/mocha": "^10.0.1", "@types/uuid": "^9.0.1", "@waku/build-utils": "*", diff --git a/packages/message-hash/package.json b/packages/message-hash/package.json index ad16b10ea8..91de58b462 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.7", + "@types/debug": "^4.1.8", "@types/mocha": "^10.0.1", "@waku/build-utils": "*", "@waku/interfaces": "0.0.17",