From 649f3546c139f660314641f7123a6316f9e0e53a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 16:46:11 +0000 Subject: [PATCH] Bump cypress from 13.2.0 to 13.3.1 Bumps [cypress](https://github.com/cypress-io/cypress) from 13.2.0 to 13.3.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.2.0...v13.3.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 b840521..a15abae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -62,7 +62,7 @@ "@types/string-hash": "^1.1.1", "@types/uuid": "^9.0.4", "@typescript-eslint/parser": "^6.7.3", - "cypress": "13.2.0", + "cypress": "13.3.1", "cypress-axe": "^1.5.0", "eslint": "^8.50.0", "eslint-config-cityssm": "^0.4.0", @@ -3254,9 +3254,9 @@ } }, "node_modules/cypress": { - "version": "13.2.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.2.0.tgz", - "integrity": "sha512-AvDQxBydE771GTq0TR4ZUBvv9m9ffXuB/ueEtpDF/6gOcvFR96amgwSJP16Yhqw6VhmwqspT5nAGzoxxB+D89g==", + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.3.1.tgz", + "integrity": "sha512-g4mJLZxYN+UAF2LMy3Znd4LBnUmS59Vynd81VES59RdW48Yt+QtR2cush3melOoVNz0PPbADpWr8DcUx6mif8Q==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -15251,9 +15251,9 @@ } }, "cypress": { - "version": "13.2.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.2.0.tgz", - "integrity": "sha512-AvDQxBydE771GTq0TR4ZUBvv9m9ffXuB/ueEtpDF/6gOcvFR96amgwSJP16Yhqw6VhmwqspT5nAGzoxxB+D89g==", + "version": "13.3.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.3.1.tgz", + "integrity": "sha512-g4mJLZxYN+UAF2LMy3Znd4LBnUmS59Vynd81VES59RdW48Yt+QtR2cush3melOoVNz0PPbADpWr8DcUx6mif8Q==", "dev": true, "requires": { "@cypress/request": "^3.0.0", diff --git a/package.json b/package.json index aff3178..2cf2bd8 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "@types/string-hash": "^1.1.1", "@types/uuid": "^9.0.4", "@typescript-eslint/parser": "^6.7.3", - "cypress": "13.2.0", + "cypress": "13.3.1", "cypress-axe": "^1.5.0", "eslint": "^8.50.0", "eslint-config-cityssm": "^0.4.0",