diff --git a/apps/prisma-example/package.json b/apps/prisma-example/package.json index dc5e09aee..6680cdc2a 100644 --- a/apps/prisma-example/package.json +++ b/apps/prisma-example/package.json @@ -56,7 +56,7 @@ "@types/node": "20.17.28", "@types/qs": "6.14.0", "@types/sinon": "10.0.20", - "@types/uuid": "8.3.4", + "@types/uuid": "11.0.0", "@types/validator": "13.15.10", "chai": "4.5.0", "cross-env": "7.0.3", diff --git a/apps/prisma-example/yarn.lock b/apps/prisma-example/yarn.lock index 00ef1c0c9..edc25a574 100644 --- a/apps/prisma-example/yarn.lock +++ b/apps/prisma-example/yarn.lock @@ -507,10 +507,12 @@ resolved "https://registry.yarnpkg.com/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.4.tgz#663bb44e01f6bae4eaae3719d8b037411217c992" integrity sha512-GDV68H0mBSN449sa5HEj51E0wfpVQb8xNSMzxf/PrypMFcLTMwJMOM/cgXiv71Mq5drkOQmUGvL1okOZcu6RrQ== -"@types/uuid@8.3.4": - version "8.3.4" - resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-8.3.4.tgz#bd86a43617df0594787d38b735f55c805becf1bc" - integrity sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw== +"@types/uuid@11.0.0": + version "11.0.0" + resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-11.0.0.tgz#f4fa34bbf2af941148ef1973c4361fc43617971c" + integrity sha512-HVyk8nj2m+jcFRNazzqyVKiZezyhDKrGUA3jlEcg/nZ6Ms+qHwocba1Y/AaVaznJTAM9xpdFSh+ptbNrhOGvZA== + dependencies: + uuid "*" "@types/validator@13.15.10": version "13.15.10" @@ -2086,6 +2088,11 @@ update-browserslist-db@^1.0.13: escalade "^3.1.1" picocolors "^1.0.0" +uuid@*: + version "13.0.0" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-13.0.0.tgz#263dc341b19b4d755eb8fe36b78d95a6b65707e8" + integrity sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w== + uuid@^8.3.2: version "8.3.2" resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2" diff --git a/apps/sequelize-example/package.json b/apps/sequelize-example/package.json index 499e5115f..a0687db6a 100644 --- a/apps/sequelize-example/package.json +++ b/apps/sequelize-example/package.json @@ -56,7 +56,7 @@ "@types/node": "20.17.28", "@types/qs": "6.14.0", "@types/sinon": "10.0.20", - "@types/uuid": "8.3.4", + "@types/uuid": "11.0.0", "@types/validator": "13.15.10", "chai": "4.5.0", "cross-env": "7.0.3", diff --git a/packages/newrelic/package.json b/packages/newrelic/package.json index 878077c73..2e70bd7c0 100644 --- a/packages/newrelic/package.json +++ b/packages/newrelic/package.json @@ -29,7 +29,7 @@ "@types/newrelic": "^9.4.0", "@types/node": "20.17.28", "@types/sinon": "10.0.20", - "@types/uuid": "8.3.4", + "@types/uuid": "11.0.0", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", "chai": "4.5.0", diff --git a/packages/scheduler-prisma/package.json b/packages/scheduler-prisma/package.json index 4a6e58643..8a8ab8c55 100644 --- a/packages/scheduler-prisma/package.json +++ b/packages/scheduler-prisma/package.json @@ -53,7 +53,7 @@ "@types/node": "20.17.28", "@types/qs": "6.14.0", "@types/sinon": "10.0.20", - "@types/uuid": "8.3.4", + "@types/uuid": "11.0.0", "@types/validator": "13.15.10", "chai": "4.5.0", "cross-env": "7.0.3", diff --git a/packages/scheduler-sequelize/package.json b/packages/scheduler-sequelize/package.json index 5bf416552..1be3e7f35 100644 --- a/packages/scheduler-sequelize/package.json +++ b/packages/scheduler-sequelize/package.json @@ -53,7 +53,7 @@ "@types/moment-timezone": "0.5.30", "@types/qs": "6.14.0", "@types/sinon": "10.0.20", - "@types/uuid": "8.3.4", + "@types/uuid": "11.0.0", "@types/validator": "13.15.10", "chai": "4.5.0", "cross-env": "7.0.3", diff --git a/packages/sentry/package.json b/packages/sentry/package.json index 47a883a99..64075228c 100644 --- a/packages/sentry/package.json +++ b/packages/sentry/package.json @@ -27,7 +27,7 @@ "@types/mocha": "10.0.1", "@types/node": "20.17.28", "@types/sinon": "10.0.20", - "@types/uuid": "8.3.4", + "@types/uuid": "11.0.0", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", "chai": "4.5.0", diff --git a/packages/statsd/package.json b/packages/statsd/package.json index 4a9c328bc..3910918b4 100644 --- a/packages/statsd/package.json +++ b/packages/statsd/package.json @@ -25,7 +25,7 @@ "@types/newrelic": "^9.4.0", "@types/node": "20.17.28", "@types/sinon": "10.0.20", - "@types/uuid": "8.3.4", + "@types/uuid": "11.0.0", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", "chai": "4.5.0", diff --git a/packages/steveo/package.json b/packages/steveo/package.json index 8a2912647..d4f915e7a 100644 --- a/packages/steveo/package.json +++ b/packages/steveo/package.json @@ -69,7 +69,7 @@ "@types/node": "20.17.28", "@types/rsmq": "0.8.4", "@types/sinon": "10.0.20", - "@types/uuid": "8.3.4", + "@types/uuid": "11.0.0", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", "chai": "4.5.0", diff --git a/packages/storage-postgres/package.json b/packages/storage-postgres/package.json index b5c531432..befb400e9 100644 --- a/packages/storage-postgres/package.json +++ b/packages/storage-postgres/package.json @@ -76,7 +76,7 @@ "@types/node": "20.17.28", "@types/rsmq": "0.8.4", "@types/sinon": "10.0.20", - "@types/uuid": "10.0.0", + "@types/uuid": "11.0.0", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", "aws-sdk": "^2.1043.0", diff --git a/yarn.lock b/yarn.lock index 510e3c683..b1d6cb286 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2257,15 +2257,12 @@ resolved "https://registry.yarnpkg.com/@types/triple-beam/-/triple-beam-1.3.2.tgz#38ecb64f01aa0d02b7c8f4222d7c38af6316fef8" integrity sha512-txGIh+0eDFzKGC25zORnswy+br1Ha7hj5cMVwKIU7+s0U2AxxJru/jZSMU6OC9MJWP6+pc/hc6ZjyZShpsyY2g== -"@types/uuid@10.0.0": - version "10.0.0" - resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-10.0.0.tgz#e9c07fe50da0f53dc24970cca94d619ff03f6f6d" - integrity sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ== - -"@types/uuid@8.3.4": - version "8.3.4" - resolved "https://registry.npmjs.org/@types/uuid/-/uuid-8.3.4.tgz" - integrity sha512-c/I8ZRb51j+pYGAu5CrFMRxqZ2ke4y2grEBO5AUjgSkSk+qT2Ea+OdWElz/OiMf5MNpn2b17kuVBwZLQJXzihw== +"@types/uuid@11.0.0": + version "11.0.0" + resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-11.0.0.tgz#f4fa34bbf2af941148ef1973c4361fc43617971c" + integrity sha512-HVyk8nj2m+jcFRNazzqyVKiZezyhDKrGUA3jlEcg/nZ6Ms+qHwocba1Y/AaVaznJTAM9xpdFSh+ptbNrhOGvZA== + dependencies: + uuid "*" "@types/validator@13.15.10": version "13.15.10" @@ -7722,6 +7719,11 @@ util@^0.12.4: is-typed-array "^1.1.3" which-typed-array "^1.1.2" +uuid@*: + version "13.0.0" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-13.0.0.tgz#263dc341b19b4d755eb8fe36b78d95a6b65707e8" + integrity sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w== + uuid@10.0.0: version "10.0.0" resolved "https://registry.yarnpkg.com/uuid/-/uuid-10.0.0.tgz#5a95aa454e6e002725c79055fd42aaba30ca6294"