Skip to content

Commit

Permalink
Bump @replayio/cypress from 1.1.1 to 1.1.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.1.5.
- [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-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 18, 2023
1 parent dd984ef commit ae3754d
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.1.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.1.5":
version "1.1.5"
resolved "https://registry.yarnpkg.com/@replayio/cypress/-/cypress-1.1.5.tgz#73847229ead8eac9499ebcaf2480cf1a338cbbbc"
integrity sha512-/yRBB28A+GLw1Iu2afRk7BQVDPLA2jYjlQXqpsmMcxWb0JyOHqhpRKG0jD0p9W13baTEI08E7A8tDLTUmgxBVg==
dependencies:
"@replayio/replay" "^0.14.2"
"@replayio/test-utils" "^1.1.1"
"@replayio/replay" "^0.14.4"
"@replayio/test-utils" "^1.1.3"
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.14.4":
version "0.14.4"
resolved "https://registry.yarnpkg.com/@replayio/replay/-/replay-0.14.4.tgz#5739a4ab29be70626f0594da013b2d0e8c5443ff"
integrity sha512-m2PQ2yQnzXQx5+9lm1f1yMCkcIQUP2HtVhp2O42oDMH3CbDkK9kzdZ4hhYOYxOev+zZOMN4pU7uS6krNUAHYqA==
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.3":
version "1.1.3"
resolved "https://registry.yarnpkg.com/@replayio/test-utils/-/test-utils-1.1.3.tgz#4e47d6e186db6ddecd567119294402f1cbe94e83"
integrity sha512-abwyGO5CYTVQ6FUhucPCLbmRfreGHanFYKXfLiSz2jPO90RNBIQPnPv3FIcpCs9WdWgp/ofPO5BPxjHljuOE+Q==
dependencies:
"@replayio/replay" "^0.14.2"
"@replayio/replay" "^0.14.4"
"@types/node-fetch" "^2.6.2"
debug "^4.3.4"
node-fetch "^2.6.7"
Expand Down

0 comments on commit ae3754d

Please sign in to comment.