Skip to content

Commit c48df1a

Browse files
chore(deps-dev): bump @types/uuid from 9.0.8 to 11.0.0
Bumps [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid) from 9.0.8 to 11.0.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid) --- updated-dependencies: - dependency-name: "@types/uuid" dependency-version: 11.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e6eb4fa commit c48df1a

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"@svgr/rollup": "^6.1.2",
9898
"@svgr/webpack": "^6.5.1",
9999
"@types/react": "^18.3.3",
100-
"@types/uuid": "^9.0.8",
100+
"@types/uuid": "^11.0.0",
101101
"@typescript-eslint/eslint-plugin": "^5.51.0",
102102
"@typescript-eslint/parser": "^5.51.0",
103103
"@vanilla-extract/rollup-plugin": "1.3.6",

yarn.lock

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2818,7 +2818,7 @@ __metadata:
28182818
"@svgr/rollup": ^6.1.2
28192819
"@svgr/webpack": ^6.5.1
28202820
"@types/react": ^18.3.3
2821-
"@types/uuid": ^9.0.8
2821+
"@types/uuid": ^11.0.0
28222822
"@typescript-eslint/eslint-plugin": ^5.51.0
28232823
"@typescript-eslint/parser": ^5.51.0
28242824
"@vanilla-extract/css": 1.11.1
@@ -8257,10 +8257,12 @@ __metadata:
82578257
languageName: node
82588258
linkType: hard
82598259

8260-
"@types/uuid@npm:^9.0.8":
8261-
version: 9.0.8
8262-
resolution: "@types/uuid@npm:9.0.8"
8263-
checksum: b8c60b7ba8250356b5088302583d1704a4e1a13558d143c549c408bf8920535602ffc12394ede77f8a8083511b023704bc66d1345792714002bfa261b17c5275
8260+
"@types/uuid@npm:^11.0.0":
8261+
version: 11.0.0
8262+
resolution: "@types/uuid@npm:11.0.0"
8263+
dependencies:
8264+
uuid: "*"
8265+
checksum: 9f94bd34e5d220c53cc58ea9f48a0061d3bc343e29bc33a17edc705f5e21fedda21553318151f2bc227c2b2b03727bbb536da2b82a61f84d2e1ca38abc5e5c3f
82648266
languageName: node
82658267
linkType: hard
82668268

@@ -26793,6 +26795,15 @@ __metadata:
2679326795
languageName: node
2679426796
linkType: hard
2679526797

26798+
"uuid@npm:*":
26799+
version: 13.0.0
26800+
resolution: "uuid@npm:13.0.0"
26801+
bin:
26802+
uuid: dist-node/bin/uuid
26803+
checksum: 7510ee1ab371be5339ef26ff8cabc2f4a2c60640ff880652968f758072f53bd4f4af1c8b0e671a8c9bb29ef926a24dec3ef0e3861d78183b39291a85743a9f96
26804+
languageName: node
26805+
linkType: hard
26806+
2679626807
"uuid@npm:^3.3.2":
2679726808
version: 3.4.0
2679826809
resolution: "uuid@npm:3.4.0"

0 commit comments

Comments
 (0)