diff --git a/package-lock.json b/package-lock.json index 53c05ec21f..55056d23ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3949,9 +3949,9 @@ } }, "node_modules/@types/debug": { - "version": "4.1.10", - "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.10.tgz", - "integrity": "sha512-tOSCru6s732pofZ+sMv9o4o3Zc+Sa8l3bxd/tweTQudFn06vAzb13ZX46Zi6m6EJ+RUbRTHvgQJ1gBtSgkaUYA==", + "version": "4.1.12", + "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz", + "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==", "dependencies": { "@types/ms": "*" } @@ -26058,7 +26058,7 @@ "@rollup/plugin-json": "^6.0.0", "@rollup/plugin-node-resolve": "^15.2.3", "@types/chai": "^4.3.11", - "@types/debug": "^4.1.10", + "@types/debug": "^4.1.12", "@types/mocha": "^10.0.1", "@types/uuid": "^9.0.7", "@waku/build-utils": "*", @@ -26213,7 +26213,7 @@ "@rollup/plugin-json": "^6.0.0", "@rollup/plugin-node-resolve": "^15.2.3", "@types/chai": "^4.3.11", - "@types/debug": "^4.1.10", + "@types/debug": "^4.1.12", "@types/mocha": "^10.0.1", "@waku/build-utils": "*", "@waku/interfaces": "0.0.20", @@ -28922,9 +28922,9 @@ } }, "@types/debug": { - "version": "4.1.10", - "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.10.tgz", - "integrity": "sha512-tOSCru6s732pofZ+sMv9o4o3Zc+Sa8l3bxd/tweTQudFn06vAzb13ZX46Zi6m6EJ+RUbRTHvgQJ1gBtSgkaUYA==", + "version": "4.1.12", + "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz", + "integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==", "requires": { "@types/ms": "*" } @@ -29379,7 +29379,7 @@ "@rollup/plugin-json": "^6.0.0", "@rollup/plugin-node-resolve": "^15.2.3", "@types/chai": "^4.3.11", - "@types/debug": "^4.1.10", + "@types/debug": "^4.1.12", "@types/mocha": "^10.0.1", "@types/uuid": "^9.0.7", "@waku/build-utils": "*", @@ -29540,7 +29540,7 @@ "@rollup/plugin-json": "^6.0.0", "@rollup/plugin-node-resolve": "^15.2.3", "@types/chai": "^4.3.11", - "@types/debug": "^4.1.10", + "@types/debug": "^4.1.12", "@types/mocha": "^10.0.1", "@waku/build-utils": "*", "@waku/interfaces": "0.0.20", diff --git a/packages/core/package.json b/packages/core/package.json index d7d96e1e6f..a3584e53c2 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.2.3", "@types/chai": "^4.3.11", - "@types/debug": "^4.1.10", + "@types/debug": "^4.1.12", "@types/mocha": "^10.0.1", "@types/uuid": "^9.0.7", "@waku/build-utils": "*", diff --git a/packages/message-hash/package.json b/packages/message-hash/package.json index 605b276977..9935cd7d19 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.2.3", "@types/chai": "^4.3.11", - "@types/debug": "^4.1.10", + "@types/debug": "^4.1.12", "@types/mocha": "^10.0.1", "@waku/build-utils": "*", "@waku/interfaces": "0.0.20",