Skip to content

Commit

Permalink
⬆️ Bump uuid from 10.0.0 to 11.0.3
Browse files Browse the repository at this point in the history
Bumps [uuid](https://github.com/uuidjs/uuid) from 10.0.0 to 11.0.3.
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v10.0.0...v11.0.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and tidnav committed Nov 13, 2024
1 parent 0a0e3ef commit f6e9a12
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"patch-package": "^8.0.0",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"uuid": "^10.0.0"
"uuid": "^11.0.3"
},
"lint-staged": {
"*.{js,ts,tsx}": "eslint --cache --fix",
Expand Down
11 changes: 10 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2580,7 +2580,7 @@ __metadata:
react-dom: "npm:18.3.1"
react-intl: "npm:^6.8.1"
typescript: "npm:^5.6.3"
uuid: "npm:^10.0.0"
uuid: "npm:^11.0.3"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -9391,6 +9391,15 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:^11.0.3":
version: 11.0.3
resolution: "uuid@npm:11.0.3"
bin:
uuid: dist/esm/bin/uuid
checksum: 10c0/cee762fc76d949a2ff9205770334699e0043d52bb766472593a25f150077c9deed821230251ea3d6ab3943a5ea137d2826678797f1d5f6754c7ce5ce27e9f7a6
languageName: node
linkType: hard

"v8-to-istanbul@npm:^9.0.1":
version: 9.1.0
resolution: "v8-to-istanbul@npm:9.1.0"
Expand Down

0 comments on commit f6e9a12

Please sign in to comment.