diff --git a/package-lock.json b/package-lock.json index bef59b24..95644a1b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "@nextcloud/eslint-config": "^8.4.2", "@nextcloud/vite-config": "^1.5.2", "@nextcloud/vue": "^8.34.0", - "@tsconfig/cypress": "^1.0.4", + "@tsconfig/cypress": "^1.0.5", "@types/node": "^24.10.1", "@vitest/coverage-v8": "^3.2.4", "@vue/tsconfig": "^0.5.1", @@ -3044,9 +3044,9 @@ "license": "MIT" }, "node_modules/@tsconfig/cypress": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@tsconfig/cypress/-/cypress-1.0.4.tgz", - "integrity": "sha512-RZyMOiQE0XlqIk7T6Gf2WFHbLxGyre2H/wnTIi1JccueGD14CsUJZWP0S25CEK/5Xnmq5TKRLspBy4KSxHzXrQ==", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@tsconfig/cypress/-/cypress-1.0.5.tgz", + "integrity": "sha512-PuJziX+4ACg0oiDc7g6bK8L2Od6or7USCXaIbCq79UACtGUESe5fZWu6Ijk/DhN/FzQ1GlOic6CGmJu+crbL1A==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 91f6c043..cf277a20 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "@nextcloud/eslint-config": "^8.4.2", "@nextcloud/vite-config": "^1.5.2", "@nextcloud/vue": "^8.34.0", - "@tsconfig/cypress": "^1.0.4", + "@tsconfig/cypress": "^1.0.5", "@types/node": "^24.10.1", "@vitest/coverage-v8": "^3.2.4", "@vue/tsconfig": "^0.5.1",