chore(dev-deps): update dependency cypress to v9.5.3 #282
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
9.5.2
->9.5.3
Release Notes
cypress-io/cypress
v9.5.3
Released 3/28/2022
Bugfixes:
cy.intercept()
where the response status codeand response body were sometimes missing from the log details in
open
mode.Fixed #18757.
cy.readFile()
where the command would not retry or providea meaningful error message if
null
encoding was used and the file was notfound. Fixed #20683.
pressed shortcut key was not used in conjunction with either the
alt
,ctrl
, orshift
modifier keys. This fixed an issue where the Cypressshortcut handler would override the browser native keyboard shortcut for
search (
ctrl + f
). Fixed#20222.
CYPRESS_DOWNLOAD_PATH_TEMPLATE
environment variable. Issues were seenutilizing this template when the env was provided from a package manager file.
Fixed #19914.
Cypress.Buffer
TypeScript type to reference the static constructorof
Buffer
, instead of incorrectly referencing theBuffer
instance whichcaused Type errors. Fixes
#20542.
Dependency Updates:
electron
dependency from15.3.4
to15.3.5
to address theCVE-2022-21718 NVD security
vulnerability. Addressed in
#20750.
minimist
dependency from1.2.5
to1.2.6
. Addressed in#20756.
nanoid
dependency from3.1.20
to3.1.31
to address theCVE-2021-23566 NVD security
vulnerability. Addressed in
#20726.
node-forge
dependency from1.0.0
to1.3.0
to address theCVE-2022-24771 NVD security
vulnerability. Addressed in
#20727.
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.