From ff9ae5e1ab48b9b315b58eba511dfc5d1cc9f530 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Jun 2023 23:30:50 +0100 Subject: [PATCH] Build(deps-dev): Bump cypress from 12.13.0 to 12.14.0 (#3265) Bumps [cypress](https://github.com/cypress-io/cypress) from 12.13.0 to 12.14.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/v12.13.0...v12.14.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 946a28bc9..24da30a84 100644 --- a/package-lock.json +++ b/package-lock.json @@ -69,7 +69,7 @@ "@typescript-eslint/eslint-plugin": "^5.59.0", "@typescript-eslint/parser": "^5.48.2", "ajv-cli": "^4.2.0", - "cypress": "^12.13.0", + "cypress": "^12.14.0", "dotenv": "8.2.0", "dotenv-expand": "^5.1.0", "envsub": "^4.1.0", @@ -11999,9 +11999,9 @@ "dev": true }, "node_modules/cypress": { - "version": "12.13.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.13.0.tgz", - "integrity": "sha512-QJlSmdPk+53Zhy69woJMySZQJoWfEWun3X5OOenGsXjRPVfByVTHorxNehbzhZrEzH9RDUDqVcck0ahtlS+N/Q==", + "version": "12.14.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-12.14.0.tgz", + "integrity": "sha512-HiLIXKXZaIT1RT7sw1sVPt+qKtis3uYNm6KwC4qoYjabwLKaqZlyS/P+uVvvlBNcHIwL/BC6nQZajpbUd7hOgQ==", "dev": true, "hasInstallScript": true, "dependencies": { diff --git a/package.json b/package.json index c0dd1f91d..5ad4b9534 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "@typescript-eslint/eslint-plugin": "^5.59.0", "@typescript-eslint/parser": "^5.48.2", "ajv-cli": "^4.2.0", - "cypress": "^12.13.0", + "cypress": "^12.14.0", "dotenv": "8.2.0", "dotenv-expand": "^5.1.0", "envsub": "^4.1.0",