From f1eddad9ca0f325a8a0d85234c3a6b041ba0b2c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jul 2023 04:26:52 +0000 Subject: [PATCH] Bump @replayio/test-utils from 1.0.7 to 1.1.1 Bumps [@replayio/test-utils](https://github.com/replayio/replay-cli) from 1.0.7 to 1.1.1. - [Commits](https://github.com/replayio/replay-cli/compare/@replayio/test-utils@1.0.7...@replayio/test-utils@1.1.1) --- updated-dependencies: - dependency-name: "@replayio/test-utils" dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- yarn.lock | 35 +++++++++++++++++++++++++++++++---- 1 file changed, 31 insertions(+), 4 deletions(-) diff --git a/yarn.lock b/yarn.lock index 8d19e1e74..4ab37e7b7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4088,6 +4088,22 @@ text-table "^0.2.0" ws "^7.5.0" +"@replayio/replay@^0.14.2": + version "0.14.2" + resolved "https://registry.yarnpkg.com/@replayio/replay/-/replay-0.14.2.tgz#1df6974d9dba3d79641806d0e4372583329e9858" + integrity sha512-ZLO8D9S++ryhkjhGywR46NPjBskrNK2OgxjIyAG47NXpk6yJdPYw+pECJ60bhSHv6Y4KCUdVNlOaIbO14IBq3Q== + 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.0": version "1.1.0" resolved "https://registry.yarnpkg.com/@replayio/sourcemap-upload/-/sourcemap-upload-1.1.0.tgz#98c395552a066ed5b274f3253144dd395ee8152c" @@ -4099,12 +4115,23 @@ node-fetch "^2.6.1" string.prototype.matchall "^4.0.5" +"@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" + integrity sha512-XcJmyi2lxVUv/OuCC4GS7SFDrwViObw5czLy2pz7i2AAHFdFQJxTSqnNnw00m7ocUBdgcn/P0DzKHeRvTgPx4w== + dependencies: + commander "^7.2.0" + debug "^4.3.1" + glob "^7.1.6" + node-fetch "^2.6.1" + string.prototype.matchall "^4.0.5" + "@replayio/test-utils@^1.0.7": - version "1.0.7" - resolved "https://registry.yarnpkg.com/@replayio/test-utils/-/test-utils-1.0.7.tgz#11124f3bf84da639452ffcf1d0d35555c1c2bc72" - integrity sha512-VDBYvu2Jg1MbCkwPzkXk7Yaz7OXJiI3PBQ9+x/2ex1ixxVhny7bULENY2IMKK78yh5/ifXuQSwJAd4eiXRLqsQ== + 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== dependencies: - "@replayio/replay" "^0.14.1" + "@replayio/replay" "^0.14.2" "@types/node-fetch" "^2.6.2" debug "^4.3.4" node-fetch "^2.6.7"