chore(deps)(deps): bump p-event from 6.0.1 to 7.0.0

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-09-30 15:13:44 +00:00 committed by GitHub
parent 79dd001b1f
commit c162872f64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 52 additions and 7 deletions

57
package-lock.json generated
View File

@ -4856,6 +4856,21 @@
"node": ">=0.3.1"
}
},
"node_modules/@libp2p/interface-compliance-tests/node_modules/p-event": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/p-event/-/p-event-6.0.1.tgz",
"integrity": "sha512-Q6Bekk5wpzW5qIyUP4gdMEujObYstZl6DMMOSenwBvV0BlE5LkDwkjs5yHbZmdCEq2o4RJx4tE1vwxFVf2FG1w==",
"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": "6.2.0",
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-6.2.0.tgz",
@ -5180,6 +5195,21 @@
"ws": "^8.18.2"
}
},
"node_modules/@libp2p/websockets/node_modules/p-event": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/p-event/-/p-event-6.0.1.tgz",
"integrity": "sha512-Q6Bekk5wpzW5qIyUP4gdMEujObYstZl6DMMOSenwBvV0BlE5LkDwkjs5yHbZmdCEq2o4RJx4tE1vwxFVf2FG1w==",
"license": "MIT",
"dependencies": {
"p-timeout": "^6.1.2"
},
"engines": {
"node": ">=16.17"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/@libp2p/websockets/node_modules/ws": {
"version": "8.18.2",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.2.tgz",
@ -13107,6 +13137,21 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/copy-file/node_modules/p-event": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/p-event/-/p-event-6.0.1.tgz",
"integrity": "sha512-Q6Bekk5wpzW5qIyUP4gdMEujObYstZl6DMMOSenwBvV0BlE5LkDwkjs5yHbZmdCEq2o4RJx4tE1vwxFVf2FG1w==",
"license": "MIT",
"dependencies": {
"p-timeout": "^6.1.2"
},
"engines": {
"node": ">=16.17"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/core-js-compat": {
"version": "3.43.0",
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.43.0.tgz",
@ -27122,15 +27167,15 @@
}
},
"node_modules/p-event": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/p-event/-/p-event-6.0.1.tgz",
"integrity": "sha512-Q6Bekk5wpzW5qIyUP4gdMEujObYstZl6DMMOSenwBvV0BlE5LkDwkjs5yHbZmdCEq2o4RJx4tE1vwxFVf2FG1w==",
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/p-event/-/p-event-7.0.0.tgz",
"integrity": "sha512-z4Xv/ieHhi6Dx3A5xbZI8WWTn+eSRo6buGTvA8Yv2iLyX+61SUIMKcBszZRHA6e2Apld6QEDSclAuha2iUntyA==",
"license": "MIT",
"dependencies": {
"p-timeout": "^6.1.2"
"p-timeout": "^6.1.4"
},
"engines": {
"node": ">=16.17"
"node": ">=20"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
@ -37388,7 +37433,7 @@
"chai": "^4.3.10",
"debug": "^4.3.4",
"fast-check": "^3.19.0",
"p-event": "^6.0.1"
"p-event": "^7.0.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",

View File

@ -59,7 +59,7 @@
"chai": "^4.3.10",
"debug": "^4.3.4",
"fast-check": "^3.19.0",
"p-event": "^6.0.1"
"p-event": "^7.0.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",