From 1793463fd2dafbcc16d91821a4223661d1ff05ab Mon Sep 17 00:00:00 2001 From: Addbot <addshorewiki+addbot-dependabot@gmail.com> Date: Mon, 27 Nov 2023 15:28:06 +0000 Subject: [PATCH] Bump cypress from 13.3.1 to 13.6.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 13.3.1 to 13.6.0. - [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.3.1...v13.6.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Pull Request: https://github.com/wikimedia/wikidata-query-builder/pull/854 Change-Id: Id0f708b92af8a72fa28b0c0f22b5f8051c5c3ec6 --- 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 08f2bdfa..ac3a0efc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "@wmde/eslint-config-wikimedia-typescript": "^0.2.5", "autoprefixer": "^10.4.14", "babel-core": "^7.0.0-bridge.0", - "cypress": "^13.2.0", + "cypress": "^13.6.0", "eslint": "^8.51.0", "eslint-config-wikimedia": "^0.25.1", "eslint-plugin-chai-friendly": "^0.7.2", @@ -6095,9 +6095,9 @@ "dev": true }, "node_modules/cypress": { - "version": "13.3.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.3.1.tgz", - "integrity": "sha512-g4mJLZxYN+UAF2LMy3Znd4LBnUmS59Vynd81VES59RdW48Yt+QtR2cush3melOoVNz0PPbADpWr8DcUx6mif8Q==", + "version": "13.6.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.6.0.tgz", + "integrity": "sha512-quIsnFmtj4dBUEJYU4OH0H12bABJpSujvWexC24Ju1gTlKMJbeT6tTO0vh7WNfiBPPjoIXLN+OUqVtiKFs6SGw==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -38329,9 +38329,9 @@ } }, "cypress": { - "version": "13.3.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.3.1.tgz", - "integrity": "sha512-g4mJLZxYN+UAF2LMy3Znd4LBnUmS59Vynd81VES59RdW48Yt+QtR2cush3melOoVNz0PPbADpWr8DcUx6mif8Q==", + "version": "13.6.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.6.0.tgz", + "integrity": "sha512-quIsnFmtj4dBUEJYU4OH0H12bABJpSujvWexC24Ju1gTlKMJbeT6tTO0vh7WNfiBPPjoIXLN+OUqVtiKFs6SGw==", "dev": true, "requires": { "@cypress/request": "^3.0.0", diff --git a/package.json b/package.json index 5a5d7cdf..2b8b63fc 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@wmde/eslint-config-wikimedia-typescript": "^0.2.5", "autoprefixer": "^10.4.14", "babel-core": "^7.0.0-bridge.0", - "cypress": "^13.2.0", + "cypress": "^13.6.0", "eslint": "^8.51.0", "eslint-config-wikimedia": "^0.25.1", "eslint-plugin-chai-friendly": "^0.7.2",