diff --git a/package-lock.json b/package-lock.json index af6028f4..0600b41b 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.31.0", - "@tsconfig/cypress": "^1.0.3", + "@tsconfig/cypress": "^1.0.4", "@types/node": "^24.7.1", "@vitest/coverage-v8": "^3.2.4", "@vue/tsconfig": "^0.5.1", @@ -2968,9 +2968,9 @@ "license": "MIT" }, "node_modules/@tsconfig/cypress": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@tsconfig/cypress/-/cypress-1.0.3.tgz", - "integrity": "sha512-dg/8LTbD6yjRRoGElSRViXn9j2lbnAUEjBJ/NyYGjkiSI9PdCoyzbn+wexjK4nHYwkLxtSQ9Y3RfpQjGYRUrQQ==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@tsconfig/cypress/-/cypress-1.0.4.tgz", + "integrity": "sha512-RZyMOiQE0XlqIk7T6Gf2WFHbLxGyre2H/wnTIi1JccueGD14CsUJZWP0S25CEK/5Xnmq5TKRLspBy4KSxHzXrQ==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 56b34a92..e2fd03ee 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.31.0", - "@tsconfig/cypress": "^1.0.3", + "@tsconfig/cypress": "^1.0.4", "@types/node": "^24.7.1", "@vitest/coverage-v8": "^3.2.4", "@vue/tsconfig": "^0.5.1",