dependabot[bot] dependabot[bot] commited on
Commit
e5d2cc3
1 Parent(s): 26c517c

Bump zod from 3.21.4 to 3.22.3 (#487)

Browse files

Bumps [zod](https://github.com/colinhacks/zod) from 3.21.4 to 3.22.3.
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md)
- [Commits](https://github.com/colinhacks/zod/compare/v3.21.4...v3.22.3)

---
updated-dependencies:
- dependency-name: zod
dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Files changed (2) hide show
  1. package-lock.json +4 -4
  2. package.json +1 -1
package-lock.json CHANGED
@@ -27,7 +27,7 @@
27
  "serpapi": "^1.1.1",
28
  "tailwind-scrollbar": "^3.0.0",
29
  "tailwindcss": "^3.3.1",
30
- "zod": "^3.21.4"
31
  },
32
  "devDependencies": {
33
  "@iconify-json/carbon": "^1.1.16",
@@ -6217,9 +6217,9 @@
6217
  }
6218
  },
6219
  "node_modules/zod": {
6220
- "version": "3.21.4",
6221
- "resolved": "https://registry.npmjs.org/zod/-/zod-3.21.4.tgz",
6222
- "integrity": "sha512-m46AKbrzKVzOzs/DZgVnG5H55N1sv1M8qZU3A8RIKbs3mrACDNeIOeilDymVb2HdmP8uwshOCF4uJ8uM9rCqJw==",
6223
  "funding": {
6224
  "url": "https://github.com/sponsors/colinhacks"
6225
  }
 
27
  "serpapi": "^1.1.1",
28
  "tailwind-scrollbar": "^3.0.0",
29
  "tailwindcss": "^3.3.1",
30
+ "zod": "^3.22.3"
31
  },
32
  "devDependencies": {
33
  "@iconify-json/carbon": "^1.1.16",
 
6217
  }
6218
  },
6219
  "node_modules/zod": {
6220
+ "version": "3.22.3",
6221
+ "resolved": "https://registry.npmjs.org/zod/-/zod-3.22.3.tgz",
6222
+ "integrity": "sha512-EjIevzuJRiRPbVH4mGc8nApb/lVLKVpmUhAaR5R5doKGfAnGJ6Gr3CViAVjP+4FWSxCsybeWQdcgCtbX+7oZug==",
6223
  "funding": {
6224
  "url": "https://github.com/sponsors/colinhacks"
6225
  }
package.json CHANGED
@@ -60,6 +60,6 @@
60
  "serpapi": "^1.1.1",
61
  "tailwind-scrollbar": "^3.0.0",
62
  "tailwindcss": "^3.3.1",
63
- "zod": "^3.21.4"
64
  }
65
  }
 
60
  "serpapi": "^1.1.1",
61
  "tailwind-scrollbar": "^3.0.0",
62
  "tailwindcss": "^3.3.1",
63
+ "zod": "^3.22.3"
64
  }
65
  }