Skip to content

Commit

Permalink
chore(deps): update dependency @types/uuid to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 4, 2024
1 parent 08d0e45 commit e7c46ba
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@types/react-table": "7.7.20",
"@types/react-test-renderer": "18.3.0",
"@types/semver": "7.5.8",
"@types/uuid": "^9.0.0",
"@types/uuid": "^10.0.0",
"@uiw/codemirror-theme-duotone": "4.23.6",
"@uiw/react-codemirror": "4.23.5",
"@vitejs/plugin-react": "4.3.3",
Expand Down
10 changes: 5 additions & 5 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3230,10 +3230,10 @@ __metadata:
languageName: node
linkType: hard

"@types/uuid@npm:^9.0.0":
version: 9.0.8
resolution: "@types/uuid@npm:9.0.8"
checksum: 10c0/b411b93054cb1d4361919579ef3508a1f12bf15b5fdd97337d3d351bece6c921b52b6daeef89b62340fd73fd60da407878432a1af777f40648cbe53a01723489
"@types/uuid@npm:^10.0.0":
version: 10.0.0
resolution: "@types/uuid@npm:10.0.0"
checksum: 10c0/9a1404bf287164481cb9b97f6bb638f78f955be57c40c6513b7655160beb29df6f84c915aaf4089a1559c216557dc4d2f79b48d978742d3ae10b937420ddac60
languageName: node
linkType: hard

Expand Down Expand Up @@ -10111,7 +10111,7 @@ __metadata:
"@types/react-table": "npm:7.7.20"
"@types/react-test-renderer": "npm:18.3.0"
"@types/semver": "npm:7.5.8"
"@types/uuid": "npm:^9.0.0"
"@types/uuid": "npm:^10.0.0"
"@uiw/codemirror-theme-duotone": "npm:4.23.6"
"@uiw/react-codemirror": "npm:4.23.5"
"@vitejs/plugin-react": "npm:4.3.3"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
"@types/stoppable": "1.1.3",
"@types/supertest": "6.0.2",
"@types/type-is": "1.6.6",
"@types/uuid": "9.0.8",
"@types/uuid": "10.0.0",
"concurrently": "^8.0.1",
"copyfiles": "2.4.1",
"coveralls": "3.1.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2198,10 +2198,10 @@ __metadata:
languageName: node
linkType: hard

"@types/uuid@npm:9.0.8":
version: 9.0.8
resolution: "@types/uuid@npm:9.0.8"
checksum: 10c0/b411b93054cb1d4361919579ef3508a1f12bf15b5fdd97337d3d351bece6c921b52b6daeef89b62340fd73fd60da407878432a1af777f40648cbe53a01723489
"@types/uuid@npm:10.0.0":
version: 10.0.0
resolution: "@types/uuid@npm:10.0.0"
checksum: 10c0/9a1404bf287164481cb9b97f6bb638f78f955be57c40c6513b7655160beb29df6f84c915aaf4089a1559c216557dc4d2f79b48d978742d3ae10b937420ddac60
languageName: node
linkType: hard

Expand Down Expand Up @@ -9299,7 +9299,7 @@ __metadata:
"@types/stoppable": "npm:1.1.3"
"@types/supertest": "npm:6.0.2"
"@types/type-is": "npm:1.6.6"
"@types/uuid": "npm:9.0.8"
"@types/uuid": "npm:10.0.0"
"@wesleytodd/openapi": "npm:^1.1.0"
ajv: "npm:^8.12.0"
ajv-formats: "npm:^2.1.1"
Expand Down

0 comments on commit e7c46ba

Please sign in to comment.