From ee699cc36e1a14101fb2d3b552a9f1a8725d932c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 04:45:13 +0000 Subject: [PATCH] build(deps): bump style-to-js from 2.0.1 to 2.0.2 Bumps [style-to-js](https://github.com/remarkablemark/style-to-js) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/remarkablemark/style-to-js/releases) - [Changelog](https://github.com/remarkablemark/style-to-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/remarkablemark/style-to-js/compare/v2.0.1...v2.0.2) --- updated-dependencies: - dependency-name: style-to-js dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++------------ package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6d623ddb..7da3a01e 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.1" + "style-to-js": "2.0.2" }, "devDependencies": { "@arethetypeswrong/cli": "0.18.4", @@ -5208,9 +5208,9 @@ } }, "node_modules/inline-style-parser": { - "version": "0.2.7", - "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.2.7.tgz", - "integrity": "sha512-Nb2ctOyNR8DqQoR0OwRG95uNWIC0C1lCgf5Naz5H6Ji72KZ8OcFZLz2P5sNgwlyoJ8Yif11oMuYs5pBQa86csA==", + "version": "0.2.9", + "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.2.9.tgz", + "integrity": "sha512-IttN8BqKLxzUrnTqHI+/hwAJQItBAUjdoHERCDv+oOuX48VP6bzW8+QjOXSfoevzq3YrYAwX1uLHp8TqO9yIeg==", "license": "MIT" }, "node_modules/ip-address": { @@ -7396,21 +7396,21 @@ } }, "node_modules/style-to-js": { - "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==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/style-to-js/-/style-to-js-2.0.2.tgz", + "integrity": "sha512-ctgbFvvi406Jvhi/s6TJtX6XYYCCTg6POgsL+SLmrl2RHFgwulepqtYPrtKuEmT8kmyk/+fxfNzuhRLO4zsASg==", "license": "MIT", "dependencies": { - "style-to-object": "2.0.0" + "style-to-object": "2.0.2" } }, "node_modules/style-to-object": { - "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==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-2.0.2.tgz", + "integrity": "sha512-QmbXPUylqU80HAgTOJeEOdbA40W9KtxmjMhQy+tq+b8F2aoh3aQLuy82hh2jm2qsC9hR9eI0+eQidTMydKcqRA==", "license": "MIT", "dependencies": { - "inline-style-parser": "0.2.7" + "inline-style-parser": "0.2.9" } }, "node_modules/supports-color": { diff --git a/package.json b/package.json index 35b116c6..7e22bab5 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.1" + "style-to-js": "2.0.2" }, "devDependencies": { "@arethetypeswrong/cli": "0.18.4",