From 78af9cbfa21b04b81f1503556626d0c17c84c1a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 04:09:01 +0000 Subject: [PATCH] build(deps): bump style-to-js from 1.1.12 to 1.1.13 Bumps [style-to-js](https://github.com/remarkablemark/style-to-js) from 1.1.12 to 1.1.13. - [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.12...v1.1.13) --- 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 43ce2604..569c5bf3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "domhandler": "5.0.3", "html-dom-parser": "5.0.9", "react-property": "2.0.2", - "style-to-js": "1.1.12" + "style-to-js": "1.1.13" }, "devDependencies": { "@commitlint/cli": "19.4.0", @@ -9083,9 +9083,9 @@ } }, "node_modules/style-to-js": { - "version": "1.1.12", - "resolved": "https://registry.npmjs.org/style-to-js/-/style-to-js-1.1.12.tgz", - "integrity": "sha512-tv+/FkgNYHI2fvCoBMsqPHh5xovwiw+C3X0Gfnss/Syau0Nr3IqGOJ9XiOYXoPnToHVbllKFf5qCNFJGwFg5mg==", + "version": "1.1.13", + "resolved": "https://registry.npmjs.org/style-to-js/-/style-to-js-1.1.13.tgz", + "integrity": "sha512-+43kvxwjrW9n5gFR40Rv98A0/Mcjew7Lt+p5Nnw1KGR9SZf/ZaKqmMwl9Enj9EnYNcJ5VzuCjejC5KZzvH2lOA==", "dependencies": { "style-to-object": "1.0.6" } @@ -16363,9 +16363,9 @@ "dev": true }, "style-to-js": { - "version": "1.1.12", - "resolved": "https://registry.npmjs.org/style-to-js/-/style-to-js-1.1.12.tgz", - "integrity": "sha512-tv+/FkgNYHI2fvCoBMsqPHh5xovwiw+C3X0Gfnss/Syau0Nr3IqGOJ9XiOYXoPnToHVbllKFf5qCNFJGwFg5mg==", + "version": "1.1.13", + "resolved": "https://registry.npmjs.org/style-to-js/-/style-to-js-1.1.13.tgz", + "integrity": "sha512-+43kvxwjrW9n5gFR40Rv98A0/Mcjew7Lt+p5Nnw1KGR9SZf/ZaKqmMwl9Enj9EnYNcJ5VzuCjejC5KZzvH2lOA==", "requires": { "style-to-object": "1.0.6" } diff --git a/package.json b/package.json index 6f60f9c1..cd3d49ee 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "domhandler": "5.0.3", "html-dom-parser": "5.0.9", "react-property": "2.0.2", - "style-to-js": "1.1.12" + "style-to-js": "1.1.13" }, "devDependencies": { "@commitlint/cli": "19.4.0",