diff --git a/e2e/package-lock.json b/e2e/package-lock.json index bb17b7781c..4944018165 100644 --- a/e2e/package-lock.json +++ b/e2e/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "@ecamp3/e2e", "devDependencies": { - "cypress": "13.7.2", + "cypress": "13.7.3", "eslint-config-prettier": "9.1.0", "eslint-plugin-cypress": "2.15.1", "eslint-plugin-prettier": "5.1.3", @@ -791,9 +791,9 @@ } }, "node_modules/cypress": { - "version": "13.7.2", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.7.2.tgz", - "integrity": "sha512-FF5hFI5wlRIHY8urLZjJjj/YvfCBrRpglbZCLr/cYcL9MdDe0+5usa8kTIrDHthlEc9lwihbkb5dmwqBDNS2yw==", + "version": "13.7.3", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.7.3.tgz", + "integrity": "sha512-uoecY6FTCAuIEqLUYkTrxamDBjMHTYak/1O7jtgwboHiTnS1NaMOoR08KcTrbRZFCBvYOiS4tEkQRmsV+xcrag==", "dev": true, "hasInstallScript": true, "dependencies": { diff --git a/e2e/package.json b/e2e/package.json index e67c1e5adf..efeb9d36ab 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -12,7 +12,7 @@ "lint:check:prettier": "prettier --check --ignore-path .gitignore **/*.{js,json,md}" }, "devDependencies": { - "cypress": "13.7.2", + "cypress": "13.7.3", "eslint-config-prettier": "9.1.0", "eslint-plugin-cypress": "2.15.1", "eslint-plugin-prettier": "5.1.3",