0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-25 02:31:59 -05:00

Update dependency testem to v3.11.0

This commit is contained in:
renovate[bot] 2023-11-20 07:49:19 +00:00 committed by Daniel Lockyer
parent 4d76606bf6
commit 3c5a5b9ce4
2 changed files with 11 additions and 6 deletions

View file

@ -142,7 +142,7 @@
"react-dom": "18.2.0",
"reframe.js": "4.0.2",
"semver": "7.5.4",
"testem": "3.10.1",
"testem": "3.11.0",
"tracked-built-ins": "3.3.0",
"util": "0.12.5",
"validator": "7.2.0",

View file

@ -23483,6 +23483,11 @@ mkdirp@^1.0.3, mkdirp@^1.0.4:
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
mkdirp@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-3.0.1.tgz#e44e4c5607fb279c168241713cc6e0fea9adcb50"
integrity sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==
mktemp@~0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/mktemp/-/mktemp-0.4.0.tgz#6d0515611c8a8c84e484aa2000129b98e981ff0b"
@ -29933,10 +29938,10 @@ test-exclude@^6.0.0:
glob "^7.1.4"
minimatch "^3.0.4"
testem@3.10.1, testem@^3.2.0:
version "3.10.1"
resolved "https://registry.yarnpkg.com/testem/-/testem-3.10.1.tgz#bab8a83bec11e975f7d1e47e924eed6135957e5b"
integrity sha512-42c4e7qlAelwMd8O3ogtVGRbgbr6fJnX6H51ACOIG1V1IjsKPlcQtxPyOwaL4iikH22Dfh+EyIuJnMG4yxieBQ==
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==
dependencies:
"@xmldom/xmldom" "^0.8.0"
backbone "^1.1.2"
@ -29956,7 +29961,7 @@ testem@3.10.1, testem@^3.2.0:
lodash.clonedeep "^4.4.1"
lodash.find "^4.5.1"
lodash.uniqby "^4.7.0"
mkdirp "^1.0.4"
mkdirp "^3.0.1"
mustache "^4.2.0"
node-notifier "^10.0.0"
npmlog "^6.0.0"