diff --git a/package-lock.json b/package-lock.json index 0cfc41dfd..00acb5df9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,9 +22,9 @@ "@mui/material": "^5.16.14", "@next/bundle-analyzer": "^15.1.4", "@next/third-parties": "^15.1.4", - "@prisma/client": "^5.22.0", + "@prisma/client": "~5.22.0", "@t3-oss/env-nextjs": "^0.11.1", - "@tanstack/react-query": "^5.62.16", + "@tanstack/react-query": "^5.63.0", "@trpc/client": "11.0.0-rc.688", "@trpc/next": "11.0.0-rc.688", "@trpc/react-query": "11.0.0-rc.688", @@ -40,7 +40,7 @@ "idb-keyval": "^6.2.1", "mammoth": "^1.9.0", "nanoid": "^5.0.9", - "next": "~15.1.4", + "next": "^15.1.4", "nprogress": "^0.2.0", "pdfjs-dist": "4.10.38", "plantuml-encoder": "^1.4.0", @@ -84,9 +84,9 @@ "eslint": "^9.17.0", "eslint-config-next": "^15.1.4", "prettier": "^3.4.2", - "prisma": "^5.22.0", + "prisma": "~5.22.0", "puppeteer-core": "^23.11.1", - "typescript": "^5.7.2" + "typescript": "^5.7.3" }, "engines": { "node": "^22.0.0 || ^20.0.0" @@ -2009,9 +2009,9 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.62.16", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.62.16.tgz", - "integrity": "sha512-XJIZNj65d2IdvU8VBESmrPakfIm6FSdHDzrS1dPrAwmq3ZX+9riMh/ZfbNQHAWnhrgmq7KoXpgZSRyXnqMYT9A==", + "version": "5.63.0", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.63.0.tgz", + "integrity": "sha512-QWizLzSiog8xqIRYmuJRok9VELlXVBAwtINgVCgW1SNvamQwWDO5R0XFSkjoBEj53x9Of1KAthLRBUC5xmtVLQ==", "license": "MIT", "dependencies": { "@tanstack/query-core": "5.62.16" @@ -3235,9 +3235,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001690", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001690.tgz", - "integrity": "sha512-5ExiE3qQN6oF8Clf8ifIDcMRCRE/dMGcETG/XGMD8/XiXm6HXQgQTh1yZYLXXpSOsEUlJm1Xr7kGULZTuGtP/w==", + "version": "1.0.30001692", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001692.tgz", + "integrity": "sha512-A95VKan0kdtrsnMubMKxEKUKImOPSuCpYgxSQBo036P5YYgVIcOYJEgt/txJWqObiRQeISNCfef9nvlQ0vbV7A==", "funding": [ { "type": "opencollective", @@ -9699,9 +9699,9 @@ "license": "MIT" }, "node_modules/typescript": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", - "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", + "version": "5.7.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", + "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index afd91e5d4..91317ccb7 100644 --- a/package.json +++ b/package.json @@ -33,9 +33,9 @@ "@mui/material": "^5.16.14", "@next/bundle-analyzer": "^15.1.4", "@next/third-parties": "^15.1.4", - "@prisma/client": "^5.22.0", + "@prisma/client": "~5.22.0", "@t3-oss/env-nextjs": "^0.11.1", - "@tanstack/react-query": "^5.62.16", + "@tanstack/react-query": "^5.63.0", "@trpc/client": "11.0.0-rc.688", "@trpc/next": "11.0.0-rc.688", "@trpc/react-query": "11.0.0-rc.688", @@ -51,7 +51,7 @@ "idb-keyval": "^6.2.1", "mammoth": "^1.9.0", "nanoid": "^5.0.9", - "next": "~15.1.4", + "next": "^15.1.4", "nprogress": "^0.2.0", "pdfjs-dist": "4.10.38", "plantuml-encoder": "^1.4.0", @@ -95,9 +95,9 @@ "eslint": "^9.17.0", "eslint-config-next": "^15.1.4", "prettier": "^3.4.2", - "prisma": "^5.22.0", + "prisma": "~5.22.0", "puppeteer-core": "^23.11.1", - "typescript": "^5.7.2" + "typescript": "^5.7.3" }, "engines": { "node": "^22.0.0 || ^20.0.0"