From ace49e385c322b55c8d239e91887ab4ccd209159 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 11:27:38 +0000 Subject: [PATCH] Bump zod from 3.23.0 to 3.23.4 Bumps [zod](https://github.com/colinhacks/zod) from 3.23.0 to 3.23.4. - [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.23.0...v3.23.4) --- updated-dependencies: - dependency-name: zod dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 67e59ca..849921e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,11 +7,11 @@ "name": "portfolio", "hasInstallScript": true, "devDependencies": { - "@nuxt/devtools": "latest", + "@nuxt/devtools": "*", "@nuxtjs/color-mode": "^3.4.0", "@nuxtjs/tailwindcss": "^6.12.0", "nuxt": "^3.11.2", - "zod": "^3.23.0" + "zod": "^3.23.4" } }, "node_modules/@alloc/quick-lru": { @@ -12804,9 +12804,9 @@ } }, "node_modules/zod": { - "version": "3.23.0", - "resolved": "https://registry.npmjs.org/zod/-/zod-3.23.0.tgz", - "integrity": "sha512-OFLT+LTocvabn6q76BTwVB0hExEBS0IduTr3cqZyMqEDbOnYmcU+y0tUAYbND4uwclpBGi4I4UUBGzylWpjLGA==", + "version": "3.23.4", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.23.4.tgz", + "integrity": "sha512-/AtWOKbBgjzEYYQRNfoGKHObgfAZag6qUJX1VbHo2PRBgS+wfWagEY2mizjfyAPcGesrJOcx/wcl0L9WnVrHFw==", "dev": true, "funding": { "url": "https://github.com/sponsors/colinhacks" diff --git a/package.json b/package.json index ecaa91b..a77bcd8 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,6 @@ "@nuxtjs/color-mode": "^3.4.0", "@nuxtjs/tailwindcss": "^6.12.0", "nuxt": "^3.11.2", - "zod": "^3.23.0" + "zod": "^3.23.4" } }