From b4e97eb1e937a83012c42cfd542c612d0c8ecacb Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 9 Apr 2021 10:50:21 +0000 Subject: [PATCH] Update dependency faker to v5.5.3 (#462) Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/462 Co-authored-by: renovate Co-committed-by: renovate --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4522df26d..ebfb9e92b 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "cypress-file-upload": "5.0.4", "eslint": "7.23.0", "eslint-plugin-vue": "7.8.0", - "faker": "5.5.2", + "faker": "5.5.3", "jest": "26.6.3", "node-sass": "5.0.0", "sass-loader": "10.1.1", diff --git a/yarn.lock b/yarn.lock index 902afe37a..bba691b76 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6470,10 +6470,10 @@ extsprintf@^1.2.0: resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f" integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8= -faker@5.5.2: - version "5.5.2" - resolved "https://registry.yarnpkg.com/faker/-/faker-5.5.2.tgz#d6f99923fb757b26733a6d2396ddb448ac5bb446" - integrity sha512-6G3lzZXWjWfqTJDS9KhHFIislZMGdrzDqews3T14E/dsANVbs3YT4A3jSNDrbA/gbtmjLuKJx9DzcLucdXBqBw== +faker@5.5.3: + version "5.5.3" + resolved "https://registry.yarnpkg.com/faker/-/faker-5.5.3.tgz#c57974ee484431b25205c2c8dc09fda861e51e0e" + integrity sha512-wLTv2a28wjUyWkbnX7u/ABZBkUkIF2fCd73V6P2oFqEGEktDfzWx4UxrSqtPRw0xPRAcjeAOIiJWqZm3pP4u3g== fast-deep-equal@^2.0.1: version "2.0.1"