diff --git a/commafeed-client/package-lock.json b/commafeed-client/package-lock.json index e2ecf5a3..7436cd25 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.6", "react-swipeable": "^7.0.2", - "style-to-object": "^1.0.12", + "style-to-object": "^1.0.14", "throttle-debounce": "^5.0.2", "tinycon": "^0.6.8", "tss-react": "^4.9.19", @@ -4026,9 +4026,9 @@ "license": "ISC" }, "node_modules/inline-style-parser": { - "version": "0.2.6", - "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.2.6.tgz", - "integrity": "sha512-gtGXVaBdl5mAes3rPcMedEBm12ibjt1kDMFfheul1wUAOVEJW60voNdMVzVkfLN06O7ZaD/rxhfKgtlgtTbMjg==", + "version": "0.2.7", + "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.2.7.tgz", + "integrity": "sha512-Nb2ctOyNR8DqQoR0OwRG95uNWIC0C1lCgf5Naz5H6Ji72KZ8OcFZLz2P5sNgwlyoJ8Yif11oMuYs5pBQa86csA==", "license": "MIT" }, "node_modules/interweave": { @@ -5815,12 +5815,12 @@ } }, "node_modules/style-to-object": { - "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==", + "version": "1.0.14", + "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.14.tgz", + "integrity": "sha512-LIN7rULI0jBscWQYaSswptyderlarFkjQ+t79nzty8tcIAceVomEVlLzH5VP4Cmsv6MtKhs7qaAiwlcp+Mgaxw==", "license": "MIT", "dependencies": { - "inline-style-parser": "0.2.6" + "inline-style-parser": "0.2.7" } }, "node_modules/stylis": { diff --git a/commafeed-client/package.json b/commafeed-client/package.json index 1aae5afc..6fd0ef8f 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.6", "react-swipeable": "^7.0.2", - "style-to-object": "^1.0.12", + "style-to-object": "^1.0.14", "throttle-debounce": "^5.0.2", "tinycon": "^0.6.8", "tss-react": "^4.9.19",