diff --git a/frontend/package-lock.json b/frontend/package-lock.json index a83eb71..05ab378 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -10,7 +10,7 @@ "@react-router/node": "7.15.1", "@react-router/serve": "7.15.1", "@tailwindcss/typography": "^0.5.19", - "@tanstack/react-form": "^1.29.1", + "@tanstack/react-form": "^1.32.0", "@tanstack/react-query": "^5.100.10", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", @@ -4585,9 +4585,9 @@ } }, "node_modules/@tanstack/form-core": { - "version": "1.29.1", - "resolved": "https://registry.npmjs.org/@tanstack/form-core/-/form-core-1.29.1.tgz", - "integrity": "sha512-NIYPO36eEu7nSWvMpbFDQaBWyVtnH/C8fsZ3/XpJUT4uOWgmxsiUvHGbTbDNIQTXAKIkhwEl0sUrqBNn2SfUnw==", + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/@tanstack/form-core/-/form-core-1.32.0.tgz", + "integrity": "sha512-Tn5VRDSjyqjmaet2tJMuEWDRFyrCaon03vxXPlSSaiSs6C/N7lCIwGCXJbZXEUq1kTj8jYN9qyXHbsz4LQHcow==", "license": "MIT", "dependencies": { "@tanstack/devtools-event-client": "^0.4.1", @@ -4623,12 +4623,12 @@ } }, "node_modules/@tanstack/react-form": { - "version": "1.29.1", - "resolved": "https://registry.npmjs.org/@tanstack/react-form/-/react-form-1.29.1.tgz", - "integrity": "sha512-hVHk4g0phd0HxRsv2ry6Xt8BqmalT55Q3cokhJBCC1St0hcGZhgwJJbohm9atao45BPG9e55DGvtbwExqZe35g==", + "version": "1.32.0", + "resolved": "https://registry.npmjs.org/@tanstack/react-form/-/react-form-1.32.0.tgz", + "integrity": "sha512-6WP5SQTA6/H9crCpvpq3ZppYWqtrdE5NjOy6ebABi6uAQPqhfTzrdjS9t40mCZCFtGI5585OhJV6zBP/KN2zcw==", "license": "MIT", "dependencies": { - "@tanstack/form-core": "1.29.1", + "@tanstack/form-core": "1.32.0", "@tanstack/react-store": "^0.9.1" }, "funding": { diff --git a/frontend/package.json b/frontend/package.json index 8bc3934..d4fb724 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -13,7 +13,7 @@ "@react-router/node": "7.15.1", "@react-router/serve": "7.15.1", "@tailwindcss/typography": "^0.5.19", - "@tanstack/react-form": "^1.29.1", + "@tanstack/react-form": "^1.32.0", "@tanstack/react-query": "^5.100.10", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1",