diff --git a/ui/package.json b/ui/package.json index 0be38fbf302..d3e7bad48b5 100644 --- a/ui/package.json +++ b/ui/package.json @@ -120,7 +120,7 @@ "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^3.4.1", "eslint-plugin-qunit": "^6.2.0", - "faker": "^4.1.0", + "faker": "^6.6.6", "fuse.js": "^3.4.4", "glob": "^7.2.0", "http-proxy": "^1.1.6", diff --git a/ui/yarn.lock b/ui/yarn.lock index a36628f3844..200d2cae624 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -8570,10 +8570,10 @@ fake-xml-http-request@^2.1.2: resolved "https://registry.yarnpkg.com/fake-xml-http-request/-/fake-xml-http-request-2.1.2.tgz#f1786720cae50bbb46273035a0173414f3e85e74" integrity sha512-HaFMBi7r+oEC9iJNpc3bvcW7Z7iLmM26hPDmlb0mFwyANSsOQAtJxbdWsXITKOzZUyMYK0zYCv3h5yDj9TsiXg== -faker@^4.1.0: - version "4.1.0" - resolved "https://registry.yarnpkg.com/faker/-/faker-4.1.0.tgz#1e45bbbecc6774b3c195fad2835109c6d748cc3f" - integrity sha512-ILKg69P6y/D8/wSmDXw35Ly0re8QzQ8pMfBCflsGiZG2ZjMUNLYNexA6lz5pkmJlepVdsiDFUxYAzPQ9/+iGLA== +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"