chore(deps): bump undici from 5.26.3 to 5.28.3

Bumps [undici](https://github.com/nodejs/undici) from 5.26.3 to 5.28.3.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.26.3...v5.28.3)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-02-16 17:59:19 +00:00 committed by GitHub
parent 63a782d67b
commit 082c4b35fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

23
package-lock.json generated
View File

@ -16,7 +16,6 @@
"@types/react": "^18.0.28", "@types/react": "^18.0.28",
"@types/testing-library__jest-dom": "^5.14.5", "@types/testing-library__jest-dom": "^5.14.5",
"@typescript-eslint/eslint-plugin": "^5.52.0", "@typescript-eslint/eslint-plugin": "^5.52.0",
"@waku/interfaces": "^0.0.19",
"bundlewatch": "^0.3.3", "bundlewatch": "^0.3.3",
"eslint": "^8.34.0", "eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0", "eslint-config-prettier": "^8.6.0",
@ -40,8 +39,14 @@
"node": ">=18" "node": ">=18"
}, },
"peerDependencies": { "peerDependencies": {
"@waku/interfaces": "^0.0.19",
"@waku/sdk": "^0.0.20", "@waku/sdk": "^0.0.20",
"react": "^16.8.0 || ^17 || ^18" "react": "^16.8.0 || ^17 || ^18"
},
"peerDependenciesMeta": {
"@waku/interfaces": {
"optional": true
}
} }
}, },
"node_modules/@aashutoshrathi/word-wrap": { "node_modules/@aashutoshrathi/word-wrap": {
@ -3031,6 +3036,7 @@
"version": "0.0.19", "version": "0.0.19",
"resolved": "https://registry.npmjs.org/@waku/interfaces/-/interfaces-0.0.19.tgz", "resolved": "https://registry.npmjs.org/@waku/interfaces/-/interfaces-0.0.19.tgz",
"integrity": "sha512-l8ylagP/Q0h1l7+2wtt5aQ71N6Fbzgum7jMH5BgK+mQ7w+B3E1WakeCpeUK/BbHRmRKKtryWk0c2ySmHmA/6zA==", "integrity": "sha512-l8ylagP/Q0h1l7+2wtt5aQ71N6Fbzgum7jMH5BgK+mQ7w+B3E1WakeCpeUK/BbHRmRKKtryWk0c2ySmHmA/6zA==",
"peer": true,
"engines": { "engines": {
"node": ">=18" "node": ">=18"
} }
@ -10166,9 +10172,9 @@
} }
}, },
"node_modules/undici": { "node_modules/undici": {
"version": "5.26.3", "version": "5.28.3",
"resolved": "https://registry.npmjs.org/undici/-/undici-5.26.3.tgz", "resolved": "https://registry.npmjs.org/undici/-/undici-5.28.3.tgz",
"integrity": "sha512-H7n2zmKEWgOllKkIUkLvFmsJQj062lSm3uA4EYApG8gLuiOM0/go9bIoC3HVaSnfg4xunowDE2i9p8drkXuvDw==", "integrity": "sha512-3ItfzbrhDlINjaP0duwnNsKpDQk3acHI3gVJ1z4fmwMK31k5G9OVIAMLSIaP6w4FaGkaAkN6zaQO9LUvZ1t7VA==",
"peer": true, "peer": true,
"dependencies": { "dependencies": {
"@fastify/busboy": "^2.0.0" "@fastify/busboy": "^2.0.0"
@ -12921,7 +12927,8 @@
"@waku/interfaces": { "@waku/interfaces": {
"version": "0.0.19", "version": "0.0.19",
"resolved": "https://registry.npmjs.org/@waku/interfaces/-/interfaces-0.0.19.tgz", "resolved": "https://registry.npmjs.org/@waku/interfaces/-/interfaces-0.0.19.tgz",
"integrity": "sha512-l8ylagP/Q0h1l7+2wtt5aQ71N6Fbzgum7jMH5BgK+mQ7w+B3E1WakeCpeUK/BbHRmRKKtryWk0c2ySmHmA/6zA==" "integrity": "sha512-l8ylagP/Q0h1l7+2wtt5aQ71N6Fbzgum7jMH5BgK+mQ7w+B3E1WakeCpeUK/BbHRmRKKtryWk0c2ySmHmA/6zA==",
"peer": true
}, },
"@waku/peer-exchange": { "@waku/peer-exchange": {
"version": "0.0.17", "version": "0.0.17",
@ -18294,9 +18301,9 @@
} }
}, },
"undici": { "undici": {
"version": "5.26.3", "version": "5.28.3",
"resolved": "https://registry.npmjs.org/undici/-/undici-5.26.3.tgz", "resolved": "https://registry.npmjs.org/undici/-/undici-5.28.3.tgz",
"integrity": "sha512-H7n2zmKEWgOllKkIUkLvFmsJQj062lSm3uA4EYApG8gLuiOM0/go9bIoC3HVaSnfg4xunowDE2i9p8drkXuvDw==", "integrity": "sha512-3ItfzbrhDlINjaP0duwnNsKpDQk3acHI3gVJ1z4fmwMK31k5G9OVIAMLSIaP6w4FaGkaAkN6zaQO9LUvZ1t7VA==",
"peer": true, "peer": true,
"requires": { "requires": {
"@fastify/busboy": "^2.0.0" "@fastify/busboy": "^2.0.0"