Skip to content

Commit 157d8bc

Browse files
chore(deps-dev): bump @types/uuid from 10.0.0 to 11.0.0
Bumps [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid) from 10.0.0 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]> Signed-off-by: wasmcloud-automation-app[bot] <151542377+wasmcloud-automation-app[bot]@users.noreply.github.com>
1 parent bc60e57 commit 157d8bc

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

.changeset/dependabot-b0bd2eb.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'washboard-ui': patch
3+
---
4+
5+
chore(deps-dev): bump `@types/uuid` from 10.0.0 to 11.0.0

apps/washboard-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@types/node": "^24.3.1",
6565
"@types/react": "19.0.0",
6666
"@types/react-dom": "19.0.0",
67-
"@types/uuid": "^10.0.0",
67+
"@types/uuid": "^11.0.0",
6868
"@vitejs/plugin-react": "^5.0.2",
6969
"@vitejs/plugin-react-swc": "^4.0.1",
7070
"@wasmcloud/eslint-config": "workspace:^",

yarn.lock

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3506,10 +3506,12 @@ __metadata:
35063506
languageName: node
35073507
linkType: hard
35083508

3509-
"@types/uuid@npm:^10.0.0":
3510-
version: 10.0.0
3511-
resolution: "@types/uuid@npm:10.0.0"
3512-
checksum: 10/e3958f8b0fe551c86c14431f5940c3470127293280830684154b91dc7eb3514aeb79fe3216968833cf79d4d1c67f580f054b5be2cd562bebf4f728913e73e944
3509+
"@types/uuid@npm:^11.0.0":
3510+
version: 11.0.0
3511+
resolution: "@types/uuid@npm:11.0.0"
3512+
dependencies:
3513+
uuid: "npm:*"
3514+
checksum: 10/9f94bd34e5d220c53cc58ea9f48a0061d3bc343e29bc33a17edc705f5e21fedda21553318151f2bc227c2b2b03727bbb536da2b82a61f84d2e1ca38abc5e5c3f
35133515
languageName: node
35143516
linkType: hard
35153517

@@ -11751,7 +11753,7 @@ __metadata:
1175111753
languageName: node
1175211754
linkType: hard
1175311755

11754-
"uuid@npm:^13.0.0":
11756+
"uuid@npm:*, uuid@npm:^13.0.0":
1175511757
version: 13.0.0
1175611758
resolution: "uuid@npm:13.0.0"
1175711759
bin:
@@ -11909,7 +11911,7 @@ __metadata:
1190911911
"@types/node": "npm:^24.3.1"
1191011912
"@types/react": "npm:19.0.0"
1191111913
"@types/react-dom": "npm:19.0.0"
11912-
"@types/uuid": "npm:^10.0.0"
11914+
"@types/uuid": "npm:^11.0.0"
1191311915
"@vitejs/plugin-react": "npm:^5.0.2"
1191411916
"@vitejs/plugin-react-swc": "npm:^4.0.1"
1191511917
"@wasmcloud/eslint-config": "workspace:^"

0 commit comments

Comments
 (0)