diff --git a/package.json b/package.json index 7bdb3ae11..b3eb1a1aa 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "eslint": "^8.30.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-prettier": "^5.0.0", - "faker": "^5.5.3", + "faker": "^6.6.6", "fast-deep-equal": "^3.1.3", "into-stream": "^6.0.0", "js-yaml": "^4.1.0", diff --git a/yarn.lock b/yarn.lock index eac1e5476..30408bbb4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1520,10 +1520,10 @@ execa@^7.1.1: signal-exit "^3.0.7" strip-final-newline "^3.0.0" -faker@^5.5.3: - version "5.5.3" - resolved "https://registry.yarnpkg.com/faker/-/faker-5.5.3.tgz#c57974ee484431b25205c2c8dc09fda861e51e0e" - integrity sha512-wLTv2a28wjUyWkbnX7u/ABZBkUkIF2fCd73V6P2oFqEGEktDfzWx4UxrSqtPRw0xPRAcjeAOIiJWqZm3pP4u3g== +faker@^6.6.6: + version "6.6.6" + resolved "https://registry.yarnpkg.com/faker/-/faker-6.6.6.tgz#e9529da0109dca4c7c5dbfeaadbd9234af943033" + integrity sha512-9tCqYEDHI5RYFQigXFwF1hnCwcWCOJl/hmll0lr5D2Ljjb0o4wphb69wikeJDz5qCEzXCoPvG6ss5SDP6IfOdg== fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3: version "3.1.3"