From b220ab2f07cd339de7d00cf738ba44ed76ae961b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 10:06:41 +0000 Subject: [PATCH] build(deps): bump style-to-object from 1.0.9 to 1.0.11 Bumps [style-to-object](https://github.com/remarkablemark/style-to-object) from 1.0.9 to 1.0.11. - [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.11) --- updated-dependencies: - dependency-name: style-to-object dependency-version: 1.0.11 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 253e856..6e9479c 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.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"