From 5f74b6d95f992d04622bb90610e1cc67c4d1be51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Apr 2021 15:49:42 +0200 Subject: [PATCH] Bump faker from 5.5.2 to 5.5.3 (#13377) Bumps [faker](https://github.com/Marak/Faker.js) from 5.5.2 to 5.5.3. - [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/v5.5.2...v5.5.3) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2318d168f..bd027b139 100644 --- a/package.json +++ b/package.json @@ -124,7 +124,7 @@ "eslint-plugin-jsx-a11y": "^6.3.1", "eslint-plugin-no-only-tests": "^2.5.0", "eslint-plugin-react": "^7.23.2", - "faker": "^5.5.2", + "faker": "^5.5.3", "gitdocs": "^2.0.0", "husky": "^4.3.8", "ibm-openapi-validator": "0.40.1", diff --git a/yarn.lock b/yarn.lock index 7694cc5ee..e6c197438 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8706,10 +8706,10 @@ extsprintf@^1.2.0: resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f" integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8= -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== +faker@^5.5.3: + version "5.5.3" + resolved "https://registry.yarnpkg.com/faker/-/faker-5.5.3.tgz#c57974ee484431b25205c2c8dc09fda861e51e0e" + integrity sha512-wLTv2a28wjUyWkbnX7u/ABZBkUkIF2fCd73V6P2oFqEGEktDfzWx4UxrSqtPRw0xPRAcjeAOIiJWqZm3pP4u3g== fast-deep-equal@^1.0.0: version "1.1.0"