From 3a8cad195277f4d7f20e8506ae423f58a6c0111f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 19:44:18 +0000 Subject: [PATCH] build(deps): bump style-to-js from 1.1.15 to 1.1.16 Bumps [style-to-js](https://github.com/remarkablemark/style-to-js) from 1.1.15 to 1.1.16. - [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.15...v1.1.16) --- 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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4e06202b..99c1a3ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "domhandler": "5.0.3", "html-dom-parser": "5.0.10", "react-property": "2.0.2", - "style-to-js": "1.1.15" + "style-to-js": "1.1.16" }, "devDependencies": { "@commitlint/cli": "19.5.0", @@ -8450,9 +8450,9 @@ } }, "node_modules/style-to-js": { - "version": "1.1.15", - "resolved": "https://registry.npmjs.org/style-to-js/-/style-to-js-1.1.15.tgz", - "integrity": "sha512-NCDBM/WB5v+nwT145u0qJCJ4arjRcp6YFnz5/1RynPVGYtpSQNy7rCzQIyboAKx2M6sISkZVyb/8La3E6vNkDQ==", + "version": "1.1.16", + "resolved": "https://registry.npmjs.org/style-to-js/-/style-to-js-1.1.16.tgz", + "integrity": "sha512-/Q6ld50hKYPH3d/r6nr117TZkHR0w0kGGIVfpG9N6D8NymRPM9RqCUv4pRpJ62E5DqOYx2AFpbZMyCPnjQCnOw==", "dependencies": { "style-to-object": "1.0.8" } @@ -15307,9 +15307,9 @@ "dev": true }, "style-to-js": { - "version": "1.1.15", - "resolved": "https://registry.npmjs.org/style-to-js/-/style-to-js-1.1.15.tgz", - "integrity": "sha512-NCDBM/WB5v+nwT145u0qJCJ4arjRcp6YFnz5/1RynPVGYtpSQNy7rCzQIyboAKx2M6sISkZVyb/8La3E6vNkDQ==", + "version": "1.1.16", + "resolved": "https://registry.npmjs.org/style-to-js/-/style-to-js-1.1.16.tgz", + "integrity": "sha512-/Q6ld50hKYPH3d/r6nr117TZkHR0w0kGGIVfpG9N6D8NymRPM9RqCUv4pRpJ62E5DqOYx2AFpbZMyCPnjQCnOw==", "requires": { "style-to-object": "1.0.8" } diff --git a/package.json b/package.json index 2794979c..c5b659f2 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "domhandler": "5.0.3", "html-dom-parser": "5.0.10", "react-property": "2.0.2", - "style-to-js": "1.1.15" + "style-to-js": "1.1.16" }, "devDependencies": { "@commitlint/cli": "19.5.0",