diff --git a/package-lock.json b/package-lock.json index 8d238e7..e2811d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "@types/pug": "2.0.10", "@types/showdown": "2.0.6", "@types/through2": "2.0.41", - "cypress": "15.13.1", + "cypress": "15.14.0", "jest": "30.3.0", "sass": "1.99.0", "start-server-and-test": "2.1.5", @@ -3173,9 +3173,9 @@ } }, "node_modules/cypress": { - "version": "15.13.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.13.1.tgz", - "integrity": "sha512-jLkgo75zlwo7PhXp0XJot+zIfFSDzN1SvTml6Xf3ETM1XHRWnH3Q4LAR3orCo/BsnxPnhjG3m5HYSvn9DAtwBg==", + "version": "15.14.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.14.0.tgz", + "integrity": "sha512-AHt9YLKVl6uOFfXsLM3+LSZFwsx36BJRyFv4CjsqcRgr+V9kir0IPVRZUgqZVNudRalx771A1c4yR3DmXvSiBQ==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -10942,9 +10942,9 @@ } }, "cypress": { - "version": "15.13.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.13.1.tgz", - "integrity": "sha512-jLkgo75zlwo7PhXp0XJot+zIfFSDzN1SvTml6Xf3ETM1XHRWnH3Q4LAR3orCo/BsnxPnhjG3m5HYSvn9DAtwBg==", + "version": "15.14.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.14.0.tgz", + "integrity": "sha512-AHt9YLKVl6uOFfXsLM3+LSZFwsx36BJRyFv4CjsqcRgr+V9kir0IPVRZUgqZVNudRalx771A1c4yR3DmXvSiBQ==", "dev": true, "requires": { "@cypress/request": "^3.0.10", diff --git a/package.json b/package.json index 47aba30..97566e0 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "@types/pug": "2.0.10", "@types/showdown": "2.0.6", "@types/through2": "2.0.41", - "cypress": "15.13.1", + "cypress": "15.14.0", "jest": "30.3.0", "sass": "1.99.0", "start-server-and-test": "2.1.5",