From 798b5010c8f50493574bf8085f8c8a6efd33703f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 05:03:51 +0000 Subject: [PATCH] [DEPENDABOT]: Bump cypress from 15.19.0 to 15.20.0 Bumps [cypress](https://github.com/cypress-io/cypress) from 15.19.0 to 15.20.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/v15.19.0...v15.20.0) --- updated-dependencies: - dependency-name: cypress dependency-version: 15.20.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 848ff8a6..d4603440 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "babelify": "^10.0.0", "browserify": "^17.0.1", "budo": "^11.8.4", - "cypress": "^15.19.0", + "cypress": "^15.20.0", "cypress-plugin-tab": "^1.0.5", "eslint": "^9.39.2", "eslint-config-prettier": "^10.1.8", @@ -4909,9 +4909,9 @@ } }, "node_modules/arch": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/arch/-/arch-2.2.0.tgz", - "integrity": "sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/arch/-/arch-3.0.0.tgz", + "integrity": "sha512-AmIAC+Wtm2AU8lGfTtHsw0Y9Qtftx2YXEEtiBP10xFUtMOA+sHHx6OAddyL52mUKh1vsXQ6/w1mVDptZCyUt4Q==", "dev": true, "funding": [ { @@ -4926,7 +4926,8 @@ "type": "consulting", "url": "https://feross.org/support" } - ] + ], + "license": "MIT" }, "node_modules/arg": { "version": "4.1.3", @@ -6527,9 +6528,9 @@ "dev": true }, "node_modules/cypress": { - "version": "15.19.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.19.0.tgz", - "integrity": "sha512-kjy1u3SWlMRWS5qffH3U+bXx1PqPP7qwhIzEY3UtERcW2r/8zy5uk6uSwa75pYXJyYFVP1SO8mAn/avZUvUbfg==", + "version": "15.20.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.20.0.tgz", + "integrity": "sha512-yrt6z9YERlggq5FReDx+PkbjrNoEQPeM03MQC1GvLlFGItk8ervC0A/7fjzWoWVRRXjsem+Pj3cunknARl/37g==", "dev": true, "hasInstallScript": true, "license": "MIT", @@ -6539,7 +6540,7 @@ "@types/sinonjs__fake-timers": "8.1.1", "@types/sizzle": "^2.3.2", "@types/tmp": "^0.2.3", - "arch": "^2.2.0", + "arch": "^3.0.0", "blob-util": "^2.0.2", "bluebird": "^3.7.2", "buffer": "^5.7.1", @@ -6570,7 +6571,6 @@ "systeminformation": "^5.31.1", "tmp": "~0.2.4", "tree-kill": "1.2.2", - "tslib": "1.14.1", "untildify": "^4.0.0", "yauzl": "^3.3.1" }, diff --git a/package.json b/package.json index 0fcefc92..ebc03447 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "babelify": "^10.0.0", "browserify": "^17.0.1", "budo": "^11.8.4", - "cypress": "^15.19.0", + "cypress": "^15.20.0", "cypress-plugin-tab": "^1.0.5", "eslint": "^9.39.2", "eslint-config-prettier": "^10.1.8",