diff --git a/package-lock.json b/package-lock.json index 873d741..11f8894 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "@next/bundle-analyzer": "^13.5.6", - "@percy/cypress": "^3.1.2", + "@percy/cypress": "^3.1.6", "@swc/core": "^1.6.6", "@testing-library/cypress": "^10.0.1", "cypress": "^13.13.0", @@ -4340,16 +4340,26 @@ } }, "node_modules/@percy/cypress": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/@percy/cypress/-/cypress-3.1.2.tgz", - "integrity": "sha512-JXrGDZbqwkzQd2h5T5D7PvqoucNaiMh4ChPp8cLQiEtRuLHta9nf1lEuXH+jnatGL2j+3jJFIHJ0L7XrgVnvQA==", + "version": "3.1.6", + "resolved": "https://registry.npmjs.org/@percy/cypress/-/cypress-3.1.6.tgz", + "integrity": "sha512-kMc2tXQ7LAH31lB7FckqMpdvguIyxwV4MLTs7s8QLXVChQjpE78HbKyvLtYh5uLOF6Ka6mWyMvD2bkhmd0JJJg==", + "license": "MIT", "dependencies": { - "@percy/sdk-utils": "^1.3.1" + "@percy/sdk-utils": "1.30.9" }, "peerDependencies": { "cypress": ">=3" } }, + "node_modules/@percy/cypress/node_modules/@percy/sdk-utils": { + "version": "1.30.9", + "resolved": "https://registry.npmjs.org/@percy/sdk-utils/-/sdk-utils-1.30.9.tgz", + "integrity": "sha512-vgzWUa1eDWRS+q/zlVILwP4QDFdmxPIiH7FbQ2UGA4rh3mDYporIq5OY+x2YMMV9/Q4uhi1p3ZxXW2Svg6cOHw==", + "license": "MIT", + "engines": { + "node": ">=14" + } + }, "node_modules/@percy/dom": { "version": "1.28.8", "resolved": "https://registry.npmjs.org/@percy/dom/-/dom-1.28.8.tgz", @@ -4381,6 +4391,7 @@ "version": "1.28.8", "resolved": "https://registry.npmjs.org/@percy/sdk-utils/-/sdk-utils-1.28.8.tgz", "integrity": "sha512-eqeIloD3OvHtPVUn08jDKt8m46oakKliEWDGliPdeWTtrfnoTJZtk8yNKe7jn8N3gzNYgU8iytwWFQV00zHBjQ==", + "dev": true, "engines": { "node": ">=14" } diff --git a/package.json b/package.json index bd02b92..ba77834 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ }, "dependencies": { "@next/bundle-analyzer": "^13.5.6", - "@percy/cypress": "^3.1.2", + "@percy/cypress": "^3.1.6", "@swc/core": "^1.6.6", "@testing-library/cypress": "^10.0.1", "cypress": "^13.13.0",