From dc9acad5fe30e23186cdf1301b9bebaf0d122bd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jul 2023 03:05:17 +0000 Subject: [PATCH] chore(deps-dev): Bump cypress from 12.17.0 to 12.17.1 Bumps [cypress](https://github.com/cypress-io/cypress) from 12.17.0 to 12.17.1. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](https://github.com/cypress-io/cypress/compare/v12.17.0...v12.17.1) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3e5a2e799..a31e2cd7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "@nextcloud/eslint-config": "^8.2.1", "@nextcloud/stylelint-config": "^2.3.0", "@nextcloud/webpack-vue-config": "^5.5.1", - "cypress": "^12.17.0", + "cypress": "^12.17.1", "sass": "^1.63.6", "sass-loader": "^13.3.2" }, @@ -5824,13 +5824,13 @@ "integrity": "sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw==" }, "node_modules/cypress": { - "version": "12.17.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.17.0.tgz", - "integrity": "sha512-nq0ug8Zrjq/2khHU1PTNxg+3/n1oqtmAFCxwQhS6QzkQ4mR6RLitX+cGIOuIMfnEbDAtVub0hZh661FOA16JxA==", + "version": "12.17.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.17.1.tgz", + "integrity": "sha512-eKfBgO6t8waEyhegL4gxD7tcI6uTCGttu+ZU7y9Hq8BlpMztd7iLeIF4AJFAnbZH1xjX+wwgg4cRKFNSvv3VWQ==", "dev": true, "hasInstallScript": true, "dependencies": { - "@cypress/request": "^2.88.10", + "@cypress/request": "^2.88.11", "@cypress/xvfb": "^1.2.4", "@types/node": "^14.14.31", "@types/sinonjs__fake-timers": "8.1.1", diff --git a/package.json b/package.json index 1f64bf4a0..aaadac399 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@nextcloud/eslint-config": "^8.2.1", "@nextcloud/stylelint-config": "^2.3.0", "@nextcloud/webpack-vue-config": "^5.5.1", - "cypress": "^12.17.0", + "cypress": "^12.17.1", "sass": "^1.63.6", "sass-loader": "^13.3.2" }