From 8fc136fafd70509419fc80210882c91e915f17f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 04:31:27 +0000 Subject: [PATCH] Bump @replayio/test-utils from 1.1.1 to 1.1.6 Bumps [@replayio/test-utils](https://github.com/replayio/replay-cli) from 1.1.1 to 1.1.6. - [Commits](https://github.com/replayio/replay-cli/compare/@replayio/test-utils@1.1.1...@replayio/test-utils@1.1.6) --- updated-dependencies: - dependency-name: "@replayio/test-utils" dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/yarn.lock b/yarn.lock index a21856e69..80386f7ca 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4088,6 +4088,22 @@ text-table "^0.2.0" ws "^7.5.0" +"@replayio/replay@^0.16.1": + version "0.16.1" + resolved "https://registry.yarnpkg.com/@replayio/replay/-/replay-0.16.1.tgz#6adb8d01f76fe20f55b2b8cbdfbfcb10a16aca4d" + integrity sha512-LmmoC8+k5JNgHgEeZ/bYwGFZ7fpyIxgVPFnHEJYc51vgBlD/bsLeBoltBmPPTKRJ/gg8rUC4jbsZ67X929qCXw== + dependencies: + "@replayio/sourcemap-upload" "^1.1.1" + commander "^7.2.0" + debug "^4.3.4" + is-uuid "^1.0.2" + jsonata "^1.8.6" + node-fetch "^2.6.8" + p-map "^4.0.0" + superstruct "^0.15.4" + text-table "^0.2.0" + ws "^7.5.0" + "@replayio/sourcemap-upload@^1.1.1": version "1.1.1" resolved "https://registry.yarnpkg.com/@replayio/sourcemap-upload/-/sourcemap-upload-1.1.1.tgz#2e6e5c9a5b5037bb2e2d21b2751411e5188eb486" @@ -4100,11 +4116,11 @@ string.prototype.matchall "^4.0.5" "@replayio/test-utils@^1.1.1": - version "1.1.1" - resolved "https://registry.yarnpkg.com/@replayio/test-utils/-/test-utils-1.1.1.tgz#52ac290748a19b544792be06b60546ed596a5bcd" - integrity sha512-blBt2R0cix+5U35RJD+0ITWXHkj4Fxy77TIaU96TP6lINRsSRcfiGd6Xff63jnWNOCfPk/ac+rm1cih2sadtFQ== + version "1.1.6" + resolved "https://registry.yarnpkg.com/@replayio/test-utils/-/test-utils-1.1.6.tgz#0b22b6dde1f57085683f4e541d5ed10f0dfbb31d" + integrity sha512-JOS9fsp4W3Q9rh7qhdvDbvGT+AbxG2DDLp/Y2/T/vQ3pi9DgiyU7AxQGrW23kX0CFx8kt6RRg+2Gscaz1gm3ew== dependencies: - "@replayio/replay" "^0.14.2" + "@replayio/replay" "^0.16.1" "@types/node-fetch" "^2.6.2" debug "^4.3.4" node-fetch "^2.6.7"