diff --git a/package-lock.json b/package-lock.json index 2cdb5344..87cecb35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "domhandler": "6.0.1", "html-dom-parser": "8.0.0", "react-property": "2.0.2", - "style-to-js": "2.0.0" + "style-to-js": "2.0.1" }, "devDependencies": { "@arethetypeswrong/cli": "0.18.3", @@ -7436,18 +7436,18 @@ } }, "node_modules/style-to-js": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/style-to-js/-/style-to-js-2.0.0.tgz", - "integrity": "sha512-amkl/SwHF/Gb430+eOiN+XToZ6VsD2nota1kCXps4k1xagZOniEVNm8zKYm7RrGm2Q6d6hjnZdqebFIunoSJng==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/style-to-js/-/style-to-js-2.0.1.tgz", + "integrity": "sha512-j5whjFV29FyWf+/gWc/Fax7DQqojc5CzZ2kxOCuSMoZDGdciF+Ki1HyZ/GPOxdbfIw0suKUBmG1I3qa7JZKRTA==", "license": "MIT", "dependencies": { - "style-to-object": "1.0.14" + "style-to-object": "2.0.0" } }, "node_modules/style-to-object": { - "version": "1.0.14", - "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.14.tgz", - "integrity": "sha512-LIN7rULI0jBscWQYaSswptyderlarFkjQ+t79nzty8tcIAceVomEVlLzH5VP4Cmsv6MtKhs7qaAiwlcp+Mgaxw==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-2.0.0.tgz", + "integrity": "sha512-3zaRtBpwCy9AnYQYfgZ8tIMPn/PlQpW3wtRMB+w0xVtBzo8/m7KKGi7cR56yQ6udLz5MPzwRqfKOZ3O+Oc6VpA==", "license": "MIT", "dependencies": { "inline-style-parser": "0.2.7" diff --git a/package.json b/package.json index 0ab7dfa1..72649a58 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "domhandler": "6.0.1", "html-dom-parser": "8.0.0", "react-property": "2.0.2", - "style-to-js": "2.0.0" + "style-to-js": "2.0.1" }, "devDependencies": { "@arethetypeswrong/cli": "0.18.3",