Skip to content

Commit d0faced

Browse files
Update dependency @types/uuid to v11
1 parent dfb2830 commit d0faced

File tree

11 files changed

+31
-22
lines changed

11 files changed

+31
-22
lines changed

apps/prisma-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@types/node": "20.17.28",
5757
"@types/qs": "6.14.0",
5858
"@types/sinon": "10.0.20",
59-
"@types/uuid": "8.3.4",
59+
"@types/uuid": "11.0.0",
6060
"@types/validator": "13.15.10",
6161
"chai": "4.5.0",
6262
"cross-env": "7.0.3",

apps/prisma-example/yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -507,10 +507,12 @@
507507
resolved "https://registry.yarnpkg.com/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.4.tgz#663bb44e01f6bae4eaae3719d8b037411217c992"
508508
integrity sha512-GDV68H0mBSN449sa5HEj51E0wfpVQb8xNSMzxf/PrypMFcLTMwJMOM/cgXiv71Mq5drkOQmUGvL1okOZcu6RrQ==
509509

510-
511-
version "8.3.4"
512-
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-8.3.4.tgz#bd86a43617df0594787d38b735f55c805becf1bc"
513-
integrity sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw==
510+
511+
version "11.0.0"
512+
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-11.0.0.tgz#f4fa34bbf2af941148ef1973c4361fc43617971c"
513+
integrity sha512-HVyk8nj2m+jcFRNazzqyVKiZezyhDKrGUA3jlEcg/nZ6Ms+qHwocba1Y/AaVaznJTAM9xpdFSh+ptbNrhOGvZA==
514+
dependencies:
515+
uuid "*"
514516

515517
516518
version "13.15.10"
@@ -2086,6 +2088,11 @@ update-browserslist-db@^1.0.13:
20862088
escalade "^3.1.1"
20872089
picocolors "^1.0.0"
20882090

2091+
uuid@*:
2092+
version "13.0.0"
2093+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-13.0.0.tgz#263dc341b19b4d755eb8fe36b78d95a6b65707e8"
2094+
integrity sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==
2095+
20892096
uuid@^8.3.2:
20902097
version "8.3.2"
20912098
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"

apps/sequelize-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@types/node": "20.17.28",
5757
"@types/qs": "6.14.0",
5858
"@types/sinon": "10.0.20",
59-
"@types/uuid": "8.3.4",
59+
"@types/uuid": "11.0.0",
6060
"@types/validator": "13.15.10",
6161
"chai": "4.5.0",
6262
"cross-env": "7.0.3",

packages/newrelic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@types/newrelic": "^9.4.0",
3030
"@types/node": "20.17.28",
3131
"@types/sinon": "10.0.20",
32-
"@types/uuid": "8.3.4",
32+
"@types/uuid": "11.0.0",
3333
"@typescript-eslint/eslint-plugin": "5.62.0",
3434
"@typescript-eslint/parser": "5.62.0",
3535
"chai": "4.5.0",

packages/scheduler-prisma/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@types/node": "20.17.28",
5454
"@types/qs": "6.14.0",
5555
"@types/sinon": "10.0.20",
56-
"@types/uuid": "8.3.4",
56+
"@types/uuid": "11.0.0",
5757
"@types/validator": "13.15.10",
5858
"chai": "4.5.0",
5959
"cross-env": "7.0.3",

packages/scheduler-sequelize/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@types/moment-timezone": "0.5.30",
5454
"@types/qs": "6.14.0",
5555
"@types/sinon": "10.0.20",
56-
"@types/uuid": "8.3.4",
56+
"@types/uuid": "11.0.0",
5757
"@types/validator": "13.15.10",
5858
"chai": "4.5.0",
5959
"cross-env": "7.0.3",

packages/sentry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@types/mocha": "10.0.1",
2828
"@types/node": "20.17.28",
2929
"@types/sinon": "10.0.20",
30-
"@types/uuid": "8.3.4",
30+
"@types/uuid": "11.0.0",
3131
"@typescript-eslint/eslint-plugin": "5.62.0",
3232
"@typescript-eslint/parser": "5.62.0",
3333
"chai": "4.5.0",

packages/statsd/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@types/newrelic": "^9.4.0",
2626
"@types/node": "20.17.28",
2727
"@types/sinon": "10.0.20",
28-
"@types/uuid": "8.3.4",
28+
"@types/uuid": "11.0.0",
2929
"@typescript-eslint/eslint-plugin": "5.62.0",
3030
"@typescript-eslint/parser": "5.62.0",
3131
"chai": "4.5.0",

packages/steveo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"@types/node": "20.17.28",
7070
"@types/rsmq": "0.8.4",
7171
"@types/sinon": "10.0.20",
72-
"@types/uuid": "8.3.4",
72+
"@types/uuid": "11.0.0",
7373
"@typescript-eslint/eslint-plugin": "5.62.0",
7474
"@typescript-eslint/parser": "5.62.0",
7575
"chai": "4.5.0",

packages/storage-postgres/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"@types/node": "20.17.28",
7777
"@types/rsmq": "0.8.4",
7878
"@types/sinon": "10.0.20",
79-
"@types/uuid": "10.0.0",
79+
"@types/uuid": "11.0.0",
8080
"@typescript-eslint/eslint-plugin": "5.62.0",
8181
"@typescript-eslint/parser": "5.62.0",
8282
"aws-sdk": "^2.1043.0",

0 commit comments

Comments
 (0)