From 37bf6822ce885985a229655fa5880f42dbd5ae75 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Sep 2021 12:09:31 +0100 Subject: [PATCH] Update dependency testem to v3.5.0 (#2075) Co-authored-by: Renovate Bot --- ghost/admin/package.json | 2 +- ghost/admin/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ghost/admin/package.json b/ghost/admin/package.json index a2e662ff24..e5defd244e 100644 --- a/ghost/admin/package.json +++ b/ghost/admin/package.json @@ -134,7 +134,7 @@ "pretender": "3.4.3", "reframe.js": "3.0.3", "simplemde": "https://github.com/kevinansfield/simplemde-markdown-editor.git#ghost", - "testem": "3.4.3", + "testem": "3.5.0", "top-gh-contribs": "2.0.4", "tracked-built-ins": "1.1.1", "validator": "7.2.0", diff --git a/ghost/admin/yarn.lock b/ghost/admin/yarn.lock index 322b1cc2cc..bb1edfa407 100644 --- a/ghost/admin/yarn.lock +++ b/ghost/admin/yarn.lock @@ -14048,10 +14048,10 @@ terser@^5.3.0: source-map "~0.7.2" source-map-support "~0.5.19" -testem@3.4.3: - version "3.4.3" - resolved "https://registry.yarnpkg.com/testem/-/testem-3.4.3.tgz#ed13abb9632622cec17b285bf9aa0a9cc6c02024" - integrity sha512-x8P+urqzwv+K8eJo6/kavSLtwgLr59AINkIG+CIVmWy2DDtC8xt9J+4n8G6PETcSXIO3cSUTt63QWTgDGGBVnA== +testem@3.5.0: + version "3.5.0" + resolved "https://registry.yarnpkg.com/testem/-/testem-3.5.0.tgz#c77cc1e46114c60f6f16c4f221a8a222346fb211" + integrity sha512-qucRtq6aDVrCc6aEyz15CxIpjij95B8XTHpRT7xrTdTw3iFypZw95DQjX+EnGmGIqUB7CGapv3L2OP+HAlHUBg== dependencies: "@xmldom/xmldom" "^0.7.1" backbone "^1.1.2"