From 3cebaf1d66c4807dbad730f9da774f1fe5139fd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Mar 2021 09:16:33 -0600 Subject: [PATCH] Bump faker from 5.5.1 to 5.5.2 (#13199) Bumps [faker](https://github.com/Marak/Faker.js) from 5.5.1 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/v5.5.1...v5.5.2) 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 210c860e4..3eab26492 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "eslint-plugin-import": "^2.22.1", "eslint-plugin-jsx-a11y": "^6.3.1", "eslint-plugin-react": "^7.23.1", - "faker": "^5.5.1", + "faker": "^5.5.2", "gitdocs": "^2.0.0", "husky": "^4.3.8", "ibm-openapi-validator": "0.39.0", diff --git a/yarn.lock b/yarn.lock index 104a7ecca..d683e00ef 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8209,10 +8209,10 @@ extsprintf@^1.2.0: resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f" integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8= -faker@^5.5.1: - version "5.5.1" - resolved "https://registry.yarnpkg.com/faker/-/faker-5.5.1.tgz#30e4e8ba15c8c08d0494ba935f247d8e2469675d" - integrity sha512-JCFXcVesClQ6RlSWmBMFQmGDAZq6hjbJAFgKALx31uPaQC6p3SWT2ojaJGD8bMQri+8VNqDOkI2F8QC+ABvZng== +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@^1.0.0: version "1.1.0"