fix(deps): update dependency style-to-object to v2.0.2

This commit is contained in:
renovate[bot]
2026-07-09 16:48:41 +00:00
committed by GitHub
parent d313ebfc69
commit fcc6798d63
2 changed files with 9 additions and 9 deletions

View File

@@ -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": {

View File

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