From 3395562d8dc4dfc1a280d083e31b8460fdfaa0b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 08:56:13 +0000 Subject: [PATCH] build(deps-dev): bump cypress from 13.12.0 to 13.13.3 Bumps [cypress](https://github.com/cypress-io/cypress) from 13.12.0 to 13.13.3. - [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.12.0...v13.13.3) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 ++++++------- packages/diracx-web/package.json | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f14c91f2..0f989cff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13132,14 +13132,13 @@ "license": "MIT" }, "node_modules/cypress": { - "version": "13.12.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.12.0.tgz", - "integrity": "sha512-udzS2JilmI9ApO/UuqurEwOvThclin5ntz7K0BtnHBs+tg2Bl9QShLISXpSEMDv/u8b6mqdoAdyKeZiSqKWL8g==", + "version": "13.13.3", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.13.3.tgz", + "integrity": "sha512-hUxPrdbJXhUOTzuML+y9Av7CKoYznbD83pt8g3klgpioEha0emfx4WNIuVRx0C76r0xV2MIwAW9WYiXfVJYFQw==", "dev": true, "hasInstallScript": true, - "license": "MIT", "dependencies": { - "@cypress/request": "^3.0.0", + "@cypress/request": "^3.0.1", "@cypress/xvfb": "^1.2.4", "@types/sinonjs__fake-timers": "8.1.1", "@types/sizzle": "^2.3.2", @@ -13178,7 +13177,7 @@ "request-progress": "^3.0.0", "semver": "^7.5.3", "supports-color": "^8.1.1", - "tmp": "~0.2.1", + "tmp": "~0.2.3", "untildify": "^4.0.0", "yauzl": "^2.10.0" }, @@ -29170,7 +29169,7 @@ "devDependencies": { "@commitlint/cli": "^19.3.0", "@commitlint/config-conventional": "^19.2.2", - "cypress": "^13.12.0", + "cypress": "^13.13.3", "eslint": "^8.56.0", "eslint-config-next": "^14.2.6", "eslint-config-prettier": "^9.1.0", diff --git a/packages/diracx-web/package.json b/packages/diracx-web/package.json index 15e00141..55e248ff 100644 --- a/packages/diracx-web/package.json +++ b/packages/diracx-web/package.json @@ -32,7 +32,7 @@ "devDependencies": { "@commitlint/cli": "^19.3.0", "@commitlint/config-conventional": "^19.2.2", - "cypress": "^13.12.0", + "cypress": "^13.13.3", "eslint": "^8.56.0", "eslint-config-next": "^14.2.6", "eslint-config-prettier": "^9.1.0",