mirror of https://github.com/waku-org/js-waku.git
chore(deps)(deps-dev): bump @types/tail from 2.2.1 to 2.2.3 (#1760)
Bumps [@types/tail](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/tail) from 2.2.1 to 2.2.3. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/tail) --- updated-dependencies: - dependency-name: "@types/tail" 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>
This commit is contained in:
parent
566e02e0cf
commit
4de54865ca
|
@ -4151,9 +4151,10 @@
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
"node_modules/@types/tail": {
|
"node_modules/@types/tail": {
|
||||||
"version": "2.2.1",
|
"version": "2.2.3",
|
||||||
"dev": true,
|
"resolved": "https://registry.npmjs.org/@types/tail/-/tail-2.2.3.tgz",
|
||||||
"license": "MIT"
|
"integrity": "sha512-Hnf352egOlDR4nVTaGX0t/kmTNXHMdovF2C7PVDFtHTHJPFmIspOI1b86vEOxU7SfCq/dADS7ptbqgG/WGGxnA==",
|
||||||
|
"dev": true
|
||||||
},
|
},
|
||||||
"node_modules/@types/ungap__structured-clone": {
|
"node_modules/@types/ungap__structured-clone": {
|
||||||
"version": "0.3.0",
|
"version": "0.3.0",
|
||||||
|
@ -26488,7 +26489,7 @@
|
||||||
"@types/dockerode": "^3.3.19",
|
"@types/dockerode": "^3.3.19",
|
||||||
"@types/mocha": "^10.0.1",
|
"@types/mocha": "^10.0.1",
|
||||||
"@types/sinon": "^17.0.2",
|
"@types/sinon": "^17.0.2",
|
||||||
"@types/tail": "^2.2.1",
|
"@types/tail": "^2.2.3",
|
||||||
"@waku/dns-discovery": "*",
|
"@waku/dns-discovery": "*",
|
||||||
"@waku/message-encryption": "*",
|
"@waku/message-encryption": "*",
|
||||||
"@waku/peer-exchange": "*",
|
"@waku/peer-exchange": "*",
|
||||||
|
@ -29217,7 +29218,9 @@
|
||||||
"version": "0.0.30"
|
"version": "0.0.30"
|
||||||
},
|
},
|
||||||
"@types/tail": {
|
"@types/tail": {
|
||||||
"version": "2.2.1",
|
"version": "2.2.3",
|
||||||
|
"resolved": "https://registry.npmjs.org/@types/tail/-/tail-2.2.3.tgz",
|
||||||
|
"integrity": "sha512-Hnf352egOlDR4nVTaGX0t/kmTNXHMdovF2C7PVDFtHTHJPFmIspOI1b86vEOxU7SfCq/dADS7ptbqgG/WGGxnA==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"@types/ungap__structured-clone": {
|
"@types/ungap__structured-clone": {
|
||||||
|
@ -29801,7 +29804,7 @@
|
||||||
"@types/dockerode": "^3.3.19",
|
"@types/dockerode": "^3.3.19",
|
||||||
"@types/mocha": "^10.0.1",
|
"@types/mocha": "^10.0.1",
|
||||||
"@types/sinon": "^17.0.2",
|
"@types/sinon": "^17.0.2",
|
||||||
"@types/tail": "^2.2.1",
|
"@types/tail": "^2.2.3",
|
||||||
"@waku/core": "*",
|
"@waku/core": "*",
|
||||||
"@waku/dns-discovery": "*",
|
"@waku/dns-discovery": "*",
|
||||||
"@waku/enr": "*",
|
"@waku/enr": "*",
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
"@types/dockerode": "^3.3.19",
|
"@types/dockerode": "^3.3.19",
|
||||||
"@types/mocha": "^10.0.1",
|
"@types/mocha": "^10.0.1",
|
||||||
"@types/sinon": "^17.0.2",
|
"@types/sinon": "^17.0.2",
|
||||||
"@types/tail": "^2.2.1",
|
"@types/tail": "^2.2.3",
|
||||||
"@waku/dns-discovery": "*",
|
"@waku/dns-discovery": "*",
|
||||||
"@waku/message-encryption": "*",
|
"@waku/message-encryption": "*",
|
||||||
"@waku/peer-exchange": "*",
|
"@waku/peer-exchange": "*",
|
||||||
|
|
Loading…
Reference in New Issue