mirror of https://github.com/status-im/js-waku.git
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Danish Arora <35004822+danisharora099@users.noreply.github.com>
This commit is contained in:
parent
1892f5093d
commit
1ca39fce42
|
@ -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",
|
||||
|
|
|
@ -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": "*",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue