From 5510e6e46baceb95714b9ed3e553ef71e4dd2ce3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 04:01:57 +0000 Subject: [PATCH] build(deps): bump style-to-js from 1.1.17 to 1.1.18 Bumps [style-to-js](https://github.com/remarkablemark/style-to-js) from 1.1.17 to 1.1.18. - [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/v1.1.17...v1.1.18) --- updated-dependencies: - dependency-name: style-to-js dependency-version: 1.1.18 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 15d506c1..42ca9496 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "domhandler": "5.0.3", "html-dom-parser": "5.1.1", "react-property": "2.0.2", - "style-to-js": "1.1.17" + "style-to-js": "1.1.18" }, "devDependencies": { "@commitlint/cli": "20.1.0", @@ -9906,18 +9906,18 @@ } }, "node_modules/style-to-js": { - "version": "1.1.17", - "resolved": "https://registry.npmjs.org/style-to-js/-/style-to-js-1.1.17.tgz", - "integrity": "sha512-xQcBGDxJb6jjFCTzvQtfiPn6YvvP2O8U1MDIPNfJQlWMYfktPy+iGsHE7cssjs7y84d9fQaK4UF3RIJaAHSoYA==", + "version": "1.1.18", + "resolved": "https://registry.npmjs.org/style-to-js/-/style-to-js-1.1.18.tgz", + "integrity": "sha512-JFPn62D4kJaPTnhFUI244MThx+FEGbi+9dw1b9yBBQ+1CZpV7QAT8kUtJ7b7EUNdHajjF/0x8fT+16oLJoojLg==", "license": "MIT", "dependencies": { - "style-to-object": "1.0.9" + "style-to-object": "1.0.11" } }, "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" diff --git a/package.json b/package.json index 47efc420..4915f1eb 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "domhandler": "5.0.3", "html-dom-parser": "5.1.1", "react-property": "2.0.2", - "style-to-js": "1.1.17" + "style-to-js": "1.1.18" }, "devDependencies": { "@commitlint/cli": "20.1.0",