diff --git a/package-lock.json b/package-lock.json index 28e9066..37ab8d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9549,9 +9549,9 @@ } }, "jest-styled-components": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/jest-styled-components/-/jest-styled-components-6.3.1.tgz", - "integrity": "sha512-zie3ajvJbwlbHCAq8/Bv5jdbcYCz0ZMRNNX6adL7wSRpkCVPQtiJigv1140JN1ZOJIODPn8VKrjeFCN+jlPa7w==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/jest-styled-components/-/jest-styled-components-7.0.0.tgz", + "integrity": "sha512-A1nl8q1ptZj1t5wd0x/UYjnqfld1GhZwRDPS9w0eD5P5R8G+Q4uHaBAbUjf+Arjexqh2BxfrGkTc3tDuhtdifg==", "dev": true, "requires": { "css": "^2.2.4" diff --git a/package.json b/package.json index e1a1153..b01f21a 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ }, "devDependencies": { "jest-fetch-mock": "^2.1.2", - "jest-styled-components": "^6.3.1", + "jest-styled-components": "^7.0.0", "lint-staged": "^9.0.0", "react-testing-library": "^7.0.0", "snapshot-diff": "^0.5.1",