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",