From 29bf72a145e8c40534525ed5940172ca06419c6f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 27 Mar 2021 15:25:50 +0000 Subject: [PATCH] Bump faker from 4.1.0 to 5.5.1 Bumps [faker](https://github.com/Marak/Faker.js) from 4.1.0 to 5.5.1. - [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.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5e824d0..eca1a2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3118,9 +3118,9 @@ "dev": true }, "faker": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/faker/-/faker-4.1.0.tgz", - "integrity": "sha1-HkW7vsxndLPBlfrSg1EJxtdIzD8=", + "version": "5.5.1", + "resolved": "https://registry.npmjs.org/faker/-/faker-5.5.1.tgz", + "integrity": "sha512-JCFXcVesClQ6RlSWmBMFQmGDAZq6hjbJAFgKALx31uPaQC6p3SWT2ojaJGD8bMQri+8VNqDOkI2F8QC+ABvZng==", "dev": true }, "fast-deep-equal": { diff --git a/package.json b/package.json index a0f40c4..5beb6e4 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@typescript-eslint/eslint-plugin": "^2.29.0", "@typescript-eslint/parser": "^2.29.0", "eslint": "^6.8.0", - "faker": "^4.1.0", + "faker": "^5.5.1", "hasura-cli": "^1.3.0", "husky": "^4.2.5", "jest": "^26.1.0",