From 0b806a52599c5de1c1fa1a7397aa51e6c49c1d7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 15:07:01 +0000 Subject: [PATCH] chore(deps-dev): bump @anatine/zod-mock from 3.13.4 to 3.13.5 Bumps [@anatine/zod-mock](https://github.com/anatine/zod-plugins) from 3.13.4 to 3.13.5. - [Release notes](https://github.com/anatine/zod-plugins/releases) - [Commits](https://github.com/anatine/zod-plugins/compare/zod-mock-3.13.4...zod-mock-3.13.5) --- updated-dependencies: - dependency-name: "@anatine/zod-mock" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 +++++++++++--------- packages/parser/package.json | 2 +- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0688e17ed..772c66c64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -134,10 +134,11 @@ } }, "node_modules/@anatine/zod-mock": { - "version": "3.13.4", - "resolved": "https://registry.npmjs.org/@anatine/zod-mock/-/zod-mock-3.13.4.tgz", - "integrity": "sha512-yO/KeuyYsEDCTcQ+7CiRuY3dnafMHIZUMok6Ci7aERRCTQ+/XmsiPk/RnMx5wlLmWBTmX9kw+PavbMsjM+sAJA==", + "version": "3.13.5", + "resolved": "https://registry.npmjs.org/@anatine/zod-mock/-/zod-mock-3.13.5.tgz", + "integrity": "sha512-N08G3F1tdbvZypIqiTmyUgfiO6QZ7B8WbspnliY/kp/7hmQufFf9ML3tU1o9EWgasKIK9Z31GXLM8ezFnuuKpg==", "dev": true, + "license": "MIT", "dependencies": { "randexp": "^0.5.3" }, @@ -1883,9 +1884,9 @@ } }, "node_modules/@faker-js/faker": { - "version": "9.0.2", - "resolved": "https://registry.npmjs.org/@faker-js/faker/-/faker-9.0.2.tgz", - "integrity": "sha512-nI/FP30ZGXb+UaR7yXawVTH40NVKXPIx0tA3GKjkKLjorqBoMAeq4iSEacl8mJmpVhOCDa0vYHwYDmOOcFMrYw==", + "version": "8.4.1", + "resolved": "https://registry.npmjs.org/@faker-js/faker/-/faker-8.4.1.tgz", + "integrity": "sha512-XQ3cU+Q8Uqmrbf2e0cIC/QN43sTBSC8KF12u29Mb47tWrt2hAgBXSgpZMj4Ao8Uk0iJcU99QsOCaIL8934obCg==", "dev": true, "funding": [ { @@ -1893,10 +1894,11 @@ "url": "https://opencollective.com/fakerjs" } ], + "license": "MIT", "peer": true, "engines": { - "node": ">=18.0.0", - "npm": ">=9.0.0" + "node": "^14.17.0 || ^16.13.0 || >=18.0.0", + "npm": ">=6.14.13" } }, "node_modules/@gerrit0/mini-shiki": { @@ -15584,7 +15586,7 @@ "@aws-lambda-powertools/commons": "^2.13.0" }, "devDependencies": { - "@anatine/zod-mock": "^3.13.3" + "@anatine/zod-mock": "^3.13.5" }, "peerDependencies": { "@middy/core": "4.x || 5.x || 6.x", diff --git a/packages/parser/package.json b/packages/parser/package.json index caf8da232..c33887529 100644 --- a/packages/parser/package.json +++ b/packages/parser/package.json @@ -381,6 +381,6 @@ } }, "devDependencies": { - "@anatine/zod-mock": "^3.13.3" + "@anatine/zod-mock": "^3.13.5" } }