From 9884f44122fb3099f932002e9c62e4dee5c4b4f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Jun 2025 02:54:31 +0000 Subject: [PATCH] fix(deps): update dependency style-to-object to ^1.0.9 --- 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 31907fa4..f4e6f0cc 100644 --- a/commafeed-client/package-lock.json +++ b/commafeed-client/package-lock.json @@ -39,7 +39,7 @@ "react-router-dom": "^7.6.2", "react-swipeable": "^7.0.2", "redoc": "^2.5.0", - "style-to-object": "^1.0.8", + "style-to-object": "^1.0.9", "throttle-debounce": "^5.0.2", "tinycon": "^0.6.8", "tss-react": "^4.9.18", @@ -6628,9 +6628,9 @@ "license": "MIT" }, "node_modules/style-to-object": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.8.tgz", - "integrity": "sha512-xT47I/Eo0rwJmaXC4oilDGDWLohVhR6o/xAQcPQN8q6QBuZVL8qMYL85kLmST5cPjAorwvqIA4qXTRQoYHaL6g==", + "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==", "license": "MIT", "dependencies": { "inline-style-parser": "0.2.4" diff --git a/commafeed-client/package.json b/commafeed-client/package.json index 46c08b68..f8305e8d 100644 --- a/commafeed-client/package.json +++ b/commafeed-client/package.json @@ -46,7 +46,7 @@ "react-router-dom": "^7.6.2", "react-swipeable": "^7.0.2", "redoc": "^2.5.0", - "style-to-object": "^1.0.8", + "style-to-object": "^1.0.9", "throttle-debounce": "^5.0.2", "tinycon": "^0.6.8", "tss-react": "^4.9.18",