diff --git a/package-lock.json b/package-lock.json index 8f0676d..991c46a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@nuxtjs/storybook": "^4.1.1", "@nuxtjs/stylelint-module": "^4.0.0", "@storybook/addon-a11y": "^6.3.12", - "@testing-library/cypress": "^8.0.1", + "@testing-library/cypress": "^8.0.3", "@testing-library/vue": "^5.8.2", "babel-core": "7.0.0-bridge.0", "babel-eslint": "^10.1.0", @@ -8165,9 +8165,9 @@ } }, "node_modules/@testing-library/cypress": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/@testing-library/cypress/-/cypress-8.0.1.tgz", - "integrity": "sha512-JCGy8u4ia+OQQJxVqKqjqpb0i4kmHQhu5jKFVBp+v/YSICnf52fil2MWIJqO+tH9ZQXtp3aF7uKHsVipWaI0BQ==", + "version": "8.0.3", + "resolved": "https://registry.npmjs.org/@testing-library/cypress/-/cypress-8.0.3.tgz", + "integrity": "sha512-nY2YaSbmuPo5k6kL0iLj/pGPPfka3iwb3kpTx8QN/vOCns92Saz9wfACqB8FJzcR7+lfA4d5HUOWqmTddBzczg==", "dev": true, "dependencies": { "@babel/runtime": "^7.14.6", @@ -8178,7 +8178,7 @@ "npm": ">=6" }, "peerDependencies": { - "cypress": "^2.1.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0" + "cypress": "^2.1.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0" } }, "node_modules/@testing-library/cypress/node_modules/@jest/types": { @@ -46994,9 +46994,9 @@ } }, "@testing-library/cypress": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/@testing-library/cypress/-/cypress-8.0.1.tgz", - "integrity": "sha512-JCGy8u4ia+OQQJxVqKqjqpb0i4kmHQhu5jKFVBp+v/YSICnf52fil2MWIJqO+tH9ZQXtp3aF7uKHsVipWaI0BQ==", + "version": "8.0.3", + "resolved": "https://registry.npmjs.org/@testing-library/cypress/-/cypress-8.0.3.tgz", + "integrity": "sha512-nY2YaSbmuPo5k6kL0iLj/pGPPfka3iwb3kpTx8QN/vOCns92Saz9wfACqB8FJzcR7+lfA4d5HUOWqmTddBzczg==", "dev": true, "requires": { "@babel/runtime": "^7.14.6", diff --git a/package.json b/package.json index f4b1a6f..7f424f0 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@nuxtjs/storybook": "^4.1.1", "@nuxtjs/stylelint-module": "^4.0.0", "@storybook/addon-a11y": "^6.3.12", - "@testing-library/cypress": "^8.0.1", + "@testing-library/cypress": "^8.0.3", "@testing-library/vue": "^5.8.2", "babel-core": "7.0.0-bridge.0", "babel-eslint": "^10.1.0",