diff --git a/package-lock.json b/package-lock.json index d542b5f..16cc507 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@nextcloud/eslint-plugin": "^2.1.0", "@nextcloud/stylelint-config": "^2.3.1", "@nextcloud/webpack-vue-config": "^6.0.0", - "cypress": "^13.4.0", + "cypress": "^13.5.0", "eslint-plugin-cypress": "^2.15.1" }, "engines": { @@ -6701,9 +6701,9 @@ "integrity": "sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==" }, "node_modules/cypress": { - "version": "13.4.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.4.0.tgz", - "integrity": "sha512-KeWNC9xSHG/ewZURVbaQsBQg2mOKw4XhjJZFKjWbEjgZCdxpPXLpJnfq5Jns1Gvnjp6AlnIfpZfWFlDgVKXdWQ==", + "version": "13.5.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.5.0.tgz", + "integrity": "sha512-oh6U7h9w8wwHfzNDJQ6wVcAeXu31DlIYlNOBvfd6U4CcB8oe4akawQmH+QJVOMZlM42eBoCne015+svVqdwdRQ==", "dev": true, "hasInstallScript": true, "dependencies": { diff --git a/package.json b/package.json index 0703903..dc17d4b 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@nextcloud/eslint-plugin": "^2.1.0", "@nextcloud/stylelint-config": "^2.3.1", "@nextcloud/webpack-vue-config": "^6.0.0", - "cypress": "^13.4.0", + "cypress": "^13.5.0", "eslint-plugin-cypress": "^2.15.1" } }