From 3b82999d71877fd4f47beb0fd6f033351582d985 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 10:39:29 +0200 Subject: [PATCH] Bump cypress from 10.9.0 to 10.10.0 (#3585) Bumps [cypress](https://github.com/cypress-io/cypress) from 10.9.0 to 10.10.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/v10.9.0...v10.10.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- apps/admin-ui/package.json | 2 +- package-lock.json | 13 ++++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/apps/admin-ui/package.json b/apps/admin-ui/package.json index c9d2330339..af171ac031 100644 --- a/apps/admin-ui/package.json +++ b/apps/admin-ui/package.json @@ -93,7 +93,7 @@ "@types/tar-fs": "^2.0.1", "@vitejs/plugin-react": "^2.1.0", "babel-loader": "^8.2.5", - "cypress": "^10.9.0", + "cypress": "^10.10.0", "decompress": "^4.2.1", "del": "^7.0.0", "gunzip-maybe": "^1.4.2", diff --git a/package-lock.json b/package-lock.json index 288ef8a06a..a9ed5bf5e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -129,7 +129,7 @@ "@types/tar-fs": "^2.0.1", "@vitejs/plugin-react": "^2.1.0", "babel-loader": "^8.2.5", - "cypress": "^10.9.0", + "cypress": "^10.10.0", "decompress": "^4.2.1", "del": "^7.0.0", "gunzip-maybe": "^1.4.2", @@ -6090,10 +6090,11 @@ "license": "MIT" }, "node_modules/cypress": { - "version": "10.9.0", + "version": "10.10.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-10.10.0.tgz", + "integrity": "sha512-bU8r44x1NIYAUNNXt3CwJpLOVth7HUv2hUhYCxZmgZ1IugowDvuHNpevnoZRQx1KKOEisLvIJW+Xen5Pjn41pg==", "dev": true, "hasInstallScript": true, - "license": "MIT", "dependencies": { "@cypress/request": "^2.88.10", "@cypress/xvfb": "^1.2.4", @@ -17868,7 +17869,7 @@ "@types/tar-fs": "^2.0.1", "@vitejs/plugin-react": "^2.1.0", "babel-loader": "^8.2.5", - "cypress": "^10.9.0", + "cypress": "^10.10.0", "dagre": "^0.8.5", "decompress": "^4.2.1", "del": "^7.0.0", @@ -18980,7 +18981,9 @@ "dev": true }, "cypress": { - "version": "10.9.0", + "version": "10.10.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-10.10.0.tgz", + "integrity": "sha512-bU8r44x1NIYAUNNXt3CwJpLOVth7HUv2hUhYCxZmgZ1IugowDvuHNpevnoZRQx1KKOEisLvIJW+Xen5Pjn41pg==", "dev": true, "requires": { "@cypress/request": "^2.88.10",