-
Notifications
You must be signed in to change notification settings - Fork 344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update cypress to 13.3.2 #1061
chore(deps): update cypress to 13.3.2 #1061
Conversation
|
|
This PR is in line with several PRs I'm doing across some GitHub/Cypress repositories, as Node 20.8.1, which is a security release, has been released a few days ago, I wanted to sync all the dependencies of one of my project to align everything with at least Node 20.8.1 and Cypress 13.3.2 I wanted to then update the docker image example in an upcoming PR, with something like that: # from https://hub.docker.com/r/cypress/browsers/tags
container:
- image: cypress/browsers:node-20.5.0-chrome-114.0.5735.133-1-ff-114.0.2-edge-114.0.1823.51-1
+ image: cypress/browsers:node-20.8.1-chrome-118.0.5993.88-1-ff-118.0.2-edge-118.0.2088.46-1 I know the changes are only for examples (so there is no real security issue here), but I thought I could take the opportunity to change them at the same time 🙂 |
Thanks @Julien-Marcou |
This comment was marked as resolved.
This comment was marked as resolved.
Rebased 👍 |
This comment was marked as outdated.
This comment was marked as outdated.
Yesterday, Oct 23, 2023, Cypress 13.3.3 was released, so this PR is now obsoleted and should be closed.
|
This PR updates the examples to Cypress 13.3.2 released Oct 18, 2023.