From 207ff619b10707482b5f0c308495f98b94fc4661 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 04:44:20 +0000 Subject: [PATCH] build(deps): bump style-to-js from 2.0.0 to 2.0.1 Bumps [style-to-js](https://github.com/remarkablemark/style-to-js) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/remarkablemark/style-to-js/releases) - [Changelog](https://github.com/remarkablemark/style-to-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/remarkablemark/style-to-js/compare/v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: style-to-js dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2cdb5344..87cecb35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "domhandler": "6.0.1", "html-dom-parser": "8.0.0", "react-property": "2.0.2", - "style-to-js": "2.0.0" + "style-to-js": "2.0.1" }, "devDependencies": { "@arethetypeswrong/cli": "0.18.3", @@ -7436,18 +7436,18 @@ } }, "node_modules/style-to-js": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/style-to-js/-/style-to-js-2.0.0.tgz", - "integrity": "sha512-amkl/SwHF/Gb430+eOiN+XToZ6VsD2nota1kCXps4k1xagZOniEVNm8zKYm7RrGm2Q6d6hjnZdqebFIunoSJng==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/style-to-js/-/style-to-js-2.0.1.tgz", + "integrity": "sha512-j5whjFV29FyWf+/gWc/Fax7DQqojc5CzZ2kxOCuSMoZDGdciF+Ki1HyZ/GPOxdbfIw0suKUBmG1I3qa7JZKRTA==", "license": "MIT", "dependencies": { - "style-to-object": "1.0.14" + "style-to-object": "2.0.0" } }, "node_modules/style-to-object": { - "version": "1.0.14", - "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.14.tgz", - "integrity": "sha512-LIN7rULI0jBscWQYaSswptyderlarFkjQ+t79nzty8tcIAceVomEVlLzH5VP4Cmsv6MtKhs7qaAiwlcp+Mgaxw==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-2.0.0.tgz", + "integrity": "sha512-3zaRtBpwCy9AnYQYfgZ8tIMPn/PlQpW3wtRMB+w0xVtBzo8/m7KKGi7cR56yQ6udLz5MPzwRqfKOZ3O+Oc6VpA==", "license": "MIT", "dependencies": { "inline-style-parser": "0.2.7" diff --git a/package.json b/package.json index 0ab7dfa1..72649a58 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "domhandler": "6.0.1", "html-dom-parser": "8.0.0", "react-property": "2.0.2", - "style-to-js": "2.0.0" + "style-to-js": "2.0.1" }, "devDependencies": { "@arethetypeswrong/cli": "0.18.3",