From ec8e594a5c8ef5d848a32873c49c7a7a15833ee8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Oct 2025 02:16:11 +0000 Subject: [PATCH] fix(deps): update dependency style-to-object to ^1.0.12 --- 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 8b1b13b8..00393185 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.4", "react-swipeable": "^7.0.2", - "style-to-object": "^1.0.11", + "style-to-object": "^1.0.12", "throttle-debounce": "^5.0.2", "tinycon": "^0.6.8", "tss-react": "^4.9.19", @@ -4011,9 +4011,9 @@ "license": "ISC" }, "node_modules/inline-style-parser": { - "version": "0.2.4", - "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.2.4.tgz", - "integrity": "sha512-0aO8FkhNZlj/ZIbNi7Lxxr12obT7cL1moPfE4tg1LkX7LlLfC6DeX4l2ZEud1ukP9jNQyNnfzQVqwbwmAATY4Q==", + "version": "0.2.6", + "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.2.6.tgz", + "integrity": "sha512-gtGXVaBdl5mAes3rPcMedEBm12ibjt1kDMFfheul1wUAOVEJW60voNdMVzVkfLN06O7ZaD/rxhfKgtlgtTbMjg==", "license": "MIT" }, "node_modules/interweave": { @@ -5808,12 +5808,12 @@ } }, "node_modules/style-to-object": { - "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==", + "version": "1.0.12", + "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.12.tgz", + "integrity": "sha512-ddJqYnoT4t97QvN2C95bCgt+m7AAgXjVnkk/jxAfmp7EAB8nnqqZYEbMd3em7/vEomDb2LAQKAy1RFfv41mdNw==", "license": "MIT", "dependencies": { - "inline-style-parser": "0.2.4" + "inline-style-parser": "0.2.6" } }, "node_modules/stylis": { diff --git a/commafeed-client/package.json b/commafeed-client/package.json index d60e126e..d02f8245 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.4", "react-swipeable": "^7.0.2", - "style-to-object": "^1.0.11", + "style-to-object": "^1.0.12", "throttle-debounce": "^5.0.2", "tinycon": "^0.6.8", "tss-react": "^4.9.19",