diff --git a/package-lock.json b/package-lock.json index 546be8c..5c1c765 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "@semantic-release/git": "~10.0.1", "core-js": "~3.24.1", "core-js-pure": "~3.18.2", - "cypress": "~13.7.2", + "cypress": "~13.12.0", "eslint": "~7.25.0", "prettier": "~3.2.5", "promise-polyfill": "~8.2.1", @@ -11302,9 +11302,9 @@ } }, "node_modules/cypress": { - "version": "13.7.2", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.7.2.tgz", - "integrity": "sha512-FF5hFI5wlRIHY8urLZjJjj/YvfCBrRpglbZCLr/cYcL9MdDe0+5usa8kTIrDHthlEc9lwihbkb5dmwqBDNS2yw==", + "version": "13.12.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.12.0.tgz", + "integrity": "sha512-udzS2JilmI9ApO/UuqurEwOvThclin5ntz7K0BtnHBs+tg2Bl9QShLISXpSEMDv/u8b6mqdoAdyKeZiSqKWL8g==", "dev": true, "hasInstallScript": true, "dependencies": { diff --git a/package.json b/package.json index 998bdb7..65a0d6b 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "rollup-plugin-ts": "~3.4.5", "core-js": "~3.24.1", "core-js-pure": "~3.18.2", - "cypress": "~13.7.2", + "cypress": "~13.12.0", "eslint": "~7.25.0", "prettier": "~3.2.5", "promise-polyfill": "~8.2.1",