From 063edb1f83b70cd2c3227d1f5bee31dfeac1f904 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 03:24:12 +0000 Subject: [PATCH] Bump testem from 3.7.0 to 3.9.0 Bumps [testem](https://github.com/testem/testem) from 3.7.0 to 3.9.0. - [Release notes](https://github.com/testem/testem/releases) - [Commits](https://github.com/testem/testem/compare/v3.7.0...v3.9.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 df03ddd091..525fadfdcb 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.9.0", "tiny-lr": "^2.0.0", "tree-sync": "^2.1.0", "uuid": "^8.3.2", diff --git a/yarn.lock b/yarn.lock index 83a1bc58e0..1108899047 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8159,10 +8159,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.9.0: + version "3.9.0" + resolved "https://registry.yarnpkg.com/testem/-/testem-3.9.0.tgz#a82ccf01e5a248e3924244186e348c665ab90f7d" + integrity sha512-YTxCYKj0cc8uUSKEziJtSC5T/pw4fQnY0ZXNOyvAFgrijfsN9NxmncJZOHLhPgFOuhbRd5i+DBQxw0Cpe0SEFg== dependencies: "@xmldom/xmldom" "^0.8.0" backbone "^1.1.2"