Skip to content

Commit

Permalink
fix: upgrade cypress-real-events from 1.10.3 to 1.11.0
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade cypress-real-events from 1.10.3 to 1.11.0.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/ombi-shared/project/750c1ef4-1459-4f30-a181-009a5f1ea1dc?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Nov 24, 2023
1 parent 5ca7a00 commit 60a6d02
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"demo:open": "cypress open --config-file cypress/config/demo.json"
},
"dependencies": {
"cypress-real-events": "^1.10.1"
"cypress-real-events": "^1.11.0"
}
}
8 changes: 4 additions & 4 deletions tests/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -503,10 +503,10 @@ cross-spawn@^7.0.0:
shebang-command "^2.0.0"
which "^2.0.1"

cypress-real-events@^1.10.1:
version "1.10.3"
resolved "https://registry.yarnpkg.com/cypress-real-events/-/cypress-real-events-1.10.3.tgz#e2e949ea509cc4306df6c238de1a9982d67360e5"
integrity sha512-YN3fn+CJIAM638sE6uMvv2/n3PsWowdd0rOiN6ZoyezNAMyENfuQHvccLKZpN+apGfQZYetCml6QXLYgDid2fg==
cypress-real-events@^1.11.0:
version "1.11.0"
resolved "https://registry.yarnpkg.com/cypress-real-events/-/cypress-real-events-1.11.0.tgz#292fe5281c5b6e955524e766ab7fec46930c7763"
integrity sha512-4LXVRsyq+xBh5TmlEyO1ojtBXtN7xw720Pwb9rEE9rkJuXmeH3VyoR1GGayMGr+Itqf11eEjfDewtDmcx6PWPQ==

cypress-wait-until@^1.7.1:
version "1.7.2"
Expand Down

0 comments on commit 60a6d02

Please sign in to comment.