chore(deps)(deps): bump uuid from 9.0.1 to 13.0.0

Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.1 to 13.0.0.
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/uuidjs/uuid/compare/v9.0.1...v13.0.0)

---
updated-dependencies:
- dependency-name: uuid
  dependency-version: 13.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-10-10 15:05:25 +00:00 committed by GitHub
parent 37c6c1e529
commit 5ac066add0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 35 additions and 30 deletions

61
package-lock.json generated
View File

@ -13165,6 +13165,19 @@
"node": ">=6"
}
},
"node_modules/dockerode/node_modules/uuid": {
"version": "10.0.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz",
"integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==",
"funding": [
"https://github.com/sponsors/broofa",
"https://github.com/sponsors/ctavan"
],
"license": "MIT",
"bin": {
"uuid": "dist/bin/uuid"
}
},
"node_modules/doctrine": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
@ -18773,6 +18786,20 @@
}
}
},
"node_modules/karma-webkit-launcher/node_modules/uuid": {
"version": "10.0.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz",
"integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==",
"dev": true,
"funding": [
"https://github.com/sponsors/broofa",
"https://github.com/sponsors/ctavan"
],
"license": "MIT",
"bin": {
"uuid": "dist/bin/uuid"
}
},
"node_modules/karma-webpack": {
"version": "5.0.0",
"resolved": "git+ssh://git@github.com/codymikol/karma-webpack.git#2337a82beb078c0d8e25ae8333a06249b8e72828",
@ -33641,16 +33668,16 @@
}
},
"node_modules/uuid": {
"version": "10.0.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz",
"integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==",
"version": "13.0.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.0.tgz",
"integrity": "sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==",
"funding": [
"https://github.com/sponsors/broofa",
"https://github.com/sponsors/ctavan"
],
"license": "MIT",
"bin": {
"uuid": "dist/bin/uuid"
"uuid": "dist-node/bin/uuid"
}
},
"node_modules/v8-compile-cache-lib": {
@ -35170,7 +35197,7 @@
"it-length-prefixed": "^9.0.4",
"it-pipe": "^3.0.1",
"uint8arraylist": "^2.4.3",
"uuid": "^9.0.0"
"uuid": "^13.0.0"
},
"devDependencies": {
"@libp2p/interface": "2.10.4",
@ -35211,17 +35238,6 @@
}
}
},
"packages/core/node_modules/uuid": {
"version": "9.0.1",
"funding": [
"https://github.com/sponsors/broofa",
"https://github.com/sponsors/ctavan"
],
"license": "MIT",
"bin": {
"uuid": "dist/bin/uuid"
}
},
"packages/discovery": {
"name": "@waku/discovery",
"version": "0.0.12",
@ -35851,7 +35867,7 @@
"ethers": "^5.7.2",
"lodash": "^4.17.21",
"sinon": "^19.0.2",
"uuid": "^11.0.5"
"uuid": "^13.0.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
@ -35967,17 +35983,6 @@
"url": "https://opencollective.com/sinon"
}
},
"packages/rln/node_modules/uuid": {
"version": "11.1.0",
"funding": [
"https://github.com/sponsors/broofa",
"https://github.com/sponsors/ctavan"
],
"license": "MIT",
"bin": {
"uuid": "dist/esm/bin/uuid"
}
},
"packages/sdk": {
"name": "@waku/sdk",
"version": "0.0.35",

View File

@ -75,7 +75,7 @@
"it-length-prefixed": "^9.0.4",
"it-pipe": "^3.0.1",
"uint8arraylist": "^2.4.3",
"uuid": "^9.0.0"
"uuid": "^13.0.0"
},
"devDependencies": {
"@libp2p/peer-id": "5.1.7",

View File

@ -83,7 +83,7 @@
"ethereum-cryptography": "^3.1.0",
"ethers": "^5.7.2",
"lodash": "^4.17.21",
"uuid": "^11.0.5",
"uuid": "^13.0.0",
"chai": "^5.1.2",
"chai-as-promised": "^8.0.1",
"chai-spies": "^1.1.0",