From 8dc07da86056718afa1ec4bee71c5ca623225530 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 04:34:49 +0000 Subject: [PATCH] build(deps): bump style-to-js from 1.1.9 to 1.1.10 Bumps [style-to-js](https://github.com/remarkablemark/style-to-js) from 1.1.9 to 1.1.10. - [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.9...v1.1.10) --- updated-dependencies: - dependency-name: style-to-js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index ecae9b34..3709a42e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "domhandler": "5.0.3", "html-dom-parser": "5.0.4", "react-property": "2.0.2", - "style-to-js": "1.1.9" + "style-to-js": "1.1.10" }, "devDependencies": { "@commitlint/cli": "18.4.3", @@ -8426,17 +8426,17 @@ } }, "node_modules/style-to-js": { - "version": "1.1.9", - "resolved": "https://registry.npmjs.org/style-to-js/-/style-to-js-1.1.9.tgz", - "integrity": "sha512-6bkwhOlPOx+wKiHVlPTHjUqM4zDKv9pyccehB8zetZL0hhQ7MVp7UEWUsohjiMdxwhSsEdjMrEve+8qzUVmY4w==", + "version": "1.1.10", + "resolved": "https://registry.npmjs.org/style-to-js/-/style-to-js-1.1.10.tgz", + "integrity": "sha512-VC7MBJa+y0RZhpnLKDPmVRLRswsASLmixkiZ5R8xZpNT9VyjeRzwnXd2pBzAWdgSGv/pCNNH01gPCCUsB9exYg==", "dependencies": { - "style-to-object": "1.0.4" + "style-to-object": "1.0.5" } }, "node_modules/style-to-object": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.4.tgz", - "integrity": "sha512-KyNO6mfijxSnypdvEjeXlhvbGPSh0l1zBJp80n+ncBQvrEbSwBHwZCpo0xz6Q4AKSPfXowWwypCBAUAdfz3rFQ==", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.5.tgz", + "integrity": "sha512-rDRwHtoDD3UMMrmZ6BzOW0naTjMsVZLIjsGleSKS/0Oz+cgCfAPRspaqJuE8rDzpKha/nEvnM0IF4seEAZUTKQ==", "dependencies": { "inline-style-parser": "0.2.2" } @@ -15284,17 +15284,17 @@ "dev": true }, "style-to-js": { - "version": "1.1.9", - "resolved": "https://registry.npmjs.org/style-to-js/-/style-to-js-1.1.9.tgz", - "integrity": "sha512-6bkwhOlPOx+wKiHVlPTHjUqM4zDKv9pyccehB8zetZL0hhQ7MVp7UEWUsohjiMdxwhSsEdjMrEve+8qzUVmY4w==", + "version": "1.1.10", + "resolved": "https://registry.npmjs.org/style-to-js/-/style-to-js-1.1.10.tgz", + "integrity": "sha512-VC7MBJa+y0RZhpnLKDPmVRLRswsASLmixkiZ5R8xZpNT9VyjeRzwnXd2pBzAWdgSGv/pCNNH01gPCCUsB9exYg==", "requires": { - "style-to-object": "1.0.4" + "style-to-object": "1.0.5" } }, "style-to-object": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.4.tgz", - "integrity": "sha512-KyNO6mfijxSnypdvEjeXlhvbGPSh0l1zBJp80n+ncBQvrEbSwBHwZCpo0xz6Q4AKSPfXowWwypCBAUAdfz3rFQ==", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.5.tgz", + "integrity": "sha512-rDRwHtoDD3UMMrmZ6BzOW0naTjMsVZLIjsGleSKS/0Oz+cgCfAPRspaqJuE8rDzpKha/nEvnM0IF4seEAZUTKQ==", "requires": { "inline-style-parser": "0.2.2" } diff --git a/package.json b/package.json index fa6ddf5a..961e0d30 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "domhandler": "5.0.3", "html-dom-parser": "5.0.4", "react-property": "2.0.2", - "style-to-js": "1.1.9" + "style-to-js": "1.1.10" }, "devDependencies": { "@commitlint/cli": "18.4.3",