diff --git a/package-lock.json b/package-lock.json index bbe2121db..800bf4dbe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,6 +23,7 @@ "@xterm/xterm": "^6.0.0", "angular-oauth2-oidc": "^20.0.2", "angular-oauth2-oidc-jwks": "^20.0.0", + "cypress": "16.0.0", "date-fns": "^4.4.0", "esbuild": "^0.28.2", "monaco-editor": "^0.55.1", @@ -42,7 +43,7 @@ "@eslint/js": "^10.0.1", "@vitest/coverage-v8": "^4.1.11", "angular-eslint": "21.4.0", - "cypress": "^15.21.1", + "cypress": "^16.0.0", "eslint": "^10.10.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-license-header": "^0.9.0", @@ -57,7 +58,7 @@ "vitest": "^4.1.11" }, "optionalDependencies": { - "cypress": "^15.21.1" + "cypress": "^16.0.0" } }, "node_modules/@algolia/abtesting": { @@ -10727,9 +10728,9 @@ } }, "node_modules/cypress": { - "version": "15.21.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.21.1.tgz", - "integrity": "sha512-ogHpHMj0XNlZA5MGzjg8SWHf0eMw9lTwVQRKjpcT1GzNTxNUjwnHA8YCG6nOJ8ThU+XZaUxJgpMYZnJ//8aDaw==", + "version": "16.0.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-16.0.0.tgz", + "integrity": "sha512-/H3zsayGwIGboFIiLWaXxy6ADmCdWy5QjjDBZgslCvjIgYAf1DkZerwAM7wXMPSpfpQ4w+lGjFlmwneRBpg27g==", "dev": true, "hasInstallScript": true, "license": "MIT", @@ -10750,7 +10751,7 @@ "cli-table3": "0.6.1", "commander": "^6.2.1", "common-tags": "^1.8.0", - "dayjs": "^1.10.4", + "dayjs": "^1.11.23", "debug": "^4.3.4", "eventemitter2": "6.4.7", "execa": "4.1.0", @@ -10778,7 +10779,7 @@ "cypress": "bin/cypress" }, "engines": { - "node": "^20.1.0 || ^22.0.0 || >=24.0.0" + "node": "^22.0.0 || ^24.0.0 || >=26.0.0" } }, "node_modules/dashdash": { @@ -10805,9 +10806,9 @@ } }, "node_modules/dayjs": { - "version": "1.11.21", - "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.21.tgz", - "integrity": "sha512-98IT+HOahAisibz/yjKbzuOBwYcjJ7BCLPzARyHiyEBmRz4fatF+KPJszEHXsGYjUG234aH/cOjW1wwTbKUZlA==", + "version": "1.11.23", + "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.23.tgz", + "integrity": "sha512-QDTCU0M0MxR3hQfnlDJfwekQiaanm1ubOD231u73WBckQ/fsamwRLiE2GBz6D3a/xF1NgfiDLJjXBa1hYOYTtQ==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 2f753c5a6..631024c50 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "@eslint/js": "^10.0.1", "@vitest/coverage-v8": "^4.1.11", "angular-eslint": "21.4.0", - "cypress": "^15.21.1", + "cypress": "^16.0.0", "eslint": "^10.10.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-license-header": "^0.9.0", @@ -81,6 +81,6 @@ "vitest": "^4.1.11" }, "optionalDependencies": { - "cypress": "^15.21.1" + "cypress": "^16.0.0" } }