diff --git a/package-lock.json b/package-lock.json index 873d741..9d45e9a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@next/bundle-analyzer": "^13.5.6", "@percy/cypress": "^3.1.2", "@swc/core": "^1.6.6", - "@testing-library/cypress": "^10.0.1", + "@testing-library/cypress": "^10.0.3", "cypress": "^13.13.0", "cypress-axe": "^1.5.0", "dotenv": "^16.4.5", @@ -7421,9 +7421,10 @@ } }, "node_modules/@testing-library/cypress": { - "version": "10.0.2", - "resolved": "https://registry.npmjs.org/@testing-library/cypress/-/cypress-10.0.2.tgz", - "integrity": "sha512-dKv95Bre5fDmNb9tOIuWedhGUryxGu1GWYWtXDqUsDPcr9Ekld0fiTb+pcBvSsFpYXAZSpmyEjhoXzLbhh06yQ==", + "version": "10.0.3", + "resolved": "https://registry.npmjs.org/@testing-library/cypress/-/cypress-10.0.3.tgz", + "integrity": "sha512-TeZJMCNtiS59cPWalra7LgADuufO5FtbqQBYxuAgdX6ZFAR2D9CtQwAG8VbgvFcchW3K414va/+7P4OkQ80UVg==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.14.6", "@testing-library/dom": "^10.1.0" @@ -7433,7 +7434,7 @@ "npm": ">=6" }, "peerDependencies": { - "cypress": "^12.0.0 || ^13.0.0" + "cypress": "^12.0.0 || ^13.0.0 || ^14.0.0" } }, "node_modules/@testing-library/dom": { diff --git a/package.json b/package.json index bd02b92..d400ca3 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "@next/bundle-analyzer": "^13.5.6", "@percy/cypress": "^3.1.2", "@swc/core": "^1.6.6", - "@testing-library/cypress": "^10.0.1", + "@testing-library/cypress": "^10.0.3", "cypress": "^13.13.0", "cypress-axe": "^1.5.0", "dotenv": "^16.4.5",