From fcc6798d63ca9f9318981a167b7f1588bb72c220 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 16:48:41 +0000 Subject: [PATCH] fix(deps): update dependency style-to-object to v2.0.2 --- commafeed-client/package-lock.json | 16 ++++++++-------- commafeed-client/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/commafeed-client/package-lock.json b/commafeed-client/package-lock.json index 4a82cc8a..b649c566 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.18.1", "react-swipeable": "7.0.2", - "style-to-object": "2.0.1", + "style-to-object": "2.0.2", "throttle-debounce": "5.0.2", "tinycon": "0.6.8", "tss-react": "4.9.21", @@ -3689,9 +3689,9 @@ } }, "node_modules/inline-style-parser": { - "version": "0.2.8", - "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.2.8.tgz", - "integrity": "sha512-oxlr9nnFcVME2TFJRnvwmLWsNtTsJs5pkCetUsISrLc/81EYpEu32A5LAdAWqk7OCDzuTFZdA7KXnw72vZwJpw==", + "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/interweave": { @@ -5424,12 +5424,12 @@ } }, "node_modules/style-to-object": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-2.0.1.tgz", - "integrity": "sha512-NOTjzoUkWfIkNQ9C9t1cLJJyt5wDEM2q8rfXhUy03HoE/Uls9JL+Z4oCgZRJC2VKMt123wFaFYRRs1b5PoqwBA==", + "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.8" + "inline-style-parser": "0.2.9" } }, "node_modules/stylis": { diff --git a/commafeed-client/package.json b/commafeed-client/package.json index 3ac7c022..069fd64b 100644 --- a/commafeed-client/package.json +++ b/commafeed-client/package.json @@ -47,7 +47,7 @@ "react-redux": "9.3.0", "react-router-dom": "7.18.1", "react-swipeable": "7.0.2", - "style-to-object": "2.0.1", + "style-to-object": "2.0.2", "throttle-debounce": "5.0.2", "tinycon": "0.6.8", "tss-react": "4.9.21",