Skip to content

Commit 3d68b08

Browse files
Update @types/uuid
1 parent 6e175c4 commit 3d68b08

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"@types/react-native-zeroconf": "^0.13.1",
121121
"@types/react-test-renderer": "^19.0.0",
122122
"@types/styled-components": "^5.1.34",
123-
"@types/uuid": "^10.0.0",
123+
"@types/uuid": "^11.0.0",
124124
"@typescript-eslint/eslint-plugin": "^8.44.1",
125125
"@typescript-eslint/parser": "^8.44.1",
126126
"babel-plugin-module-resolver": "^5.0.2",

yarn.lock

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4794,10 +4794,12 @@ __metadata:
47944794
languageName: node
47954795
linkType: hard
47964796

4797-
"@types/uuid@npm:^10.0.0":
4798-
version: 10.0.0
4799-
resolution: "@types/uuid@npm:10.0.0"
4800-
checksum: 10/e3958f8b0fe551c86c14431f5940c3470127293280830684154b91dc7eb3514aeb79fe3216968833cf79d4d1c67f580f054b5be2cd562bebf4f728913e73e944
4797+
"@types/uuid@npm:^11.0.0":
4798+
version: 11.0.0
4799+
resolution: "@types/uuid@npm:11.0.0"
4800+
dependencies:
4801+
uuid: "npm:*"
4802+
checksum: 10/9f94bd34e5d220c53cc58ea9f48a0061d3bc343e29bc33a17edc705f5e21fedda21553318151f2bc227c2b2b03727bbb536da2b82a61f84d2e1ca38abc5e5c3f
48014803
languageName: node
48024804
linkType: hard
48034805

@@ -12477,7 +12479,7 @@ __metadata:
1247712479
"@types/react-native-zeroconf": "npm:^0.13.1"
1247812480
"@types/react-test-renderer": "npm:^19.0.0"
1247912481
"@types/styled-components": "npm:^5.1.34"
12480-
"@types/uuid": "npm:^10.0.0"
12482+
"@types/uuid": "npm:^11.0.0"
1248112483
"@typescript-eslint/eslint-plugin": "npm:^8.44.1"
1248212484
"@typescript-eslint/parser": "npm:^8.44.1"
1248312485
babel-plugin-module-resolver: "npm:^5.0.2"
@@ -15966,7 +15968,7 @@ __metadata:
1596615968
languageName: node
1596715969
linkType: hard
1596815970

15969-
"uuid@npm:^13.0.0":
15971+
"uuid@npm:*, uuid@npm:^13.0.0":
1597015972
version: 13.0.0
1597115973
resolution: "uuid@npm:13.0.0"
1597215974
bin:

0 commit comments

Comments
 (0)