1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-04 00:18:01 +01:00

fix: downgrade faker to 5.5.3

This commit is contained in:
Ivar Conradi Østhus 2022-01-05 11:00:08 +01:00
parent ce1cc8f3a8
commit a12944b3cc
No known key found for this signature in database
GPG Key ID: 31AC596886B0BD09
2 changed files with 6 additions and 5 deletions

View File

@ -115,6 +115,7 @@
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@types/bcrypt": "5.0.0",
"@types/express": "4.17.13",
"@types/express-session": "1.17.4",
@ -141,7 +142,7 @@
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-prettier": "4.0.0",
"faker": "6.6.6",
"faker": "5.5.3",
"fetch-mock": "9.11.0",
"husky": "7.0.4",
"jest": "27.4.6",

View File

@ -3051,10 +3051,10 @@ eyes@0.1.x:
resolved "https://registry.npmjs.org/eyes/-/eyes-0.1.8.tgz"
integrity sha1-Ys8SAjTGg3hdkCNIqADvPgzCC8A=
faker@6.6.6:
version "6.6.6"
resolved "https://registry.yarnpkg.com/faker/-/faker-6.6.6.tgz#e9529da0109dca4c7c5dbfeaadbd9234af943033"
integrity sha512-9tCqYEDHI5RYFQigXFwF1hnCwcWCOJl/hmll0lr5D2Ljjb0o4wphb69wikeJDz5qCEzXCoPvG6ss5SDP6IfOdg==
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@^3.1.1, fast-deep-equal@^3.1.3:
version "3.1.3"