From 2263ef9490fd5cc4dc9793a538c11d14774499d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Aug 2021 08:38:41 +1000 Subject: [PATCH] Update patch dependencies (#6398) Co-authored-by: Renovate Bot --- docs/package.json | 2 +- tests/admin-ui-tests/package.json | 2 +- tests/examples-smoke-tests/package.json | 2 +- yarn.lock | 16 ++++++++-------- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/package.json b/docs/package.json index 868ef5e5336..a40b00c4777 100644 --- a/docs/package.json +++ b/docs/package.json @@ -45,7 +45,7 @@ "remark-hint": "^1.0.10" }, "devDependencies": { - "next-sitemap": "^1.6.162", + "next-sitemap": "^1.6.164", "start-server-and-test": "^1.13.1", "typescript": "^4.3.5" }, diff --git a/tests/admin-ui-tests/package.json b/tests/admin-ui-tests/package.json index d7782ab45e2..ce117edc9b6 100644 --- a/tests/admin-ui-tests/package.json +++ b/tests/admin-ui-tests/package.json @@ -15,7 +15,7 @@ "@keystone-next/keystone": "*", "execa": "^5.1.1", "express": "^4.17.1", - "playwright": "^1.14.0", + "playwright": "^1.14.1", "treekill": "^1.0.0" }, "scripts": { diff --git a/tests/examples-smoke-tests/package.json b/tests/examples-smoke-tests/package.json index 55098b68602..d9c1285b6e9 100644 --- a/tests/examples-smoke-tests/package.json +++ b/tests/examples-smoke-tests/package.json @@ -14,7 +14,7 @@ "@types/tough-cookie": "^4.0.1", "execa": "^5.1.1", "node-fetch": "^2.6.1", - "playwright": "^1.14.0", + "playwright": "^1.14.1", "tree-kill": "^1.2.2" } } diff --git a/yarn.lock b/yarn.lock index 9a02fc7745e..3c07accab9d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9873,10 +9873,10 @@ next-compose-plugins@^2.2.1: resolved "https://registry.yarnpkg.com/next-compose-plugins/-/next-compose-plugins-2.2.1.tgz#020fc53f275a7e719d62521bef4300fbb6fde5ab" integrity sha512-OjJ+fV15FXO2uQXQagLD4C0abYErBjyjE0I0FHpOEIB8upw0hg1ldFP6cqHTJBH1cZqy96OeR3u1dJ+Ez2D4Bg== -next-sitemap@^1.6.162: - version "1.6.162" - resolved "https://registry.yarnpkg.com/next-sitemap/-/next-sitemap-1.6.162.tgz#b1a6fc475c8d2ce6a3ff6beef16161035ef356a3" - integrity sha512-JHc10olNs3Dt89Qur4K3V29cKdM8sG0dg6sVTbsZAm2pzw/3d9AAhLiV614w7dCElovFwAl93V1fF/mgG5I48Q== +next-sitemap@^1.6.164: + version "1.6.164" + resolved "https://registry.yarnpkg.com/next-sitemap/-/next-sitemap-1.6.164.tgz#8e633c5a5687aad292284ef3f5eeddeb8df42e31" + integrity sha512-7kfuZYEuuKNzAiJ5cLH+wCS5A/J57Hb4ZyIAf8JIbX6dLJjVQdRCrt4zp/AfC/w5+faOds3zvwqg5fyEykZvPw== dependencies: "@corex/deepmerge" "^2.6.34" matcher "^4.0.0" @@ -10729,10 +10729,10 @@ platform@1.3.6: resolved "https://registry.yarnpkg.com/platform/-/platform-1.3.6.tgz#48b4ce983164b209c2d45a107adb31f473a6e7a7" integrity sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg== -playwright@^1.14.0: - version "1.14.0" - resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.14.0.tgz#18301b11f5278a446d36b5cf96f67db36ce2cd20" - integrity sha512-aR5oZ1iVsjQkGfYCjgYAmyMAVu0MQ0i8MgdnfdqDu9EVLfbnpuuFmTv/Rb7/Yjno1kOrDUP9+RyNC+zfG3wozA== +playwright@^1.14.1: + version "1.14.1" + resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.14.1.tgz#73913d3044a85a58edf13148245279231072532e" + integrity sha512-JYNjhwWcfsBkg0FMGLbFO9e58FVdmICE4k97/glIQV7cBULL7oxNjRQC7Ffe+Y70XVNnP0HSJLaA0W5SukyftQ== dependencies: commander "^6.1.0" debug "^4.1.1"