From a4a2aa14a926a6cc473f5120f1d00278b18047d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 22:02:31 +0000 Subject: [PATCH] Bump style-to-object from 1.0.11 to 1.0.12 in /site Bumps [style-to-object](https://github.com/remarkablemark/style-to-object) from 1.0.11 to 1.0.12. - [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.11...v1.0.12) --- updated-dependencies: - dependency-name: style-to-object dependency-version: 1.0.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- site/package-lock.json | 17 +++++++++-------- site/package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/site/package-lock.json b/site/package-lock.json index ed2dd4c5..81d5adc6 100644 --- a/site/package-lock.json +++ b/site/package-lock.json @@ -29,7 +29,7 @@ "prismjs": "^1.30.0", "react": "^18.3.1", "react-dom": "^18.3.1", - "style-to-object": "^1.0.11" + "style-to-object": "^1.0.12" }, "devDependencies": { "@testing-library/jest-dom": "^6.9.1", @@ -16570,9 +16570,10 @@ "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==" }, "node_modules/inline-style-parser": { - "version": "0.2.4", - "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.2.4.tgz", - "integrity": "sha512-0aO8FkhNZlj/ZIbNi7Lxxr12obT7cL1moPfE4tg1LkX7LlLfC6DeX4l2ZEud1ukP9jNQyNnfzQVqwbwmAATY4Q==" + "version": "0.2.6", + "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.2.6.tgz", + "integrity": "sha512-gtGXVaBdl5mAes3rPcMedEBm12ibjt1kDMFfheul1wUAOVEJW60voNdMVzVkfLN06O7ZaD/rxhfKgtlgtTbMjg==", + "license": "MIT" }, "node_modules/inquirer": { "version": "7.3.3", @@ -28044,12 +28045,12 @@ } }, "node_modules/style-to-object": { - "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==", + "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==", "license": "MIT", "dependencies": { - "inline-style-parser": "0.2.4" + "inline-style-parser": "0.2.6" } }, "node_modules/stylehacks": { diff --git a/site/package.json b/site/package.json index ee521b0c..f43646c2 100644 --- a/site/package.json +++ b/site/package.json @@ -27,7 +27,7 @@ "prismjs": "^1.30.0", "react": "^18.3.1", "react-dom": "^18.3.1", - "style-to-object": "^1.0.11" + "style-to-object": "^1.0.12" }, "overrides": { "axios": "^1.7.4",