diff --git a/package-lock.json b/package-lock.json index c44ca73..9a4f8dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1168,7 +1168,6 @@ "version": "7.12.13", "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.13.tgz", "integrity": "sha512-8+3UMPBrjFa/6TtKi/7sehPKqfAm4g6K+YQjyyFOLUTxzOngcRZTlAVY8sc2CORJYqdHQY8gRPHmn+qo15rCBw==", - "dev": true, "requires": { "regenerator-runtime": "^0.13.4" } @@ -11374,9 +11373,12 @@ } }, "polished": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/polished/-/polished-1.4.1.tgz", - "integrity": "sha1-jYBSk0lMO6VybQd+25nDfr4RbVM=" + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/polished/-/polished-4.1.1.tgz", + "integrity": "sha512-4MZTrfPMPRLD7ac8b+2JZxei58zw6N1hFkdBDERif5Tlj19y3vPoPusrLG+mJIlPTGnUlKw3+yWz0BazvMx1vg==", + "requires": { + "@babel/runtime": "^7.12.5" + } }, "posix-character-classes": { "version": "0.1.1", @@ -11972,8 +11974,7 @@ "regenerator-runtime": { "version": "0.13.7", "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz", - "integrity": "sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew==", - "dev": true + "integrity": "sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew==" }, "regex-cache": { "version": "0.4.3", diff --git a/package.json b/package.json index 2ad9cb2..49a09ca 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "bootstrap": "^4.6.0", "classnames": "^2.3.1", "jquery": "^3.5.0", - "polished": "^1.4.1", + "polished": "^4.0.0", "prop-types": "^15.5.10", "styled-components": "^4.0.0", "uuid": "^3.1.0"