From 935faa21b9701b3fad50fc897a11fa9bf6d184b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 14:23:58 +0000 Subject: [PATCH] build(deps-dev): Bump cypress from 12.4.1 to 12.5.1 Bumps [cypress](https://github.com/cypress-io/cypress) from 12.4.1 to 12.5.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.4.1...v12.5.1) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a185d7a63..2936956b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@nextcloud/stylelint-config": "^2.3.0", "@nextcloud/webpack-vue-config": "^5.4.0", "babel-loader-exclude-node-modules-except": "^1.2.1", - "cypress": "^12.4.1", + "cypress": "^12.5.1", "eslint-plugin-cypress": "^2.12.1", "ts-loader": "^9.4.2", "typescript": "^4.9.5" @@ -5443,9 +5443,9 @@ "integrity": "sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw==" }, "node_modules/cypress": { - "version": "12.4.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.4.1.tgz", - "integrity": "sha512-IFMPzc1RJ22Fac+YbdqywtpcuqZXqQJh+JqZDXn+A15zG/dw99njfv8f0bTvD+WAHhP118+xWG/VwilkFg1rnA==", + "version": "12.5.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.5.1.tgz", + "integrity": "sha512-ZmCmJ3lsyeOpBfh410m5+AO2CO1AxAzFBt7k6/uVbNcrNZje1vdiwYTpj2ksPKg9mjr9lR6V8tmlDNMvr4H/YQ==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -18809,9 +18809,9 @@ "integrity": "sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw==" }, "cypress": { - "version": "12.4.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.4.1.tgz", - "integrity": "sha512-IFMPzc1RJ22Fac+YbdqywtpcuqZXqQJh+JqZDXn+A15zG/dw99njfv8f0bTvD+WAHhP118+xWG/VwilkFg1rnA==", + "version": "12.5.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.5.1.tgz", + "integrity": "sha512-ZmCmJ3lsyeOpBfh410m5+AO2CO1AxAzFBt7k6/uVbNcrNZje1vdiwYTpj2ksPKg9mjr9lR6V8tmlDNMvr4H/YQ==", "dev": true, "requires": { "@cypress/request": "^2.88.10", diff --git a/package.json b/package.json index dc9151919..72a84431b 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@nextcloud/stylelint-config": "^2.3.0", "@nextcloud/webpack-vue-config": "^5.4.0", "babel-loader-exclude-node-modules-except": "^1.2.1", - "cypress": "^12.4.1", + "cypress": "^12.5.1", "eslint-plugin-cypress": "^2.12.1", "ts-loader": "^9.4.2", "typescript": "^4.9.5"