From 8e8250a3329f412fe7e70f52f71252336aac846f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 07:14:43 +0000 Subject: [PATCH] Update dependency testem to v3.13.0 --- ghost/admin/package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ghost/admin/package.json b/ghost/admin/package.json index 23f1e51da5..0684ff1073 100644 --- a/ghost/admin/package.json +++ b/ghost/admin/package.json @@ -142,7 +142,7 @@ "react-dom": "18.2.0", "reframe.js": "4.0.2", "semver": "7.5.4", - "testem": "3.11.0", + "testem": "3.13.0", "tracked-built-ins": "3.3.0", "util": "0.12.5", "validator": "7.2.0", diff --git a/yarn.lock b/yarn.lock index 98f9861830..f58131d8a9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -27828,7 +27828,7 @@ socket.io-parser@~4.2.4: "@socket.io/component-emitter" "~3.1.0" debug "~4.3.1" -socket.io@4.7.5, socket.io@^4.1.2: +socket.io@4.7.5, socket.io@^4.5.4: version "4.7.5" resolved "https://registry.yarnpkg.com/socket.io/-/socket.io-4.7.5.tgz#56eb2d976aef9d1445f373a62d781a41c7add8f8" integrity sha512-DmeAkF6cwM9jSfmp6Dr/5/mfMwb5Z5qRrSXLpo3Fq5SqyU8CMF15jIN4ZhfSwu35ksM1qmHZDQ/DK5XTccSTvA== @@ -29026,10 +29026,10 @@ test-exclude@^6.0.0: glob "^7.1.4" minimatch "^3.0.4" -testem@3.11.0, testem@^3.2.0: - version "3.11.0" - resolved "https://registry.yarnpkg.com/testem/-/testem-3.11.0.tgz#24f46528a9f7135eca88466b35ca8e09ad497399" - integrity sha512-q0U126/nnRH54ZDrr6j1Ai5zK6vOm2rdY/5VJrbqcEPQgOWoLB6zrymWUs7BqN2/yRsdorocl9E9ZEwm7LLIZQ== +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== dependencies: "@xmldom/xmldom" "^0.8.0" backbone "^1.1.2" @@ -29055,7 +29055,7 @@ testem@3.11.0, testem@^3.2.0: npmlog "^6.0.0" printf "^0.6.1" rimraf "^3.0.2" - socket.io "^4.1.2" + socket.io "^4.5.4" spawn-args "^0.2.0" styled_string "0.0.1" tap-parser "^7.0.0"