From 1ca39fce428e6b7e2e6c5790bec7e498d20fa41b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 13:12:46 +0530 Subject: [PATCH] chore(deps)(deps-dev): bump @types/debug from 4.1.8 to 4.1.10 (#1673) Bumps [@types/debug](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/debug) from 4.1.8 to 4.1.10. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/debug) --- updated-dependencies: - dependency-name: "@types/debug" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Danish Arora <35004822+danisharora099@users.noreply.github.com> --- package-lock.json | 17 ++++++++++------- packages/core/package.json | 2 +- packages/message-hash/package.json | 2 +- 3 files changed, 12 insertions(+), 9 deletions(-) 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",