From bec501c6b6c3ef36e8035b1e1e31c5424af15e0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Apr 2022 16:59:28 +0000 Subject: [PATCH] chore(deps): bump faker from 5.5.3 to 6.6.6 Bumps [faker](https://github.com/Marak/Faker.js) from 5.5.3 to 6.6.6. - [Release notes](https://github.com/Marak/Faker.js/releases) - [Commits](https://github.com/Marak/Faker.js/commits) --- updated-dependencies: - dependency-name: faker dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a674456..d8ad3d8 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "eslint-plugin-jest": "^26.1.4", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-security": "^1.4.0", - "faker": "^5.1.0", + "faker": "^6.6.6", "husky": "^7.0.4", "jest": "^27.5.1", "lint-staged": "^12.3.7", diff --git a/yarn.lock b/yarn.lock index 5bd14dc..0fdf126 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3077,10 +3077,10 @@ extsprintf@^1.2.0: resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f" integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8= -faker@^5.1.0: - version "5.5.3" - resolved "https://registry.yarnpkg.com/faker/-/faker-5.5.3.tgz#c57974ee484431b25205c2c8dc09fda861e51e0e" - integrity sha512-wLTv2a28wjUyWkbnX7u/ABZBkUkIF2fCd73V6P2oFqEGEktDfzWx4UxrSqtPRw0xPRAcjeAOIiJWqZm3pP4u3g== +faker@^6.6.6: + version "6.6.6" + resolved "https://registry.yarnpkg.com/faker/-/faker-6.6.6.tgz#e9529da0109dca4c7c5dbfeaadbd9234af943033" + integrity sha512-9tCqYEDHI5RYFQigXFwF1hnCwcWCOJl/hmll0lr5D2Ljjb0o4wphb69wikeJDz5qCEzXCoPvG6ss5SDP6IfOdg== fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3: version "3.1.3"