From 50db91fba77ee5f622f4fe89dd083707eabca769 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Apr 2021 07:47:49 +0000 Subject: [PATCH] chore(deps-dev): bump faker from 4.1.0 to 5.5.2 Bumps [faker](https://github.com/Marak/Faker.js) from 4.1.0 to 5.5.2. - [Release notes](https://github.com/Marak/Faker.js/releases) - [Changelog](https://github.com/Marak/faker.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/Marak/Faker.js/compare/v4.1.0...v5.5.2) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d742a70a..d5298278 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "eslint-import-resolver-typescript": "^2.0.0", "eslint-plugin-import": "^2.20.2", "eslint-plugin-prettier": "^3.1.2", - "faker": "^4.1.0", + "faker": "^5.5.2", "husky": "^4.2.5", "lerna": "^3.20.2", "lint-staged": "^10.0.0", diff --git a/yarn.lock b/yarn.lock index a7422518..4d72a1ed 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3229,10 +3229,10 @@ extsprintf@^1.2.0: resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f" integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8= -faker@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/faker/-/faker-4.1.0.tgz#1e45bbbecc6774b3c195fad2835109c6d748cc3f" - integrity sha1-HkW7vsxndLPBlfrSg1EJxtdIzD8= +faker@^5.5.2: + version "5.5.2" + resolved "https://registry.yarnpkg.com/faker/-/faker-5.5.2.tgz#d6f99923fb757b26733a6d2396ddb448ac5bb446" + integrity sha512-6G3lzZXWjWfqTJDS9KhHFIislZMGdrzDqews3T14E/dsANVbs3YT4A3jSNDrbA/gbtmjLuKJx9DzcLucdXBqBw== fast-deep-equal@^3.1.1: version "3.1.1"