Skip to content

Commit d15b8bb

Browse files
chore(deps): bump uuid from 9.0.1 to 11.0.3
Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.1 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@v9.0.1...v11.0.3) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d4f644d commit d15b8bb

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"troika-three-text": "^0.52.0",
6767
"tunnel-rat": "^0.1.2",
6868
"utility-types": "^3.11.0",
69-
"uuid": "^9.0.1",
69+
"uuid": "^11.0.3",
7070
"zustand": "^3.7.1"
7171
},
7272
"devDependencies": {

yarn.lock

+11-2
Original file line numberDiff line numberDiff line change
@@ -2902,7 +2902,7 @@ __metadata:
29022902
tunnel-rat: "npm:^0.1.2"
29032903
typescript: "npm:^5.6.3"
29042904
utility-types: "npm:^3.11.0"
2905-
uuid: "npm:^9.0.1"
2905+
uuid: "npm:^11.0.3"
29062906
vite: "npm:^5.4.11"
29072907
vite-plugin-glslify: "npm:^2.1.0"
29082908
zustand: "npm:^3.7.1"
@@ -12856,7 +12856,16 @@ __metadata:
1285612856
languageName: node
1285712857
linkType: hard
1285812858

12859-
"uuid@npm:^9.0.0, uuid@npm:^9.0.1":
12859+
"uuid@npm:^11.0.3":
12860+
version: 11.0.3
12861+
resolution: "uuid@npm:11.0.3"
12862+
bin:
12863+
uuid: dist/esm/bin/uuid
12864+
checksum: 10c0/cee762fc76d949a2ff9205770334699e0043d52bb766472593a25f150077c9deed821230251ea3d6ab3943a5ea137d2826678797f1d5f6754c7ce5ce27e9f7a6
12865+
languageName: node
12866+
linkType: hard
12867+
12868+
"uuid@npm:^9.0.0":
1286012869
version: 9.0.1
1286112870
resolution: "uuid@npm:9.0.1"
1286212871
bin:

0 commit comments

Comments
 (0)