From 24edc1fe06723ef044970565f4101773e6f0b0bf Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2020 04:16:42 +0000 Subject: [PATCH] build: bump faker from 4.1.0 to 5.0.0 in /frontend Bumps [faker](https://github.com/Marak/Faker.js) from 4.1.0 to 5.0.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.0.0) Signed-off-by: dependabot-preview[bot] --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 5b13205..1ba6767 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -25,7 +25,7 @@ "bootstrap-vue": "^2.0.0-rc.11", "chalk": "^1.1.3", "cypress": "^3.0.2", - "faker": "^4.1.0", + "faker": "^5.0.0", "he": "^1.2.0", "localforage": "^1.6.0", "lodash": "^4.17.10",