From 8d25562a76a905c0bd096e14f1fe16e193f902ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 14:14:50 +0000 Subject: [PATCH] fix(deps): update dependency style-to-object to v2 --- commafeed-client/package-lock.json | 8 ++++---- commafeed-client/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/commafeed-client/package-lock.json b/commafeed-client/package-lock.json index e32144e5..9b770653 100644 --- a/commafeed-client/package-lock.json +++ b/commafeed-client/package-lock.json @@ -40,7 +40,7 @@ "react-redux": "9.3.0", "react-router-dom": "7.17.0", "react-swipeable": "7.0.2", - "style-to-object": "1.0.14", + "style-to-object": "2.0.0", "throttle-debounce": "5.0.2", "tinycon": "0.6.8", "tss-react": "4.9.21", @@ -5437,9 +5437,9 @@ } }, "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/commafeed-client/package.json b/commafeed-client/package.json index 15dfd39c..b73880bd 100644 --- a/commafeed-client/package.json +++ b/commafeed-client/package.json @@ -47,7 +47,7 @@ "react-redux": "9.3.0", "react-router-dom": "7.17.0", "react-swipeable": "7.0.2", - "style-to-object": "1.0.14", + "style-to-object": "2.0.0", "throttle-debounce": "5.0.2", "tinycon": "0.6.8", "tss-react": "4.9.21",