From 0dca41ed362b1bc85a9c0e622def7bf9e6956316 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 23:50:44 +0000 Subject: [PATCH] Bump cypress from 13.3.3 to 13.4.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 13.3.3 to 13.4.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.3...v13.4.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 89864d8..969de07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -71,7 +71,7 @@ "@types/uuid": "^9.0.6", "bulma": "^0.9.4", "bulma-tooltip": "^3.0.2", - "cypress": "^13.3.3", + "cypress": "^13.4.0", "cypress-axe": "^1.5.0", "eslint": "^8.52.0", "eslint-config-cityssm": "^0.5.1", @@ -6036,9 +6036,9 @@ } }, "node_modules/cypress": { - "version": "13.3.3", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.3.3.tgz", - "integrity": "sha512-mbdkojHhKB1xbrj7CrKWHi22uFx9P9vQFiR0sYDZZoK99OMp9/ZYN55TO5pjbXmV7xvCJ4JwBoADXjOJK8aCJw==", + "version": "13.4.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.4.0.tgz", + "integrity": "sha512-KeWNC9xSHG/ewZURVbaQsBQg2mOKw4XhjJZFKjWbEjgZCdxpPXLpJnfq5Jns1Gvnjp6AlnIfpZfWFlDgVKXdWQ==", "dev": true, "hasInstallScript": true, "dependencies": { diff --git a/package.json b/package.json index dee22bd..dfaddbe 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ "@types/uuid": "^9.0.6", "bulma": "^0.9.4", "bulma-tooltip": "^3.0.2", - "cypress": "^13.3.3", + "cypress": "^13.4.0", "cypress-axe": "^1.5.0", "eslint": "^8.52.0", "eslint-config-cityssm": "^0.5.1",