chore(deps)(deps): bump p-event from 5.0.1 to 6.0.0 (#1610)

Bumps [p-event](https://github.com/sindresorhus/p-event) from 5.0.1 to 6.0.0.
- [Release notes](https://github.com/sindresorhus/p-event/releases)
- [Commits](https://github.com/sindresorhus/p-event/compare/v5.0.1...v6.0.0)

---
updated-dependencies:
- dependency-name: p-event
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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:
dependabot[bot] 2023-10-02 10:29:45 +05:30 committed by GitHub
parent a3c45b6e1a
commit fa6510040c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 52 additions and 43 deletions

93
package-lock.json generated
View File

@ -2287,19 +2287,6 @@
"node": ">=0.3.1"
}
},
"node_modules/@libp2p/interface-compliance-tests/node_modules/p-event": {
"version": "6.0.0",
"license": "MIT",
"dependencies": {
"p-timeout": "^6.1.2"
},
"engines": {
"node": ">=16.17"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/@libp2p/interface-compliance-tests/node_modules/p-limit": {
"version": "4.0.0",
"license": "MIT",
@ -7343,6 +7330,31 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/cp-file/node_modules/p-event": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/p-event/-/p-event-5.0.1.tgz",
"integrity": "sha512-dd589iCQ7m1L0bmC5NLlVYfy3TbBEsMUfWx9PyAgPeIcFZ/E2yaTZ4Rz4MiBmmJShviiftHVXOqfnfzJ6kyMrQ==",
"dependencies": {
"p-timeout": "^5.0.2"
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/cp-file/node_modules/p-timeout": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-5.1.0.tgz",
"integrity": "sha512-auFDyzzzGZZZdHz3BtET9VEz0SE/uMEAx7uWfGPucfzEwwe/xH0iVeZibQmANYE/hp9T2+UUZT5m+BKyrDp3Ew==",
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/cpu-features": {
"version": "0.0.9",
"hasInstallScript": true,
@ -19416,23 +19428,14 @@
}
},
"node_modules/p-event": {
"version": "5.0.1",
"license": "MIT",
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/p-event/-/p-event-6.0.0.tgz",
"integrity": "sha512-Xbfxd0CfZmHLGKXH32k1JKjQYX6Rkv0UtQdaFJ8OyNcf+c0oWCeXHc1C4CX/IESZLmcvfPa5aFIO/vCr5gqtag==",
"dependencies": {
"p-timeout": "^5.0.2"
"p-timeout": "^6.1.2"
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/p-event/node_modules/p-timeout": {
"version": "5.1.0",
"license": "MIT",
"engines": {
"node": ">=12"
"node": ">=16.17"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
@ -25839,7 +25842,7 @@
"it-all": "^3.0.3",
"it-length-prefixed": "^9.0.1",
"it-pipe": "^3.0.1",
"p-event": "^5.0.1",
"p-event": "^6.0.0",
"uint8arraylist": "^2.4.3",
"uuid": "^9.0.0"
},
@ -27622,12 +27625,6 @@
"diff": {
"version": "5.1.0"
},
"p-event": {
"version": "6.0.0",
"requires": {
"p-timeout": "^6.1.2"
}
},
"p-limit": {
"version": "4.0.0",
"requires": {
@ -29111,7 +29108,7 @@
"it-pipe": "^3.0.1",
"mocha": "^10.2.0",
"npm-run-all": "^4.1.5",
"p-event": "^5.0.1",
"p-event": "^6.0.0",
"process": "^0.11.10",
"rollup": "^3.29.2",
"uint8arraylist": "^2.4.3",
@ -31006,6 +31003,21 @@
"graceful-fs": "^4.2.10",
"nested-error-stacks": "^2.1.1",
"p-event": "^5.0.1"
},
"dependencies": {
"p-event": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/p-event/-/p-event-5.0.1.tgz",
"integrity": "sha512-dd589iCQ7m1L0bmC5NLlVYfy3TbBEsMUfWx9PyAgPeIcFZ/E2yaTZ4Rz4MiBmmJShviiftHVXOqfnfzJ6kyMrQ==",
"requires": {
"p-timeout": "^5.0.2"
}
},
"p-timeout": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-5.1.0.tgz",
"integrity": "sha512-auFDyzzzGZZZdHz3BtET9VEz0SE/uMEAx7uWfGPucfzEwwe/xH0iVeZibQmANYE/hp9T2+UUZT5m+BKyrDp3Ew=="
}
}
},
"cpu-features": {
@ -38314,14 +38326,11 @@
"version": "3.0.0"
},
"p-event": {
"version": "5.0.1",
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/p-event/-/p-event-6.0.0.tgz",
"integrity": "sha512-Xbfxd0CfZmHLGKXH32k1JKjQYX6Rkv0UtQdaFJ8OyNcf+c0oWCeXHc1C4CX/IESZLmcvfPa5aFIO/vCr5gqtag==",
"requires": {
"p-timeout": "^5.0.2"
},
"dependencies": {
"p-timeout": {
"version": "5.1.0"
}
"p-timeout": "^6.1.2"
}
},
"p-filter": {

View File

@ -80,7 +80,7 @@
"it-all": "^3.0.3",
"it-length-prefixed": "^9.0.1",
"it-pipe": "^3.0.1",
"p-event": "^5.0.1",
"p-event": "^6.0.0",
"uint8arraylist": "^2.4.3",
"uuid": "^9.0.0"
},