diff --git a/package-lock.json b/package-lock.json index 5734072a..dcb2ed16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "@types/react-dom": "^19.1.6", "@types/react-syntax-highlighter": "^15.5.13", "@vitejs/plugin-react": "^4.7.0", - "cypress": "^14.5.3", + "cypress": "^15.0.0", "vite": "^7.0.6", "vite-plugin-svgr": "^4.3.0", "vite-tsconfig-paths": "^5.1.4" @@ -3895,9 +3895,9 @@ "license": "MIT" }, "node_modules/cypress": { - "version": "14.5.3", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-14.5.3.tgz", - "integrity": "sha512-syLwKjDeMg77FRRx68bytLdlqHXDT4yBVh0/PPkcgesChYDjUZbwxLqMXuryYKzAyJsPsQHUDW1YU74/IYEUIA==", + "version": "15.0.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.0.0.tgz", + "integrity": "sha512-OH5Srk10qTzHYYt3BsP9V1DPYIAzms55s3xQn4mGmYO4k6pi25MCajDyPbiULfNDhNcthNQ2xmYvu1JdeEw1Hw==", "dev": true, "hasInstallScript": true, "license": "MIT", @@ -3942,7 +3942,7 @@ "request-progress": "^3.0.0", "semver": "^7.7.1", "supports-color": "^8.1.1", - "tmp": "~0.2.3", + "tmp": "~0.2.4", "tree-kill": "1.2.2", "untildify": "^4.0.0", "yauzl": "^2.10.0" @@ -3951,7 +3951,7 @@ "cypress": "bin/cypress" }, "engines": { - "node": "^18.0.0 || ^20.0.0 || >=22.0.0" + "node": "^20.0.0 || ^22.0.0 || >=24.0.0" } }, "node_modules/cypress/node_modules/semver": { @@ -9098,9 +9098,9 @@ "license": "MIT" }, "node_modules/tmp": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.3.tgz", - "integrity": "sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==", + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.5.tgz", + "integrity": "sha512-voyz6MApa1rQGUxT3E+BK7/ROe8itEx7vD8/HEvt4xwXucvQ5G5oeEiHkmHZJuBO21RpOf+YYm9MOivj709jow==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index ca2ac2f6..e757f80a 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "@types/react-dom": "^19.1.6", "@types/react-syntax-highlighter": "^15.5.13", "@vitejs/plugin-react": "^4.7.0", - "cypress": "^14.5.3", + "cypress": "^15.0.0", "vite": "^7.0.6", "vite-plugin-svgr": "^4.3.0", "vite-tsconfig-paths": "^5.1.4"