From 42746c142fb27f880cfe502ed19f7e61806b07c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jun 2022 19:55:01 +0000 Subject: [PATCH] Bump testem from 3.7.0 to 3.8.0 Bumps [testem](https://github.com/testem/testem) from 3.7.0 to 3.8.0. - [Release notes](https://github.com/testem/testem/releases) - [Commits](https://github.com/testem/testem/compare/v3.7.0...v3.8.0) --- updated-dependencies: - dependency-name: testem dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 55441f63ba..21e0116df9 100644 --- a/package.json +++ b/package.json @@ -121,7 +121,7 @@ "sort-package-json": "^1.55.0", "symlink-or-copy": "^1.3.1", "temp": "0.9.4", - "testem": "^3.7.0", + "testem": "^3.8.0", "tiny-lr": "^2.0.0", "tree-sync": "^2.1.0", "uuid": "^8.3.2", diff --git a/yarn.lock b/yarn.lock index 782b2f5a94..df49c066b0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8165,10 +8165,10 @@ testdouble@^3.16.5, testdouble@^3.2.6: stringify-object-es5 "^2.5.0" theredoc "^1.0.0" -testem@^3.7.0: - version "3.7.0" - resolved "https://registry.yarnpkg.com/testem/-/testem-3.7.0.tgz#9ea8dac471bf6f5f9e5f999feb9d68b9925cc61b" - integrity sha512-dJWbMiaR0gE1UHeVa0mMisc39Anx5xyyg6Jgxh0G96YD+XTQNrXrz4+m59HQ0dhjQsh091nghXhz7t6tJl3k1w== +testem@^3.8.0: + version "3.8.0" + resolved "https://registry.yarnpkg.com/testem/-/testem-3.8.0.tgz#651aeddbd433ef55ecf7262f0e58b89e1dccb9ac" + integrity sha512-WEaFOq2ZGqM3IQji+Q2uXHGdln5upKhSZ1pLYe9W4CttDELAo588frNovk8UQmB+Xg2mDI8G2zmm7qKuWsldtw== dependencies: "@xmldom/xmldom" "^0.8.0" backbone "^1.1.2"