diff --git a/package-lock.json b/package-lock.json index 8cafcf4..42e997f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13437,9 +13437,9 @@ } }, "jest-styled-components": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/jest-styled-components/-/jest-styled-components-6.2.2.tgz", - "integrity": "sha512-CLjlS4FuVpzft3DG+bX8HIFZxmkWTJs0sX2rlIkel4U6O7TteNBPBdATuH/fT+RCfEQ/bGTtOFoI7yQ9HTghRA==", + "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 a15d81f..529760e 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "file-loader": "^3.0.0", "html-webpack-plugin": "^3.2.0", "jest": "^23.6.0", - "jest-styled-components": "^6.2.1", + "jest-styled-components": "^7.0.0", "jsdoc": "^3.5.5", "minami": "^1.2.3", "mini-css-extract-plugin": "^0.7.0",