diff --git a/tests/cypress/package-lock.json b/tests/cypress/package-lock.json index c4769faef..1aaf708e0 100644 --- a/tests/cypress/package-lock.json +++ b/tests/cypress/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "AGPL-3.0-or-later", "devDependencies": { - "cypress": "^10.0.2" + "cypress": "^10.0.3" } }, "node_modules/@colors/colors": { @@ -523,9 +523,9 @@ } }, "node_modules/cypress": { - "version": "10.0.2", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-10.0.2.tgz", - "integrity": "sha512-7+C4KHYBcfZrawss+Gt5PlS35rfc6ySc59JcHDVsIMm1E/J35dqE41UEXpdtwIq3549umCerNWnFADzqib4kcA==", + "version": "10.0.3", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-10.0.3.tgz", + "integrity": "sha512-8C82XTybsEmJC9POYSNITGUhMLCRwB9LadP0x33H+52QVoBjhsWvIzrI+ybCe0+TyxaF0D5/9IL2kSTgjqCB9A==", "dev": true, "hasInstallScript": true, "dependencies": { @@ -2202,9 +2202,9 @@ } }, "cypress": { - "version": "10.0.2", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-10.0.2.tgz", - "integrity": "sha512-7+C4KHYBcfZrawss+Gt5PlS35rfc6ySc59JcHDVsIMm1E/J35dqE41UEXpdtwIq3549umCerNWnFADzqib4kcA==", + "version": "10.0.3", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-10.0.3.tgz", + "integrity": "sha512-8C82XTybsEmJC9POYSNITGUhMLCRwB9LadP0x33H+52QVoBjhsWvIzrI+ybCe0+TyxaF0D5/9IL2kSTgjqCB9A==", "dev": true, "requires": { "@cypress/request": "^2.88.10", diff --git a/tests/cypress/package.json b/tests/cypress/package.json index d79b60cfa..f0a0033f6 100644 --- a/tests/cypress/package.json +++ b/tests/cypress/package.json @@ -14,6 +14,6 @@ "license": "AGPL-3.0-or-later", "private": true, "devDependencies": { - "cypress": "^10.0.2" + "cypress": "^10.0.3" } }