Update cypress

This commit is contained in:
shamoon 2023-04-10 10:27:10 -07:00
parent 376b40b25f
commit 3287daf4e4
2 changed files with 7 additions and 7 deletions

View File

@ -58,7 +58,7 @@
},
"optionalDependencies": {
"@cypress/schematic": "^2.1.1",
"cypress": "~10.9.0"
"cypress": "^12.9.0"
}
},
"node_modules/@ampproject/remapping": {
@ -7563,9 +7563,9 @@
"dev": true
},
"node_modules/cypress": {
"version": "10.9.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-10.9.0.tgz",
"integrity": "sha512-MjIWrRpc+bQM9U4kSSdATZWZ2hUqHGFEQTF7dfeZRa4MnalMtc88FIE49USWP2ZVtfy5WPBcgfBX+YorFqGElA==",
"version": "12.9.0",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-12.9.0.tgz",
"integrity": "sha512-Ofe09LbHKgSqX89Iy1xen2WvpgbvNxDzsWx3mgU1mfILouELeXYGwIib3ItCwoRrRifoQwcBFmY54Vs0zw7QCg==",
"hasInstallScript": true,
"optional": true,
"dependencies": {
@ -7586,7 +7586,7 @@
"commander": "^5.1.0",
"common-tags": "^1.8.0",
"dayjs": "^1.10.4",
"debug": "^4.3.2",
"debug": "^4.3.4",
"enquirer": "^2.3.6",
"eventemitter2": "6.4.7",
"execa": "4.1.0",
@ -7616,7 +7616,7 @@
"cypress": "bin/cypress"
},
"engines": {
"node": ">=12.0.0"
"node": "^14.0.0 || ^16.0.0 || >=18.0.0"
}
},
"node_modules/cypress/node_modules/@types/node": {

View File

@ -63,6 +63,6 @@
},
"optionalDependencies": {
"@cypress/schematic": "^2.1.1",
"cypress": "~10.9.0"
"cypress": "^12.9.0"
}
}