diff --git a/examples/start/package-lock.json b/examples/start/package-lock.json index d258481..7a89b87 100644 --- a/examples/start/package-lock.json +++ b/examples/start/package-lock.json @@ -8,7 +8,7 @@ "name": "example-start", "version": "2.0.0", "devDependencies": { - "cypress": "15.12.0", + "cypress": "15.13.1", "serve": "^14.2.6" } }, @@ -904,9 +904,9 @@ } }, "node_modules/cypress": { - "version": "15.12.0", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.12.0.tgz", - "integrity": "sha512-B2BRcudLfA4NZZP5QpA45J70bu1heCH59V1yKRLHAtiC49r7RV03X5ifUh7Nfbk8QNg93RAsc6oAmodm/+j0pA==", + "version": "15.13.1", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.13.1.tgz", + "integrity": "sha512-jLkgo75zlwo7PhXp0XJot+zIfFSDzN1SvTml6Xf3ETM1XHRWnH3Q4LAR3orCo/BsnxPnhjG3m5HYSvn9DAtwBg==", "dev": true, "hasInstallScript": true, "license": "MIT", diff --git a/examples/start/package.json b/examples/start/package.json index 3626a10..4e25d69 100644 --- a/examples/start/package.json +++ b/examples/start/package.json @@ -12,7 +12,7 @@ }, "private": true, "devDependencies": { - "cypress": "15.12.0", + "cypress": "15.13.1", "serve": "^14.2.6" } }