From f454aed9c96db84e51e995b2750a96e7887833b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 12:14:09 +0000 Subject: [PATCH] Update dependency testem to v3.14.0 --- ghost/admin/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ghost/admin/package.json b/ghost/admin/package.json index 813cb96107..182b6d2f40 100644 --- a/ghost/admin/package.json +++ b/ghost/admin/package.json @@ -144,7 +144,7 @@ "react-dom": "18.3.1", "reframe.js": "4.0.2", "semver": "7.6.2", - "testem": "3.13.0", + "testem": "3.14.0", "tracked-built-ins": "3.3.0", "util": "0.12.5", "validator": "7.2.0", diff --git a/yarn.lock b/yarn.lock index 3c8353e863..4b9ad47ee1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -28968,10 +28968,10 @@ test-exclude@^6.0.0: glob "^7.1.4" minimatch "^3.0.4" -testem@3.13.0, testem@^3.2.0: - version "3.13.0" - resolved "https://registry.yarnpkg.com/testem/-/testem-3.13.0.tgz#27d6b2c50e9607f2c2d4ea5f75c88b3434dac7a0" - integrity sha512-b4hdlkH2TR1TQJCOgBNbD7nz4TjeYF35MgUlzum3yfDaaR+lJDjmJNMgi72MKgg+SjkGZ1U3BCBOqLC85MsMmQ== +testem@3.14.0, testem@^3.2.0: + version "3.14.0" + resolved "https://registry.yarnpkg.com/testem/-/testem-3.14.0.tgz#ba563f5940d4c4c37e0b3db6d56b001b9aed80d4" + integrity sha512-hpybTZhio6DXUM7s0HsE8EOnN8zuA6LdNcz3EsTpQSnD56Cj6gSuFQx82wDKZQ6OmM1kvIBebxP+rEoOYBgCOA== dependencies: "@xmldom/xmldom" "^0.8.0" backbone "^1.1.2"