diff --git a/.circleci/config.yml b/.circleci/config.yml index 68b00a868..48f5c24c8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ version: 2.1 orbs: # use Cypress orb from CircleCI registry - cypress: cypress-io/cypress@3.4.2 + cypress: cypress-io/cypress@3.4.3 win: circleci/windows@5.0.0 executors: diff --git a/package-lock.json b/package-lock.json index 7ce9b6638..af3cb6f20 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "devDependencies": { "@bahmutov/print-env": "1.3.0", "@stylistic/eslint-plugin-js": "2.10.1", - "cypress": "14.0.1", + "cypress": "14.0.2", "eslint": "9.14.0", "eslint-plugin-cypress": "4.1.0", "eslint-plugin-jsonc": "2.17.0", @@ -2414,9 +2414,9 @@ } }, "node_modules/cypress": { - "version": "14.0.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-14.0.1.tgz", - "integrity": "sha512-gBAvKZE3f6eBaW1v8OtrwAFP90rjNZjjOO40M2KvOvmwVXk96Ps5Yjyck1EzGkXmNCaC/8kXFOY/1KD/wsaWpQ==", + "version": "14.0.2", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-14.0.2.tgz", + "integrity": "sha512-3qqTU2JoVY262qkYg9I2nohwxcfsJk0dSVp/LXAjD94Jz2y6411Mf/l5uHEHiaANrOmMcHbzYgOd/ueDsZlS7A==", "dev": true, "hasInstallScript": true, "license": "MIT", diff --git a/package.json b/package.json index 55fba7f67..ebfd5639d 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "devDependencies": { "@bahmutov/print-env": "1.3.0", "@stylistic/eslint-plugin-js": "2.10.1", - "cypress": "14.0.1", + "cypress": "14.0.2", "eslint": "9.14.0", "eslint-plugin-cypress": "4.1.0", "eslint-plugin-jsonc": "2.17.0",