From cba14103eddf3e6832ae2c1f93fbc7d8cd2662fc Mon Sep 17 00:00:00 2001 From: GatsbyJS Bot Date: Fri, 21 Aug 2020 10:43:17 +0000 Subject: [PATCH] chore(e2e-dev-runtime): bump @testing-library/cypress and adjust current data updates testing setup (#26500) * chore(e2e-dev-runtime): bump @testing-library/cypress * chore(e2e-dev-runtime): scope fake-data source plugin data refreshes * force single cypress version ref: https://github.com/testing-library/cypress-testing-library/issues/98 --- node_modules/.yarn-integrity | 2 +- yarn.lock | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/node_modules/.yarn-integrity b/node_modules/.yarn-integrity index ac9b1c7..125981c 100644 --- a/node_modules/.yarn-integrity +++ b/node_modules/.yarn-integrity @@ -260,7 +260,7 @@ "@types/minimatch@*": "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d", "@types/mkdirp@^0.5.2": "https://registry.yarnpkg.com/@types/mkdirp/-/mkdirp-0.5.2.tgz#503aacfe5cc2703d5484326b1b27efa67a339c1f", "@types/node-fetch@2": "https://registry.yarnpkg.com/@types/node-fetch/-/node-fetch-2.5.7.tgz#20a2afffa882ab04d44ca786449a276f9f6bbf3c", - "@types/node@*": "https://registry.yarnpkg.com/@types/node/-/node-8.10.62.tgz#8d0d0db44a46ae7679d92e2e36d41bf1c3625d6a", + "@types/node@*": "https://registry.yarnpkg.com/@types/node/-/node-14.0.27.tgz#a151873af5a5e851b51b3b065c9e63390a9e0eb1", "@types/node@^8.5.7": "https://registry.yarnpkg.com/@types/node/-/node-8.10.62.tgz#8d0d0db44a46ae7679d92e2e36d41bf1c3625d6a", "@types/parse-json@^4.0.0": "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0", "@types/parse5@^5.0.0": "https://registry.yarnpkg.com/@types/parse5/-/parse5-5.0.3.tgz#e7b5aebbac150f8b5fdd4a46e7f0bd8e65e19109", diff --git a/yarn.lock b/yarn.lock index 4f7e34a..7292ab3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1581,7 +1581,12 @@ "@types/node" "*" form-data "^3.0.0" -"@types/node@*", "@types/node@^8.5.7": +"@types/node@*": + version "14.0.27" + resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.27.tgz#a151873af5a5e851b51b3b065c9e63390a9e0eb1" + integrity sha512-kVrqXhbclHNHGu9ztnAwSncIgJv/FaxmzXJvGXNdcCpV1b8u1/Mi6z6m0vwy0LzKeXFTPLH0NzwmoJ3fNCIq0g== + +"@types/node@^8.5.7": version "8.10.62" resolved "https://registry.yarnpkg.com/@types/node/-/node-8.10.62.tgz#8d0d0db44a46ae7679d92e2e36d41bf1c3625d6a" integrity sha512-76fupxOYVxk36kb7O/6KtrAPZ9jnSK3+qisAX4tQMEuGNdlvl7ycwatlHqjoE6jHfVtXFM3pCrCixZOidc5cuw==