From 4ace912dd590487ecae68ee93ef7a795d73d86fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 21:18:35 +0000 Subject: [PATCH] Build(deps): Bump the npm_and_yarn group across 1 directory with 3 updates Bumps the npm_and_yarn group with 3 updates in the / directory: [@conform-to/dom](https://github.com/edmundhung/conform/tree/HEAD/packages/conform-dom), [@conform-to/react](https://github.com/edmundhung/conform/tree/HEAD/packages/conform-react) and [@conform-to/zod](https://github.com/edmundhung/conform/tree/HEAD/packages/conform-zod). Updates `@conform-to/dom` from 1.0.4 to 1.1.2 - [Release notes](https://github.com/edmundhung/conform/releases) - [Commits](https://github.com/edmundhung/conform/commits/v1.1.2/packages/conform-dom) Updates `@conform-to/react` from 1.0.4 to 1.1.2 - [Release notes](https://github.com/edmundhung/conform/releases) - [Commits](https://github.com/edmundhung/conform/commits/v1.1.2/packages/conform-react) Updates `@conform-to/zod` from 1.0.4 to 1.1.2 - [Release notes](https://github.com/edmundhung/conform/releases) - [Commits](https://github.com/edmundhung/conform/commits/v1.1.2/packages/conform-zod) --- updated-dependencies: - dependency-name: "@conform-to/dom" dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@conform-to/react" dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: "@conform-to/zod" dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- package-lock.json | 26 +++++++++++++------------- package.json | 4 ++-- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index f5731ed..051c01c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,8 +6,8 @@ "": { "name": "prunt", "dependencies": { - "@conform-to/react": "^1.0.4", - "@conform-to/zod": "^1.0.4", + "@conform-to/react": "^1.1.2", + "@conform-to/zod": "^1.1.2", "@epic-web/cachified": "^5.1.2", "@epic-web/client-hints": "^1.3.0", "@epic-web/invariant": "^1.0.0", @@ -1085,27 +1085,27 @@ } }, "node_modules/@conform-to/dom": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@conform-to/dom/-/dom-1.0.4.tgz", - "integrity": "sha512-XT5RxFvNxZZ9LAljslVDfic8pG47j6Kh0JNgBMqwOiaURKZXKRD9L0PPAmsMS8JOYmP6yI42eqfLbRPPoufhAQ==" + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@conform-to/dom/-/dom-1.1.2.tgz", + "integrity": "sha512-UFe1E++9vCU/mfGPwvXUnzWUNI16JRh5IM21iMSRFOkx9XkR1W/ozA36h8hVcCDKZiDXl6tjvzPmobIQ4usoFQ==" }, "node_modules/@conform-to/react": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@conform-to/react/-/react-1.0.4.tgz", - "integrity": "sha512-+p+6Z9ZdEGQjxNMTk79H5HQ/C46PzpTqn1HyHOKquXrXFhjrRILJScAu2FD7AtZLIvehfucCkfYn7W0in6SMgg==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@conform-to/react/-/react-1.1.2.tgz", + "integrity": "sha512-iM5weQt80swLds3oLeErcxi9EgAn4z4RPvqQBV1Z4kUqOX8zOQZiH9w5YXyutKuHV3GF823Qq31KLhmqSEZVNg==", "dependencies": { - "@conform-to/dom": "1.0.4" + "@conform-to/dom": "1.1.2" }, "peerDependencies": { "react": ">=18" } }, "node_modules/@conform-to/zod": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@conform-to/zod/-/zod-1.0.4.tgz", - "integrity": "sha512-CXKzrkmN118fp0VYlzCesKa8JODB5P/K8/Jnio+yREdqQB2EjDAz39IJUa1fjBoEVjvAGfBetj/2d97f4LlSnQ==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@conform-to/zod/-/zod-1.1.2.tgz", + "integrity": "sha512-0kNZHSUv+CT93hkU2XSsPx52e1JNNIo38SV3k8t9IOaW/+npueMMDrrUCl2nt2agbjtIzor8axEeZH7wfq3z2w==", "dependencies": { - "@conform-to/dom": "1.0.4" + "@conform-to/dom": "1.1.2" }, "peerDependencies": { "zod": "^3.21.0" diff --git a/package.json b/package.json index 495135a..aa712a3 100644 --- a/package.json +++ b/package.json @@ -37,8 +37,8 @@ "/server-build" ], "dependencies": { - "@conform-to/react": "^1.0.4", - "@conform-to/zod": "^1.0.4", + "@conform-to/react": "^1.1.2", + "@conform-to/zod": "^1.1.2", "@epic-web/cachified": "^5.1.2", "@epic-web/client-hints": "^1.3.0", "@epic-web/invariant": "^1.0.0",