From a4ff37eecc84462369c2c3d53654793652c6ef49 Mon Sep 17 00:00:00 2001 From: Enrico Ros Date: Fri, 9 Jan 2026 19:40:14 -0800 Subject: [PATCH] Roll safe packages --- package-lock.json | 32 ++++++++++++++++---------------- package.json | 6 +++--- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index d24ffdc26..296dea444 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@next/bundle-analyzer": "~15.1.11", "@prisma/client": "~5.22.0", "@tanstack/react-query": "5.90.10", - "@tanstack/react-virtual": "^3.13.12", + "@tanstack/react-virtual": "^3.13.18", "@trpc/client": "11.5.1", "@trpc/next": "11.5.1", "@trpc/react-query": "11.5.1", @@ -48,7 +48,7 @@ "puppeteer-core": "^24.34.0", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-hook-form": "^7.69.0", + "react-hook-form": "^7.70.0", "react-markdown": "^10.1.0", "react-player": "^3.4.0", "react-resizable-panels": "^3.0.6", @@ -62,7 +62,7 @@ "tesseract.js": "^6.0.1", "tiktoken": "^1.0.22", "turndown": "^7.2.2", - "zod": "^4.2.1", + "zod": "^4.3.5", "zustand": "5.0.7" }, "devDependencies": { @@ -3190,12 +3190,12 @@ } }, "node_modules/@tanstack/react-virtual": { - "version": "3.13.12", - "resolved": "https://registry.npmjs.org/@tanstack/react-virtual/-/react-virtual-3.13.12.tgz", - "integrity": "sha512-Gd13QdxPSukP8ZrkbgS2RwoZseTTbQPLnQEn7HY/rqtM+8Zt95f7xKC7N0EsKs7aoz0WzZ+fditZux+F8EzYxA==", + "version": "3.13.18", + "resolved": "https://registry.npmjs.org/@tanstack/react-virtual/-/react-virtual-3.13.18.tgz", + "integrity": "sha512-dZkhyfahpvlaV0rIKnvQiVoWPyURppl6w4m9IwMDpuIjcJ1sD9YGWrt0wISvgU7ewACXx2Ct46WPgI6qAD4v6A==", "license": "MIT", "dependencies": { - "@tanstack/virtual-core": "3.13.12" + "@tanstack/virtual-core": "3.13.18" }, "funding": { "type": "github", @@ -3207,9 +3207,9 @@ } }, "node_modules/@tanstack/virtual-core": { - "version": "3.13.12", - "resolved": "https://registry.npmjs.org/@tanstack/virtual-core/-/virtual-core-3.13.12.tgz", - "integrity": "sha512-1YBOJfRHV4sXUmWsFSf5rQor4Ss82G8dQWLRbnk3GA4jeP8hQt1hxXh0tmflpC0dz3VgEv/1+qwPyLeWkQuPFA==", + "version": "3.13.18", + "resolved": "https://registry.npmjs.org/@tanstack/virtual-core/-/virtual-core-3.13.18.tgz", + "integrity": "sha512-Mx86Hqu1k39icq2Zusq+Ey2J6dDWTjDvEv43PJtRCoEYTLyfaPnxIQ6iy7YAOK0NV/qOEmZQ/uCufrppZxTgcg==", "license": "MIT", "funding": { "type": "github", @@ -10482,9 +10482,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.69.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.69.0.tgz", - "integrity": "sha512-yt6ZGME9f4F6WHwevrvpAjh42HMvocuSnSIHUGycBqXIJdhqGSPQzTpGF+1NLREk/58IdPxEMfPcFCjlMhclGw==", + "version": "7.70.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.70.0.tgz", + "integrity": "sha512-COOMajS4FI3Wuwrs3GPpi/Jeef/5W1DRR84Yl5/ShlT3dKVFUfoGiEZ/QE6Uw8P4T2/CLJdcTVYKvWBMQTEpvw==", "license": "MIT", "engines": { "node": ">=18.0.0" @@ -12639,9 +12639,9 @@ } }, "node_modules/zod": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/zod/-/zod-4.2.1.tgz", - "integrity": "sha512-0wZ1IRqGGhMP76gLqz8EyfBXKk0J2qo2+H3fi4mcUP/KtTocoX08nmIAHl1Z2kJIZbZee8KOpBCSNPRgauucjw==", + "version": "4.3.5", + "resolved": "https://registry.npmjs.org/zod/-/zod-4.3.5.tgz", + "integrity": "sha512-k7Nwx6vuWx1IJ9Bjuf4Zt1PEllcwe7cls3VNzm4CQ1/hgtFUK2bRNG3rvnpPUhFjmqJKAKtjV576KnUkHocg/g==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/colinhacks" diff --git a/package.json b/package.json index 07e7d86cb..fa9e03de0 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@next/bundle-analyzer": "~15.1.11", "@prisma/client": "~5.22.0", "@tanstack/react-query": "5.90.10", - "@tanstack/react-virtual": "^3.13.12", + "@tanstack/react-virtual": "^3.13.18", "@trpc/client": "11.5.1", "@trpc/next": "11.5.1", "@trpc/react-query": "11.5.1", @@ -60,7 +60,7 @@ "puppeteer-core": "^24.34.0", "react": "^18.3.1", "react-dom": "^18.3.1", - "react-hook-form": "^7.69.0", + "react-hook-form": "^7.70.0", "react-markdown": "^10.1.0", "react-player": "^3.4.0", "react-resizable-panels": "^3.0.6", @@ -74,7 +74,7 @@ "tesseract.js": "^6.0.1", "tiktoken": "^1.0.22", "turndown": "^7.2.2", - "zod": "^4.2.1", + "zod": "^4.3.5", "zustand": "5.0.7" }, "devDependencies": {