From 9ac33c6614a81f49094f98425d8f1326d5ac5f74 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 16 Apr 2022 16:00:32 +0000 Subject: [PATCH] chore(deps): update dependency faker to v6 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index bdbc346cf..e89d37f82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -89,7 +89,7 @@ "cypress": "9.5.3", "eslint-plugin-cypress": "2.12.1", "eslint-plugin-react": "7.29.4", - "faker": "5.5.3", + "faker": "6.6.6", "jest": "27.5.1", "json-to-graphql-query": "2.2.3", "mockdate": "3.0.5", @@ -6160,9 +6160,9 @@ } }, "node_modules/faker": { - "version": "5.5.3", - "resolved": "https://registry.npmjs.org/faker/-/faker-5.5.3.tgz", - "integrity": "sha512-wLTv2a28wjUyWkbnX7u/ABZBkUkIF2fCd73V6P2oFqEGEktDfzWx4UxrSqtPRw0xPRAcjeAOIiJWqZm3pP4u3g==", + "version": "6.6.6", + "resolved": "https://registry.npmjs.org/faker/-/faker-6.6.6.tgz", + "integrity": "sha512-9tCqYEDHI5RYFQigXFwF1hnCwcWCOJl/hmll0lr5D2Ljjb0o4wphb69wikeJDz5qCEzXCoPvG6ss5SDP6IfOdg==", "dev": true }, "node_modules/fancy-test": { @@ -18505,9 +18505,9 @@ "integrity": "sha1-Ys8SAjTGg3hdkCNIqADvPgzCC8A=" }, "faker": { - "version": "5.5.3", - "resolved": "https://registry.npmjs.org/faker/-/faker-5.5.3.tgz", - "integrity": "sha512-wLTv2a28wjUyWkbnX7u/ABZBkUkIF2fCd73V6P2oFqEGEktDfzWx4UxrSqtPRw0xPRAcjeAOIiJWqZm3pP4u3g==", + "version": "6.6.6", + "resolved": "https://registry.npmjs.org/faker/-/faker-6.6.6.tgz", + "integrity": "sha512-9tCqYEDHI5RYFQigXFwF1hnCwcWCOJl/hmll0lr5D2Ljjb0o4wphb69wikeJDz5qCEzXCoPvG6ss5SDP6IfOdg==", "dev": true }, "fancy-test": { diff --git a/package.json b/package.json index 9a264b127..baf230d21 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "cypress": "9.5.3", "eslint-plugin-cypress": "2.12.1", "eslint-plugin-react": "7.29.4", - "faker": "5.5.3", + "faker": "6.6.6", "jest": "27.5.1", "json-to-graphql-query": "2.2.3", "mockdate": "3.0.5",