Skip to content

Commit

Permalink
Bump @replayio/cypress from 1.1.1 to 1.4.0
Browse files Browse the repository at this point in the history
Bumps [@replayio/cypress](https://github.com/replayio/replay-cli) from 1.1.1 to 1.4.0.
- [Commits](https://github.com/replayio/replay-cli/compare/@replayio/[email protected]...@replayio/[email protected])

---
updated-dependencies:
- dependency-name: "@replayio/cypress"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 29, 2023
1 parent dd984ef commit 669f679
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@cypress/webpack-dev-server": "^1.6.0",
"@faker-js/faker": "6.1.2",
"@percy/cypress": "2.3.4",
"@replayio/cypress": "^1.1.1",
"@replayio/cypress": "^1.4.0",
"@types/bcryptjs": "2.4.2",
"@types/bluebird": "3.5.38",
"@types/connect-flash": "0.0.37",
Expand Down
55 changes: 40 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4059,23 +4059,24 @@
schema-utils "^2.6.5"
source-map "^0.7.3"

"@replayio/cypress@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@replayio/cypress/-/cypress-1.1.1.tgz#095e3fb417770533c1d6b97833f2e3aecd904c89"
integrity sha512-fFTL3OjqnZT0QzLEQsUzcXMJRyE5VTfhCWMJinm/v2sh9nt19yo28c7rG6VDU1i1g44zVnquj4Q54rCQ6k64fg==
"@replayio/cypress@^1.4.0":
version "1.4.0"
resolved "https://registry.yarnpkg.com/@replayio/cypress/-/cypress-1.4.0.tgz#52e999faca9cf715938714bb05b210290b32dbac"
integrity sha512-I9ELr27tykDCSuag/c2+n02ULoevpSZiKGUNT4rd3HY1jA8GzeGVHUeICIh+DxaAP1rG+UurUIeq2KYGdkS18Q==
dependencies:
"@replayio/replay" "^0.14.2"
"@replayio/test-utils" "^1.1.1"
"@replayio/replay" "^0.17.2"
"@replayio/test-utils" "^1.1.9"
chalk "^4.1.2"
debug "^4.3.4"
semver "^7.5.2"
terminate "^2.6.1"
txml "^3.2.5"
uuid "^8.3.2"

"@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==
"@replayio/replay@^0.17.2":
version "0.17.2"
resolved "https://registry.yarnpkg.com/@replayio/replay/-/replay-0.17.2.tgz#ee5bfc9ff458baee6d7bb5a63f8ae7c6fa1f62bc"
integrity sha512-vqH80tDVOC64bwH1SDngdoset5YllhAGOsRbEs4OjhH0sex3HcXFkLcHZf35xKnhFeBN8P+lIY0gxEqW5Nxl0Q==
dependencies:
"@replayio/sourcemap-upload" "^1.1.1"
commander "^7.2.0"
Expand All @@ -4099,12 +4100,12 @@
node-fetch "^2.6.1"
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==
"@replayio/test-utils@^1.1.9":
version "1.1.9"
resolved "https://registry.yarnpkg.com/@replayio/test-utils/-/test-utils-1.1.9.tgz#db84eb2cd566767760e127dcc60f8347990f01cb"
integrity sha512-ok80VPZMhJqvH7Cx7Vo5Az2itYA0Acx99gQ+3yifeLsLpwzgMcmH7PPTO6FXnRXUv2PG4IPlAvmpXkJyjzRzUw==
dependencies:
"@replayio/replay" "^0.14.2"
"@replayio/replay" "^0.17.2"
"@types/node-fetch" "^2.6.2"
debug "^4.3.4"
node-fetch "^2.6.7"
Expand Down Expand Up @@ -15218,6 +15219,15 @@ read-pkg@^5.2.0:
string_decoder "~1.1.1"
util-deprecate "~1.0.1"

"readable-stream@2 || 3":
version "3.6.2"
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.2.tgz#56a9b36ea965c00c5a93ef31eb111a0f11056967"
integrity sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==
dependencies:
inherits "^2.0.3"
string_decoder "^1.1.1"
util-deprecate "^1.0.1"

readable-stream@^3.0.6, readable-stream@^3.1.1, readable-stream@^3.4.0, readable-stream@^3.6.0:
version "3.6.0"
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198"
Expand Down Expand Up @@ -16930,6 +16940,14 @@ through2@^2.0.0:
readable-stream "~2.3.6"
xtend "~4.0.1"

through2@^3.0.1:
version "3.0.2"
resolved "https://registry.yarnpkg.com/through2/-/through2-3.0.2.tgz#99f88931cfc761ec7678b41d5d7336b5b6a07bf4"
integrity sha512-enaDQ4MUyP2W6ZyT6EsMzqBPZaM/avg8iuo+l2d3QCs0J+6RaqkHV/2/lOwDTueBHeJ/2LG9lrLW3d5rWPucuQ==
dependencies:
inherits "^2.0.4"
readable-stream "2 || 3"

through@2, through@^2.3.8, through@~2.3, through@~2.3.1:
version "2.3.8"
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
Expand Down Expand Up @@ -17189,6 +17207,13 @@ tweetnacl@^0.14.3, tweetnacl@~0.14.0:
resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64"
integrity sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=

txml@^3.2.5:
version "3.2.5"
resolved "https://registry.yarnpkg.com/txml/-/txml-3.2.5.tgz#607eeef7e021dba8c6dd173b3971b12443deb9ec"
integrity sha512-AtN8AgJLiDanttIXJaQlxH8/R0NOCNwto8kcO7BaxdLgsN9b7itM9lnTD7c2O3TadP+hHB9j7ra5XGFRPNnk/g==
dependencies:
through2 "^3.0.1"

type-check@^0.4.0, type-check@~0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1"
Expand Down

0 comments on commit 669f679

Please sign in to comment.