build(deps-dev): bump uuid from 11.0.2 to 11.0.3

Bumps [uuid](https://github.com/uuidjs/uuid) from 11.0.2 to 11.0.3.
- [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/v11.0.2...v11.0.3)

---
updated-dependencies:
- dependency-name: uuid
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-11-14 04:48:18 +00:00 committed by Klara Simickova
parent a1c36815fd
commit d58be5e528
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -83,7 +83,7 @@
"ts-node": "10.9.2",
"ts-patch": "3.2.1",
"typescript": "5.6.3",
"uuid": "11.0.2",
"uuid": "11.0.3",
"vitest": "2.0.5",
"vitest-canvas-mock": "0.3.3",
"webpack-bundle-analyzer": "4.10.2",
@ -19969,9 +19969,9 @@
}
},
"node_modules/uuid": {
"version": "11.0.2",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.2.tgz",
"integrity": "sha512-14FfcOJmqdjbBPdDjFQyk/SdT4NySW4eM0zcG+HqbHP5jzuH56xO3J1DGhgs/cEMCfwYi3HQI1gnTO62iaG+tQ==",
"version": "11.0.3",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz",
"integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==",
"dev": true,
"funding": [
"https://github.com/sponsors/broofa",

View file

@ -81,7 +81,7 @@
"ts-node": "10.9.2",
"ts-patch": "3.2.1",
"typescript": "5.6.3",
"uuid": "11.0.2",
"uuid": "11.0.3",
"vitest": "2.0.5",
"vitest-canvas-mock": "0.3.3",
"webpack-bundle-analyzer": "4.10.2",