From 4e9995e610a59a9d25d72a07b54e7349e4881c77 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 16:35:01 +0000 Subject: [PATCH] fix(deps): update dependency style-to-object to ^1.0.11 (#1923) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 b34864b7..9fb6dd6a 100644 --- a/commafeed-client/package-lock.json +++ b/commafeed-client/package-lock.json @@ -37,7 +37,7 @@ "react-redux": "^9.2.0", "react-router-dom": "^7.9.3", "react-swipeable": "^7.0.2", - "style-to-object": "^1.0.9", + "style-to-object": "^1.0.11", "throttle-debounce": "^5.0.2", "tinycon": "^0.6.8", "tss-react": "^4.9.19", @@ -5874,9 +5874,9 @@ "license": "MIT" }, "node_modules/style-to-object": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.9.tgz", - "integrity": "sha512-G4qppLgKu/k6FwRpHiGiKPaPTFcG3g4wNVX/Qsfu+RqQM30E7Tyu/TEgxcL9PNLF5pdRLwQdE3YKKf+KF2Dzlw==", + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.11.tgz", + "integrity": "sha512-5A560JmXr7wDyGLK12Nq/EYS38VkGlglVzkis1JEdbGWSnbQIEhZzTJhzURXN5/8WwwFCs/f/VVcmkTppbXLow==", "license": "MIT", "dependencies": { "inline-style-parser": "0.2.4" diff --git a/commafeed-client/package.json b/commafeed-client/package.json index c0aeecbc..9d6384da 100644 --- a/commafeed-client/package.json +++ b/commafeed-client/package.json @@ -44,7 +44,7 @@ "react-redux": "^9.2.0", "react-router-dom": "^7.9.3", "react-swipeable": "^7.0.2", - "style-to-object": "^1.0.9", + "style-to-object": "^1.0.11", "throttle-debounce": "^5.0.2", "tinycon": "^0.6.8", "tss-react": "^4.9.19",