From 677b2a955c77e8d3a98b3a3f753cdfd0958fd818 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 06:10:01 +0000 Subject: [PATCH] build(deps): bump style-to-object from 1.0.9 to 1.0.10 Bumps [style-to-object](https://github.com/remarkablemark/style-to-object) from 1.0.9 to 1.0.10. - [Release notes](https://github.com/remarkablemark/style-to-object/releases) - [Changelog](https://github.com/remarkablemark/style-to-object/blob/master/CHANGELOG.md) - [Commits](https://github.com/remarkablemark/style-to-object/compare/v1.0.9...v1.0.10) --- updated-dependencies: - dependency-name: style-to-object dependency-version: 1.0.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index deea817..6104e11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3691,9 +3691,9 @@ } }, "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.10", + "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.10.tgz", + "integrity": "sha512-dt5eKBgPL+13RJ7EWQTMu+PFEW7pfz6xaqWTfKo5LUyAfSW57ELDPSdRZ4MmFvXbZLDB3iTrdhxP/Irsp4ZRLQ==", "license": "MIT", "dependencies": { "inline-style-parser": "0.2.4"