diff --git a/motoko/ic-pos/package-lock.json b/motoko/ic-pos/package-lock.json index d24418a7d..8f96fc116 100644 --- a/motoko/ic-pos/package-lock.json +++ b/motoko/ic-pos/package-lock.json @@ -36,7 +36,7 @@ "recoil": "^0.7.7", "tailwind-merge": "^1.13.2", "use-sound": "^4.0.1", - "zod": "^3.21.4" + "zod": "^3.22.3" }, "devDependencies": { "@dfinity/auth-client": "^0.19.2", @@ -5503,9 +5503,9 @@ } }, "node_modules/zod": { - "version": "3.22.2", - "resolved": "https://registry.npmjs.org/zod/-/zod-3.22.2.tgz", - "integrity": "sha512-wvWkphh5WQsJbVk1tbx1l1Ly4yg+XecD+Mq280uBGt9wa5BKSWf4Mhp6GmrkPixhMxmabYY7RbzlwVP32pbGCg==", + "version": "3.22.3", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.22.3.tgz", + "integrity": "sha512-EjIevzuJRiRPbVH4mGc8nApb/lVLKVpmUhAaR5R5doKGfAnGJ6Gr3CViAVjP+4FWSxCsybeWQdcgCtbX+7oZug==", "funding": { "url": "https://github.com/sponsors/colinhacks" } diff --git a/motoko/ic-pos/package.json b/motoko/ic-pos/package.json index 64a66fea4..fc1da9042 100644 --- a/motoko/ic-pos/package.json +++ b/motoko/ic-pos/package.json @@ -61,7 +61,7 @@ "recoil": "^0.7.7", "tailwind-merge": "^1.13.2", "use-sound": "^4.0.1", - "zod": "^3.21.4" + "zod": "^3.22.3" }, "devDependencies": { "@dfinity/auth-client": "^0.19.2",