From acff57810c015ff62d56c60421e9d7e46ae0c542 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 14:35:20 +0000 Subject: [PATCH] build(deps-dev): bump cypress from 13.13.2 to 13.14.2 in /clients/ui/frontend (#362) Bumps [cypress](https://github.com/cypress-io/cypress) from 13.13.2 to 13.14.2. - [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.2...v13.14.2) --- 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> --- clients/ui/frontend/package-lock.json | 8 ++++---- clients/ui/frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/clients/ui/frontend/package-lock.json b/clients/ui/frontend/package-lock.json index f7d4aca9..9db471ab 100644 --- a/clients/ui/frontend/package-lock.json +++ b/clients/ui/frontend/package-lock.json @@ -36,7 +36,7 @@ "core-js": "^3.37.1", "css-loader": "^6.11.0", "css-minimizer-webpack-plugin": "^7.0.0", - "cypress": "^13.10.0", + "cypress": "^13.14.2", "cypress-axe": "^1.5.0", "cypress-high-resolution": "^1.0.0", "cypress-mochawesome-reporter": "^3.8.2", @@ -7133,9 +7133,9 @@ "dev": true }, "node_modules/cypress": { - "version": "13.13.2", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.13.2.tgz", - "integrity": "sha512-PvJQU33933NvS1StfzEb8/mu2kMy4dABwCF+yd5Bi7Qly1HOVf+Bufrygee/tlmty/6j5lX+KIi8j9Q3JUMbhA==", + "version": "13.14.2", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.14.2.tgz", + "integrity": "sha512-lsiQrN17vHMB2fnvxIrKLAjOr9bPwsNbPZNrWf99s4u+DVmCY6U+w7O3GGG9FvP4EUVYaDu+guWeNLiUzBrqvA==", "dev": true, "hasInstallScript": true, "dependencies": { diff --git a/clients/ui/frontend/package.json b/clients/ui/frontend/package.json index 408bb28c..1609fd6d 100644 --- a/clients/ui/frontend/package.json +++ b/clients/ui/frontend/package.json @@ -48,7 +48,7 @@ "core-js": "^3.37.1", "css-loader": "^6.11.0", "css-minimizer-webpack-plugin": "^7.0.0", - "cypress": "^13.10.0", + "cypress": "^13.14.2", "cypress-axe": "^1.5.0", "cypress-high-resolution": "^1.0.0", "cypress-mochawesome-reporter": "^3.8.2",