From 230117694ed5f2fe9b1bb26146e7d6a3a6098a97 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 15 Jan 2021 16:02:28 +0300 Subject: [PATCH] build(deps): bump faker from 4.1.0 to 5.1.0 (#35) Bumps [faker](https://github.com/Marak/Faker.js) from 4.1.0 to 5.1.0. - [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.1.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- packages/example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/example/package.json b/packages/example/package.json index 79192f8..0528163 100644 --- a/packages/example/package.json +++ b/packages/example/package.json @@ -16,7 +16,7 @@ "concurrently": "^4.1.2", "cross-env": "^6.0.3", "express": "^4.17.1", - "faker": "^4.1.0", + "faker": "^5.1.0", "is-url": "^1.2.4", "lodash": "^4.17.15", "nodemon": "^2.0.6",