Skip to content

Commit

Permalink
Bump @replayio/cypress from 1.1.1 to 1.3.5
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.3.5.
- [Commits](https://github.com/replayio/replay-cli/compare/@replayio/cypress@1.1.1...@replayio/cypress@1.3.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 27, 2023
1 parent dd984ef commit 8a7c62a
Show file tree
Hide file tree
Showing 2 changed files with 16 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.3.5",
"@types/bcryptjs": "2.4.2",
"@types/bluebird": "3.5.38",
"@types/connect-flash": "0.0.37",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4059,23 +4059,23 @@
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.3.5":
version "1.3.5"
resolved "https://registry.yarnpkg.com/@replayio/cypress/-/cypress-1.3.5.tgz#1d506c7dcc7eccd55e98651a751785eb9c1b1fa2"
integrity sha512-2QC2DTzIttbx2h+mgyzfpvPiQN83PVYta+od0x08SrP3CrW91sNzCug40hBZCyisi9hDiK1HF22LjH1PvfJQEQ==
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"
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 +4099,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

0 comments on commit 8a7c62a

Please sign in to comment.