diff --git a/package.json b/package.json index 0abbe2d7..1f2ec91b 100644 --- a/package.json +++ b/package.json @@ -50,6 +50,7 @@ "eslint": "8.5.0", "eslint-config-prettier": "8.3.0", "eslint-plugin-import": "2.25.3", + "faker": "5.5.3", "jest": "27.4.5", "prettier": "2.5.1", "semantic-release": "18.0.1", @@ -61,7 +62,6 @@ }, "dependencies": { "chalk": "^4", - "faker": "^5.5.3", "glob": "^7.2.0", "ora": "^5", "reflect-metadata": "^0.1.13", diff --git a/yarn.lock b/yarn.lock index fb5b513a..99afdf9c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2709,7 +2709,7 @@ extsprintf@^1.2.0: resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f" integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8= -faker@^5.5.3: +faker@5.5.3: version "5.5.3" resolved "https://registry.yarnpkg.com/faker/-/faker-5.5.3.tgz#c57974ee484431b25205c2c8dc09fda861e51e0e" integrity sha512-wLTv2a28wjUyWkbnX7u/ABZBkUkIF2fCd73V6P2oFqEGEktDfzWx4UxrSqtPRw0xPRAcjeAOIiJWqZm3pP4u3g==