From d0d0778f3aac0de53ab322360dcbeb32ba7b2c17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 15:14:19 +0000 Subject: [PATCH] Bump cypress from 13.13.3 to 13.14.1 Bumps [cypress](https://github.com/cypress-io/cypress) from 13.13.3 to 13.14.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/v13.13.3...v13.14.1) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index bf3b85dc..c5e440f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "@wmde/eslint-config-wikimedia-typescript": "^0.2.9", "autoprefixer": "^10.4.19", "babel-core": "^7.0.0-bridge.0", - "cypress": "^13.13.2", + "cypress": "^13.14.1", "eslint": "^8.57.0", "eslint-config-wikimedia": "^0.28.2", "eslint-plugin-chai-friendly": "^1.0.1", @@ -6323,12 +6323,11 @@ "license": "MIT" }, "node_modules/cypress": { - "version": "13.13.3", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.13.3.tgz", - "integrity": "sha512-hUxPrdbJXhUOTzuML+y9Av7CKoYznbD83pt8g3klgpioEha0emfx4WNIuVRx0C76r0xV2MIwAW9WYiXfVJYFQw==", + "version": "13.14.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.14.1.tgz", + "integrity": "sha512-Wo+byPmjps66hACEH5udhXINEiN3qS3jWNGRzJOjrRJF3D0+YrcP2LVB1T7oYaVQM/S+eanqEvBWYc8cf7Vcbg==", "dev": true, "hasInstallScript": true, - "license": "MIT", "dependencies": { "@cypress/request": "^3.0.1", "@cypress/xvfb": "^1.2.4", diff --git a/package.json b/package.json index 9a24bba9..057b20c6 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "@wmde/eslint-config-wikimedia-typescript": "^0.2.9", "autoprefixer": "^10.4.19", "babel-core": "^7.0.0-bridge.0", - "cypress": "^13.13.2", + "cypress": "^13.14.1", "eslint": "^8.57.0", "eslint-config-wikimedia": "^0.28.2", "eslint-plugin-chai-friendly": "^1.0.1",