Skip to content

Commit 6303871

Browse files
committed
build(deps): bump cypress from 12.3.0 to 12.17.2
fixes #288
1 parent 1d08eb3 commit 6303871

File tree

5 files changed

+153
-111
lines changed

5 files changed

+153
-111
lines changed

cypress/app/views/multi-targets.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
popupWindowLink.addEventListener('click', (e) => {
2323
e.preventDefault();
2424
const newWindow = window.open('/pages/popup', undefined, 'popup,height=200,width=150');
25-
if (window.focus) {
25+
if (newWindow?.focus) {
2626
newWindow.focus();
2727
}
2828
return false;

example/package-lock.json

+71-62
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@types/express": "^4.17.15",
2020
"@types/express-session": "^1.17.5",
2121
"@types/morgan": "^1.9.4",
22-
"cypress": "^12.3.0",
22+
"cypress": "^12.17.2",
2323
"start-server-and-test": "^1.15.2",
2424
"ts-node": "^10.9.1",
2525
"typescript": "~4.8.2"

0 commit comments

Comments
 (0)