diff --git a/apps/api/v1/package.json b/apps/api/v1/package.json index e40d4415061abd..93e5a996ce249e 100644 --- a/apps/api/v1/package.json +++ b/apps/api/v1/package.json @@ -36,13 +36,13 @@ "@sentry/nextjs": "10.33.0", "bcryptjs": "2.4.3", "memory-cache": "0.2.0", - "next": "16.1.5", + "next": "16.2.6", "next-api-middleware": "1.0.1", "next-axiom": "0.17.0", "next-swagger-doc": "0.3.6", "next-validations": "0.2.1", "tzdata": "1.0.40", - "uuid": "8.3.2", + "uuid": "14.0.0", "zod": "3.25.76" } } diff --git a/apps/api/v2/package.json b/apps/api/v2/package.json index cef3be78ac2b98..bc874b9a597e15 100644 --- a/apps/api/v2/package.json +++ b/apps/api/v2/package.json @@ -62,7 +62,7 @@ "@sentry/node": "9.46.0", "@sentry/profiling-node": "9.46.0", "@snyk/protect": "latest", - "axios": "1.15.0", + "axios": "1.15.2", "body-parser": "1.20.3", "bull": "4.15.1", "class-transformer": "0.5.1", @@ -83,7 +83,7 @@ "reflect-metadata": "0.1.14", "rxjs": "7.8.2", "stripe": "15.4.0", - "uuid": "8.3.2", + "uuid": "14.0.0", "winston": "3.17.0", "winston-transport": "4.9.0", "zod": "3.25.76" diff --git a/apps/web/package.json b/apps/web/package.json index 9d4a5db8a1994d..28956ab4b12357 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -107,7 +107,7 @@ "md5": "2.3.0", "memory-cache": "0.2.0", "micro": "10.0.1", - "next": "16.1.5", + "next": "16.2.6", "next-auth": "4.24.13", "next-axiom": "0.17.0", "next-i18next": "15.4.2", @@ -146,7 +146,7 @@ "stripe": "9.16.0", "superjson": "1.9.1", "turndown": "7.2.0", - "uuid": "8.3.2", + "uuid": "14.0.0", "zod": "3.25.76" }, "devDependencies": { diff --git a/example-apps/credential-sync/package.json b/example-apps/credential-sync/package.json index a950e9b45b99c0..d556a19ff0d863 100644 --- a/example-apps/credential-sync/package.json +++ b/example-apps/credential-sync/package.json @@ -10,7 +10,7 @@ "dependencies": { "@calcom/atoms": "workspace:*", "@prisma/client": "6.16.1", - "next": "14.2.35", + "next": "15.5.18", "prisma": "6.16.1", "react": "18.2.0", "react-dom": "18.2.0" diff --git a/packages/app-store/stripepayment/package.json b/packages/app-store/stripepayment/package.json index 2c0d30f9461706..96d913d23edb84 100644 --- a/packages/app-store/stripepayment/package.json +++ b/packages/app-store/stripepayment/package.json @@ -20,7 +20,7 @@ "@stripe/react-stripe-js": "1.10.0", "@stripe/stripe-js": "1.35.0", "stripe": "9.16.0", - "uuid": "8.3.2", + "uuid": "14.0.0", "zod": "3.25.76" }, "devDependencies": { diff --git a/packages/kysely/package.json b/packages/kysely/package.json index bd9f313cb3d0bd..49d119394fa5ec 100644 --- a/packages/kysely/package.json +++ b/packages/kysely/package.json @@ -3,7 +3,7 @@ "private": true, "main": "index.ts", "dependencies": { - "kysely": "0.28.2", + "kysely": "0.28.17", "pg": "8.16.0" }, "devDependencies": { diff --git a/packages/lib/package.json b/packages/lib/package.json index 9fd65f5dd47321..29bda6035e95a7 100644 --- a/packages/lib/package.json +++ b/packages/lib/package.json @@ -29,7 +29,7 @@ "sharp": "0.33.5", "tsdav": "2.0.3", "tslog": "4.9.2", - "uuid": "8.3.2" + "uuid": "14.0.0" }, "devDependencies": { "@biomejs/biome": "2.3.10", diff --git a/packages/platform/examples/base/package.json b/packages/platform/examples/base/package.json index 6d44848aaaeae4..d02950ea9019eb 100644 --- a/packages/platform/examples/base/package.json +++ b/packages/platform/examples/base/package.json @@ -13,7 +13,7 @@ "dependencies": { "@calcom/atoms": "workspace:*", "@prisma/client": "6.16.1", - "next": "16.1.5", + "next": "16.2.6", "prisma": "6.16.1", "react": "18.2.0", "react-dom": "18.2.0", diff --git a/packages/prisma/package.json b/packages/prisma/package.json index 7a612efef70c06..3fd6924795457c 100644 --- a/packages/prisma/package.json +++ b/packages/prisma/package.json @@ -32,7 +32,7 @@ "@prisma/generator-helper": "6.16.2", "prisma": "6.16.1", "prisma-kysely": "2.2.0", - "uuid": "8.3.2", + "uuid": "14.0.0", "zod": "3.25.76", "zod-prisma-types": "3.2.4" }, diff --git a/packages/trpc/package.json b/packages/trpc/package.json index 65acf02a12ede5..59b28545642da4 100644 --- a/packages/trpc/package.json +++ b/packages/trpc/package.json @@ -22,7 +22,7 @@ "@trpc/server": "11.0.0-next-beta.222", "cookie": "0.7.2", "superjson": "1.9.1", - "uuid": "8.3.2", + "uuid": "14.0.0", "zod": "3.25.76" }, "peerDependencies": { diff --git a/packages/ui/package.json b/packages/ui/package.json index b130a7ae74775d..0ff026754b1329 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -110,7 +110,7 @@ "react-select": "5.8.0", "sonner": "1.7.4", "tailwind-merge": "1.13.2", - "uuid": "11.1.0", + "uuid": "14.0.0", "zod": "3.25.76" }, "peerDependencies": { diff --git a/yarn.lock b/yarn.lock index 00eef74e65fdc2..2627c4514da26b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1967,7 +1967,7 @@ __metadata: "@types/luxon": "npm:3.4.2" "@types/passport-jwt": "npm:3.0.13" "@types/supertest": "npm:2.0.16" - axios: "npm:1.15.0" + axios: "npm:1.15.2" body-parser: "npm:1.20.3" bull: "npm:4.15.1" class-transformer: "npm:0.5.1" @@ -2000,7 +2000,7 @@ __metadata: ts-node: "npm:10.9.2" tsconfig-paths: "npm:4.2.0" typescript: "npm:5.9.3" - uuid: "npm:8.3.2" + uuid: "npm:14.0.0" winston: "npm:3.17.0" winston-transport: "npm:4.9.0" zod: "npm:3.25.76" @@ -2025,7 +2025,7 @@ __metadata: "@sentry/nextjs": "npm:10.33.0" bcryptjs: "npm:2.4.3" memory-cache: "npm:0.2.0" - next: "npm:16.1.5" + next: "npm:15.5.18" next-api-middleware: "npm:1.0.1" next-axiom: "npm:0.17.0" next-swagger-doc: "npm:0.3.6" @@ -2033,7 +2033,7 @@ __metadata: node-mocks-http: "npm:1.16.2" typescript: "npm:5.9.3" tzdata: "npm:1.0.40" - uuid: "npm:8.3.2" + uuid: "npm:14.0.0" zod: "npm:3.25.76" languageName: unknown linkType: soft @@ -2161,7 +2161,7 @@ __metadata: "@types/react": "npm:18.0.26" "@types/react-dom": "npm:18.2.6" dotenv: "npm:17.2.2" - next: "npm:16.1.5" + next: "npm:15.5.18" postcss: "npm:8.5.6" prisma: "npm:6.16.1" react: "npm:18.2.0" @@ -2422,7 +2422,7 @@ __metadata: "@types/react-dom": "npm:18.2.6" autoprefixer: "npm:10.4.19" dotenv: "npm:16.6.1" - next: "npm:14.2.35" + next: "npm:15.5.18" postcss: "npm:8.5.6" prisma: "npm:6.16.1" react: "npm:18.2.0" @@ -2729,7 +2729,7 @@ __metadata: resolution: "@calcom/kysely@workspace:packages/kysely" dependencies: "@types/pg": "npm:8.11.14" - kysely: "npm:0.28.2" + kysely: "npm:0.28.17" pg: "npm:8.16.0" languageName: unknown linkType: soft @@ -2772,7 +2772,7 @@ __metadata: tsdav: "npm:2.0.3" tslog: "npm:4.9.2" typescript: "npm:5.9.3" - uuid: "npm:8.3.2" + uuid: "npm:14.0.0" languageName: unknown linkType: soft @@ -2993,7 +2993,7 @@ __metadata: prisma: "npm:6.16.1" prisma-kysely: "npm:2.2.0" ts-node: "npm:10.9.2" - uuid: "npm:8.3.2" + uuid: "npm:14.0.0" zod: "npm:3.25.76" zod-prisma-types: "npm:3.2.4" bin: @@ -3130,7 +3130,7 @@ __metadata: "@stripe/stripe-js": "npm:1.35.0" stripe: "npm:9.16.0" ts-node: "npm:10.9.2" - uuid: "npm:8.3.2" + uuid: "npm:14.0.0" zod: "npm:3.25.76" languageName: unknown linkType: soft @@ -3194,7 +3194,7 @@ __metadata: cookie: "npm:0.7.2" superjson: "npm:1.9.1" typescript: "npm:5.9.3" - uuid: "npm:8.3.2" + uuid: "npm:14.0.0" zod: "npm:3.25.76" peerDependencies: "@tanstack/react-query": ^5.0.0 @@ -3282,7 +3282,7 @@ __metadata: sonner: "npm:1.7.4" tailwind-merge: "npm:1.13.2" typescript: "npm:5.9.3" - uuid: "npm:11.1.0" + uuid: "npm:14.0.0" zod: "npm:3.25.76" peerDependencies: "@tanstack/react-query": ^5.0.0 @@ -3440,7 +3440,7 @@ __metadata: memory-cache: "npm:0.2.0" micro: "npm:10.0.1" module-alias: "npm:2.2.2" - next: "npm:16.1.5" + next: "npm:15.5.18" next-auth: "npm:4.24.13" next-axiom: "npm:0.17.0" next-i18next: "npm:15.4.2" @@ -3486,7 +3486,7 @@ __metadata: turbo: "npm:2.5.5" turndown: "npm:7.2.0" typescript: "npm:5.9.3" - uuid: "npm:8.3.2" + uuid: "npm:14.0.0" zod: "npm:3.25.76" languageName: unknown linkType: soft @@ -8337,135 +8337,65 @@ __metadata: languageName: node linkType: hard -"@next/env@npm:14.2.35": - version: 14.2.35 - resolution: "@next/env@npm:14.2.35" - checksum: 10/5685145c9a6e6d21a85c012b023092ff50cfee61b73424d3c913d4155a89c85cf02867e79b5b3bde6ef9f6e6b2bec662cecd644d0d428082801e95c4cbe2393f +"@next/env@npm:15.5.18": + version: 15.5.18 + resolution: "@next/env@npm:15.5.18" + checksum: 10/476db1457819d99be69375862bc62b1fcea3470ef6b77f1b80b198bc751d6f8ee135e48ac5c70cb6ea6d6ad93aff38bf8595039986bc3332ce6234d724b5dd50 languageName: node linkType: hard -"@next/env@npm:16.1.5": - version: 16.1.5 - resolution: "@next/env@npm:16.1.5" - checksum: 10/0eaf78a92d5089b6fb25d0ccbb3af8d55c76b5c689dae5163824a18808a4e749352fb5586ddf05894848683dc59597ea622e7dcd9cfd5140e191dcc004210aab - languageName: node - linkType: hard - -"@next/swc-darwin-arm64@npm:14.2.33": - version: 14.2.33 - resolution: "@next/swc-darwin-arm64@npm:14.2.33" - conditions: os=darwin & cpu=arm64 - languageName: node - linkType: hard - -"@next/swc-darwin-arm64@npm:16.1.5": - version: 16.1.5 - resolution: "@next/swc-darwin-arm64@npm:16.1.5" +"@next/swc-darwin-arm64@npm:15.5.18": + version: 15.5.18 + resolution: "@next/swc-darwin-arm64@npm:15.5.18" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@next/swc-darwin-x64@npm:14.2.33": - version: 14.2.33 - resolution: "@next/swc-darwin-x64@npm:14.2.33" - conditions: os=darwin & cpu=x64 - languageName: node - linkType: hard - -"@next/swc-darwin-x64@npm:16.1.5": - version: 16.1.5 - resolution: "@next/swc-darwin-x64@npm:16.1.5" +"@next/swc-darwin-x64@npm:15.5.18": + version: 15.5.18 + resolution: "@next/swc-darwin-x64@npm:15.5.18" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@next/swc-linux-arm64-gnu@npm:14.2.33": - version: 14.2.33 - resolution: "@next/swc-linux-arm64-gnu@npm:14.2.33" - conditions: os=linux & cpu=arm64 & libc=glibc - languageName: node - linkType: hard - -"@next/swc-linux-arm64-gnu@npm:16.1.5": - version: 16.1.5 - resolution: "@next/swc-linux-arm64-gnu@npm:16.1.5" +"@next/swc-linux-arm64-gnu@npm:15.5.18": + version: 15.5.18 + resolution: "@next/swc-linux-arm64-gnu@npm:15.5.18" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@next/swc-linux-arm64-musl@npm:14.2.33": - version: 14.2.33 - resolution: "@next/swc-linux-arm64-musl@npm:14.2.33" +"@next/swc-linux-arm64-musl@npm:15.5.18": + version: 15.5.18 + resolution: "@next/swc-linux-arm64-musl@npm:15.5.18" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@next/swc-linux-arm64-musl@npm:16.1.5": - version: 16.1.5 - resolution: "@next/swc-linux-arm64-musl@npm:16.1.5" - conditions: os=linux & cpu=arm64 & libc=musl - languageName: node - linkType: hard - -"@next/swc-linux-x64-gnu@npm:14.2.33": - version: 14.2.33 - resolution: "@next/swc-linux-x64-gnu@npm:14.2.33" - conditions: os=linux & cpu=x64 & libc=glibc - languageName: node - linkType: hard - -"@next/swc-linux-x64-gnu@npm:16.1.5": - version: 16.1.5 - resolution: "@next/swc-linux-x64-gnu@npm:16.1.5" +"@next/swc-linux-x64-gnu@npm:15.5.18": + version: 15.5.18 + resolution: "@next/swc-linux-x64-gnu@npm:15.5.18" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@next/swc-linux-x64-musl@npm:14.2.33": - version: 14.2.33 - resolution: "@next/swc-linux-x64-musl@npm:14.2.33" +"@next/swc-linux-x64-musl@npm:15.5.18": + version: 15.5.18 + resolution: "@next/swc-linux-x64-musl@npm:15.5.18" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@next/swc-linux-x64-musl@npm:16.1.5": - version: 16.1.5 - resolution: "@next/swc-linux-x64-musl@npm:16.1.5" - conditions: os=linux & cpu=x64 & libc=musl - languageName: node - linkType: hard - -"@next/swc-win32-arm64-msvc@npm:14.2.33": - version: 14.2.33 - resolution: "@next/swc-win32-arm64-msvc@npm:14.2.33" - conditions: os=win32 & cpu=arm64 - languageName: node - linkType: hard - -"@next/swc-win32-arm64-msvc@npm:16.1.5": - version: 16.1.5 - resolution: "@next/swc-win32-arm64-msvc@npm:16.1.5" +"@next/swc-win32-arm64-msvc@npm:15.5.18": + version: 15.5.18 + resolution: "@next/swc-win32-arm64-msvc@npm:15.5.18" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@next/swc-win32-ia32-msvc@npm:14.2.33": - version: 14.2.33 - resolution: "@next/swc-win32-ia32-msvc@npm:14.2.33" - conditions: os=win32 & cpu=ia32 - languageName: node - linkType: hard - -"@next/swc-win32-x64-msvc@npm:14.2.33": - version: 14.2.33 - resolution: "@next/swc-win32-x64-msvc@npm:14.2.33" - conditions: os=win32 & cpu=x64 - languageName: node - linkType: hard - -"@next/swc-win32-x64-msvc@npm:16.1.5": - version: 16.1.5 - resolution: "@next/swc-win32-x64-msvc@npm:16.1.5" +"@next/swc-win32-x64-msvc@npm:15.5.18": + version: 15.5.18 + resolution: "@next/swc-win32-x64-msvc@npm:15.5.18" conditions: os=win32 & cpu=x64 languageName: node linkType: hard @@ -11056,27 +10986,26 @@ __metadata: languageName: node linkType: hard -"@protobufjs/codegen@npm:^2.0.4": - version: 2.0.4 - resolution: "@protobufjs/codegen@npm:2.0.4" - checksum: 10/c6ee5fa172a8464f5253174d3c2353ea520c2573ad7b6476983d9b1346f4d8f2b44aa29feb17a949b83c1816bc35286a5ea265ed9d8fdd2865acfa09668c0447 +"@protobufjs/codegen@npm:^2.0.5": + version: 2.0.5 + resolution: "@protobufjs/codegen@npm:2.0.5" + checksum: 10/290335fa114f26202abc0695f279d53e2fd516b01cfd8298923591e0bda011295ff40e3582a1cda0a0f27cbc5039a0292082d5ad08872bb5d6243a614ac15c88 languageName: node linkType: hard -"@protobufjs/eventemitter@npm:^1.1.0": - version: 1.1.0 - resolution: "@protobufjs/eventemitter@npm:1.1.0" - checksum: 10/03af3e99f17ad421283d054c88a06a30a615922a817741b43ca1b13e7c6b37820a37f6eba9980fb5150c54dba6e26cb6f7b64a6f7d8afa83596fafb3afa218c3 +"@protobufjs/eventemitter@npm:^1.1.1": + version: 1.1.1 + resolution: "@protobufjs/eventemitter@npm:1.1.1" + checksum: 10/a54dc1aff4475ffad4fdf3235c71a553f5e40e3b4cf6a2e217151895a61cb4eb0be20d63791db22441ca25e594671f1021977133f9939540750231ff7d8e9dd6 languageName: node linkType: hard -"@protobufjs/fetch@npm:^1.1.0": - version: 1.1.0 - resolution: "@protobufjs/fetch@npm:1.1.0" +"@protobufjs/fetch@npm:^1.1.1": + version: 1.1.1 + resolution: "@protobufjs/fetch@npm:1.1.1" dependencies: "@protobufjs/aspromise": "npm:^1.1.1" - "@protobufjs/inquire": "npm:^1.1.0" - checksum: 10/67ae40572ad536e4ef94269199f252c024b66e3059850906bdaee161ca1d75c73d04d35cd56f147a8a5a079f5808e342b99e61942c1dae15604ff0600b09a958 + checksum: 10/427cf2da8c69b494b0df3b2fb1f43c97f0f71ca2c8ef8232dac7e44f2527ad0cc9cecb243eda14a918e86018bfa6d54d92252240d2b37ed205b13adb5506fa1d languageName: node linkType: hard @@ -11087,10 +11016,10 @@ __metadata: languageName: node linkType: hard -"@protobufjs/inquire@npm:^1.1.0": - version: 1.1.0 - resolution: "@protobufjs/inquire@npm:1.1.0" - checksum: 10/c09efa34a5465cb120775e1a482136f2340a58b4abce7e93d72b8b5a9324a0e879275016ef9fcd73d72a4731639c54f2bb755bb82f916e4a78892d1d840bb3d2 +"@protobufjs/inquire@npm:^1.1.2": + version: 1.1.2 + resolution: "@protobufjs/inquire@npm:1.1.2" + checksum: 10/259756489c75a751552df60d18f82503d2534855646397b96b91cf15807fa852e99bd9eb73dabb64da37aec7913844032ecb031a4326d82aae622f5e4c2f8a17 languageName: node linkType: hard @@ -11108,10 +11037,10 @@ __metadata: languageName: node linkType: hard -"@protobufjs/utf8@npm:^1.1.0": - version: 1.1.0 - resolution: "@protobufjs/utf8@npm:1.1.0" - checksum: 10/131e289c57534c1d73a0e55782d6751dd821db1583cb2f7f7e017c9d6747addaebe79f28120b2e0185395d990aad347fb14ffa73ef4096fa38508d61a0e64602 +"@protobufjs/utf8@npm:^1.1.1": + version: 1.1.1 + resolution: "@protobufjs/utf8@npm:1.1.1" + checksum: 10/ed0c3f9ff1afd602a0aed54c4c03a0b8f641686a5587d8949e088dcac653fb2019d15691ed92eef23dfdf9f4293249532d0508ecd15cef810acf026917719a19 languageName: node linkType: hard @@ -14561,16 +14490,6 @@ __metadata: languageName: node linkType: hard -"@swc/helpers@npm:0.5.5": - version: 0.5.5 - resolution: "@swc/helpers@npm:0.5.5" - dependencies: - "@swc/counter": "npm:^0.1.3" - tslib: "npm:^2.4.0" - checksum: 10/1c5ef04f642542212df28c669438f3e0f459dcde7b448a5b1fcafb2e9e4f13e76d8428535a270e91ed123dd2a21189dbed34086b88a8cf68baf84984d6d0e39b - languageName: node - linkType: hard - "@swc/types@npm:^0.1.25": version: 0.1.25 resolution: "@swc/types@npm:0.1.25" @@ -18058,15 +17977,6 @@ __metadata: languageName: node linkType: hard -"baseline-browser-mapping@npm:^2.8.3": - version: 2.9.11 - resolution: "baseline-browser-mapping@npm:2.9.11" - bin: - baseline-browser-mapping: dist/cli.js - checksum: 10/d71fe6693f999ee0bf1fcd72b31c01390f2bfac40d179175817f24cdb11b19d14a102227a8fa28e0a4733a17c780458c17384c75f2227e45b0e8a0080caf6532 - languageName: node - linkType: hard - "baseline-browser-mapping@npm:^2.9.0": version: 2.9.7 resolution: "baseline-browser-mapping@npm:2.9.7" @@ -18438,7 +18348,7 @@ __metadata: languageName: node linkType: hard -"busboy@npm:1.6.0, busboy@npm:^1.6.0": +"busboy@npm:^1.6.0": version: 1.6.0 resolution: "busboy@npm:1.6.0" dependencies: @@ -22708,9 +22618,9 @@ __metadata: linkType: hard "fast-uri@npm:^3.0.1": - version: 3.1.0 - resolution: "fast-uri@npm:3.1.0" - checksum: 10/818b2c96dc913bcf8511d844c3d2420e2c70b325c0653633f51821e4e29013c2015387944435cd0ef5322c36c9beecc31e44f71b257aeb8e0b333c1d62bb17c2 + version: 3.1.2 + resolution: "fast-uri@npm:3.1.2" + checksum: 10/1dff04865b2a38d3e0659deadfbf72efdf83a776bfbf9667e4aa9e5a3ec31bc341cda9622136b32b7652a857c8ba11896794186e8f876f8b2b72731fce8622f6 languageName: node linkType: hard @@ -24015,7 +23925,7 @@ __metadata: languageName: node linkType: hard -"graceful-fs@npm:^4.1.15, graceful-fs@npm:^4.1.2, graceful-fs@npm:^4.1.5, graceful-fs@npm:^4.1.6, graceful-fs@npm:^4.2.0, graceful-fs@npm:^4.2.11, graceful-fs@npm:^4.2.4, graceful-fs@npm:^4.2.6, graceful-fs@npm:^4.2.9": +"graceful-fs@npm:^4.1.15, graceful-fs@npm:^4.1.2, graceful-fs@npm:^4.1.5, graceful-fs@npm:^4.1.6, graceful-fs@npm:^4.2.0, graceful-fs@npm:^4.2.4, graceful-fs@npm:^4.2.6, graceful-fs@npm:^4.2.9": version: 4.2.11 resolution: "graceful-fs@npm:4.2.11" checksum: 10/bf152d0ed1dc159239db1ba1f74fdbc40cb02f626770dcd5815c427ce0688c2635a06ed69af364396da4636d0408fcf7d4afdf7881724c3307e46aff30ca49e2 @@ -24401,9 +24311,9 @@ __metadata: linkType: hard "hono@npm:^4.11.4": - version: 4.11.7 - resolution: "hono@npm:4.11.7" - checksum: 10/16f5a715f70430bd4050b250207adf7c567774c1d91386d5454577fbc191fc4a50b912628845ce8392fae0e3fd9f364a947412961e3747a9f0b2f714790b738e + version: 4.12.22 + resolution: "hono@npm:4.12.22" + checksum: 10/0dd4485c28c7a84504cb759d34256a7e2f4335a7e40f6f879ca42c217c65ff64671d27e7af702148730251d62630469976e2cff65f9fee876c4cbcba3cdcc19e languageName: node linkType: hard @@ -27171,10 +27081,10 @@ __metadata: languageName: node linkType: hard -"kysely@npm:0.28.2": - version: 0.28.2 - resolution: "kysely@npm:0.28.2" - checksum: 10/2b9664abab95525411b24ac523c38ff286b701e58d0e88ef99c6b449d481c5298ae2c0e17e5cffaa2e98e566015c4b5aa7be46b331fc94d1abf44851ff5ec51f +"kysely@npm:0.28.17": + version: 0.28.17 + resolution: "kysely@npm:0.28.17" + checksum: 10/50690d745016d25f09574fe58c7e31f84427845497f30c84280131bc1f9f60d118c53640a184e225708a1f54f2b54ac12fdf3a0dfc6405527487ad96ff594f42 languageName: node linkType: hard @@ -27888,6 +27798,13 @@ __metadata: languageName: node linkType: hard +"long@npm:^5.3.2": + version: 5.3.2 + resolution: "long@npm:5.3.2" + checksum: 10/b6b55ddae56fcce2864d37119d6b02fe28f6dd6d9e44fd22705f86a9254b9321bd69e9ffe35263b4846d54aba197c64882adcb8c543f2383c1e41284b321ea64 + languageName: node + linkType: hard + "longest-streak@npm:^3.0.0": version: 3.1.0 resolution: "longest-streak@npm:3.1.0" @@ -30139,82 +30056,23 @@ __metadata: languageName: node linkType: hard -"next@npm:14.2.35": - version: 14.2.35 - resolution: "next@npm:14.2.35" +"next@npm:15.5.18": + version: 15.5.18 + resolution: "next@npm:15.5.18" dependencies: - "@next/env": "npm:14.2.35" - "@next/swc-darwin-arm64": "npm:14.2.33" - "@next/swc-darwin-x64": "npm:14.2.33" - "@next/swc-linux-arm64-gnu": "npm:14.2.33" - "@next/swc-linux-arm64-musl": "npm:14.2.33" - "@next/swc-linux-x64-gnu": "npm:14.2.33" - "@next/swc-linux-x64-musl": "npm:14.2.33" - "@next/swc-win32-arm64-msvc": "npm:14.2.33" - "@next/swc-win32-ia32-msvc": "npm:14.2.33" - "@next/swc-win32-x64-msvc": "npm:14.2.33" - "@swc/helpers": "npm:0.5.5" - busboy: "npm:1.6.0" - caniuse-lite: "npm:^1.0.30001579" - graceful-fs: "npm:^4.2.11" - postcss: "npm:8.4.31" - styled-jsx: "npm:5.1.1" - peerDependencies: - "@opentelemetry/api": ^1.1.0 - "@playwright/test": ^1.41.2 - react: ^18.2.0 - react-dom: ^18.2.0 - sass: ^1.3.0 - dependenciesMeta: - "@next/swc-darwin-arm64": - optional: true - "@next/swc-darwin-x64": - optional: true - "@next/swc-linux-arm64-gnu": - optional: true - "@next/swc-linux-arm64-musl": - optional: true - "@next/swc-linux-x64-gnu": - optional: true - "@next/swc-linux-x64-musl": - optional: true - "@next/swc-win32-arm64-msvc": - optional: true - "@next/swc-win32-ia32-msvc": - optional: true - "@next/swc-win32-x64-msvc": - optional: true - peerDependenciesMeta: - "@opentelemetry/api": - optional: true - "@playwright/test": - optional: true - sass: - optional: true - bin: - next: dist/bin/next - checksum: 10/3647056e208cf0b19821d761841b378c8fb489b291acc8dc4d80a7afe6b1850b30dad91e1766301feda03360275347881d6ead068f1f944d823b4f91177f35ae - languageName: node - linkType: hard - -"next@npm:16.1.5": - version: 16.1.5 - resolution: "next@npm:16.1.5" - dependencies: - "@next/env": "npm:16.1.5" - "@next/swc-darwin-arm64": "npm:16.1.5" - "@next/swc-darwin-x64": "npm:16.1.5" - "@next/swc-linux-arm64-gnu": "npm:16.1.5" - "@next/swc-linux-arm64-musl": "npm:16.1.5" - "@next/swc-linux-x64-gnu": "npm:16.1.5" - "@next/swc-linux-x64-musl": "npm:16.1.5" - "@next/swc-win32-arm64-msvc": "npm:16.1.5" - "@next/swc-win32-x64-msvc": "npm:16.1.5" + "@next/env": "npm:15.5.18" + "@next/swc-darwin-arm64": "npm:15.5.18" + "@next/swc-darwin-x64": "npm:15.5.18" + "@next/swc-linux-arm64-gnu": "npm:15.5.18" + "@next/swc-linux-arm64-musl": "npm:15.5.18" + "@next/swc-linux-x64-gnu": "npm:15.5.18" + "@next/swc-linux-x64-musl": "npm:15.5.18" + "@next/swc-win32-arm64-msvc": "npm:15.5.18" + "@next/swc-win32-x64-msvc": "npm:15.5.18" "@swc/helpers": "npm:0.5.15" - baseline-browser-mapping: "npm:^2.8.3" caniuse-lite: "npm:^1.0.30001579" postcss: "npm:8.4.31" - sharp: "npm:^0.34.4" + sharp: "npm:^0.34.3" styled-jsx: "npm:5.1.6" peerDependencies: "@opentelemetry/api": ^1.1.0 @@ -30253,7 +30111,7 @@ __metadata: optional: true bin: next: dist/bin/next - checksum: 10/c7331ae9d20438bd4d782b58c79f3d20205458799795f0f1f16251b5815aac4ff8652987fbece4c5ecd7a1a31c7a2a30a97b67f5ea12b0168bf5059bec364bb1 + checksum: 10/3e4c11beb34b9c827a49db477429c3e6fc9c38e1e37734014082dd748d401772742705ef0d9752c0a5d1714a577b7937612869a8041069081c9930231017db93 languageName: node linkType: hard @@ -32972,22 +32830,22 @@ __metadata: linkType: hard "protobufjs@npm:^7.2.5, protobufjs@npm:^7.3.0": - version: 7.4.0 - resolution: "protobufjs@npm:7.4.0" + version: 7.6.1 + resolution: "protobufjs@npm:7.6.1" dependencies: "@protobufjs/aspromise": "npm:^1.1.2" "@protobufjs/base64": "npm:^1.1.2" - "@protobufjs/codegen": "npm:^2.0.4" - "@protobufjs/eventemitter": "npm:^1.1.0" - "@protobufjs/fetch": "npm:^1.1.0" + "@protobufjs/codegen": "npm:^2.0.5" + "@protobufjs/eventemitter": "npm:^1.1.1" + "@protobufjs/fetch": "npm:^1.1.1" "@protobufjs/float": "npm:^1.0.2" - "@protobufjs/inquire": "npm:^1.1.0" + "@protobufjs/inquire": "npm:^1.1.2" "@protobufjs/path": "npm:^1.1.2" "@protobufjs/pool": "npm:^1.1.0" - "@protobufjs/utf8": "npm:^1.1.0" + "@protobufjs/utf8": "npm:^1.1.1" "@types/node": "npm:>=13.7.0" - long: "npm:^5.0.0" - checksum: 10/408423506610f70858d7593632f4a6aa4f05796c90fd632be9b9252457c795acc71aa6d3b54bb7f48a890141728fee4ca3906723ccea6c202ad71f21b3879b8b + long: "npm:^5.3.2" + checksum: 10/010dcf77ab435da50d62887d57cc4b68384768e4d1cbe85948ec747996222ea659501b7c6b6d3426f96fdbaf59f577213788ce461c0938f89b8126569d8be7e2 languageName: node linkType: hard @@ -35210,7 +35068,7 @@ __metadata: languageName: node linkType: hard -"sharp@npm:^0.34.4": +"sharp@npm:^0.34.3": version: 0.34.5 resolution: "sharp@npm:0.34.5" dependencies: @@ -36364,22 +36222,6 @@ __metadata: languageName: node linkType: hard -"styled-jsx@npm:5.1.1": - version: 5.1.1 - resolution: "styled-jsx@npm:5.1.1" - dependencies: - client-only: "npm:0.0.1" - peerDependencies: - react: ">= 16.8.0 || 17.x.x || ^18.0.0-0" - peerDependenciesMeta: - "@babel/core": - optional: true - babel-plugin-macros: - optional: true - checksum: 10/4f6a5d0010770fdeea1183d919d528fd46c484e23c0535ef3e1dd49488116f639c594f3bd4440e3bc8a8686c9f8d53c5761599870ff039ede11a5c3bfe08a4be - languageName: node - linkType: hard - "styled-jsx@npm:5.1.6": version: 5.1.6 resolution: "styled-jsx@npm:5.1.6" @@ -38692,21 +38534,12 @@ __metadata: languageName: node linkType: hard -"uuid@npm:11.1.0, uuid@npm:^11.1.0": - version: 11.1.0 - resolution: "uuid@npm:11.1.0" - bin: - uuid: dist/esm/bin/uuid - checksum: 10/d2da43b49b154d154574891ced66d0c83fc70caaad87e043400cf644423b067542d6f3eb641b7c819224a7cd3b4c2f21906acbedd6ec9c6a05887aa9115a9cf5 - languageName: node - linkType: hard - -"uuid@npm:8.3.2, uuid@npm:^8.0.0, uuid@npm:^8.3.0, uuid@npm:^8.3.2": - version: 8.3.2 - resolution: "uuid@npm:8.3.2" +"uuid@npm:14.0.0": + version: 14.0.0 + resolution: "uuid@npm:14.0.0" bin: - uuid: dist/bin/uuid - checksum: 10/9a5f7aa1d6f56dd1e8d5f2478f855f25c645e64e26e347a98e98d95781d5ed20062d6cca2eecb58ba7c84bc3910be95c0451ef4161906abaab44f9cb68ffbdd1 + uuid: dist-node/bin/uuid + checksum: 10/8ee9b98f9650e25555515f7a28d3c3ae9364e72f7bb19b9e08b681bc135338beba5509b2830f6ae1cfaba4d45401da0d16d4d109b977097bc3d6ba0c5583341b languageName: node linkType: hard @@ -38728,6 +38561,24 @@ __metadata: languageName: node linkType: hard +"uuid@npm:^11.1.0": + version: 11.1.0 + resolution: "uuid@npm:11.1.0" + bin: + uuid: dist/esm/bin/uuid + checksum: 10/d2da43b49b154d154574891ced66d0c83fc70caaad87e043400cf644423b067542d6f3eb641b7c819224a7cd3b4c2f21906acbedd6ec9c6a05887aa9115a9cf5 + languageName: node + linkType: hard + +"uuid@npm:^8.0.0, uuid@npm:^8.3.0, uuid@npm:^8.3.2": + version: 8.3.2 + resolution: "uuid@npm:8.3.2" + bin: + uuid: dist/bin/uuid + checksum: 10/9a5f7aa1d6f56dd1e8d5f2478f855f25c645e64e26e347a98e98d95781d5ed20062d6cca2eecb58ba7c84bc3910be95c0451ef4161906abaab44f9cb68ffbdd1 + languageName: node + linkType: hard + "v8-compile-cache-lib@npm:^3.0.1": version: 3.0.1 resolution: "v8-compile-cache-lib@npm:3.0.1"