From a123d5734b236c972e124f450d4123e9cc2b70d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Mar 2021 08:17:09 +0000 Subject: [PATCH] build(deps-dev): bump faker from 5.4.0 to 5.5.1 Bumps [faker](https://github.com/Marak/Faker.js) from 5.4.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/commits/v5.5.1) Signed-off-by: dependabot[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 e6956af2..3f570ba2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3627,9 +3627,9 @@ "dev": true }, "faker": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/faker/-/faker-5.4.0.tgz", - "integrity": "sha512-Y9n/Ky/xZx/Bj8DePvXspUYRtHl/rGQytoIT5LaxmNwSe3wWyOeOXb3lT6Dpipq240PVpeFaGKzScz/5fvff2g==", + "version": "5.5.1", + "resolved": "https://registry.npmjs.org/faker/-/faker-5.5.1.tgz", + "integrity": "sha512-JCFXcVesClQ6RlSWmBMFQmGDAZq6hjbJAFgKALx31uPaQC6p3SWT2ojaJGD8bMQri+8VNqDOkI2F8QC+ABvZng==", "dev": true }, "fast-decode-uri-component": { diff --git a/package.json b/package.json index e6f95bfc..d4f0407a 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "eslint-plugin-jsdoc": "^32.3.0", "eslint-plugin-promise": "^4.3.1", "eslint-plugin-security": "^1.4.0", - "faker": "^5.4.0", + "faker": "^5.5.1", "fastify-formbody": "^5.0.0", "glob": "^7.1.6", "husky": "^6.0.0",