diff --git a/src-ui/package-lock.json b/src-ui/package-lock.json index 7aedd81d1..4a9b77741 100644 --- a/src-ui/package-lock.json +++ b/src-ui/package-lock.json @@ -21,6 +21,7 @@ "@ngneat/dirty-check-forms": "^3.0.2", "@popperjs/core": "^2.11.5", "bootstrap": "^5.2.0", + "cypress": "~10.3.1", "file-saver": "^2.0.5", "ng2-pdf-viewer": "^9.1.0", "ngx-color": "^8.0.1", @@ -50,7 +51,7 @@ }, "optionalDependencies": { "@cypress/schematic": "^2.0.0", - "cypress": "~10.3.0" + "cypress": "~10.3.1" } }, "node_modules/@ampproject/remapping": { diff --git a/src-ui/package.json b/src-ui/package.json index 513a837bd..957a82481 100644 --- a/src-ui/package.json +++ b/src-ui/package.json @@ -55,6 +55,6 @@ }, "optionalDependencies": { "@cypress/schematic": "^2.0.0", - "cypress": "~10.3.0" + "cypress": "~10.3.1" } }