From 91a00489b3bf0a596fb80d533b829e3dbbb08fae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 04:33:53 +0000 Subject: [PATCH] build(deps): bump style-to-object from 1.0.6 to 1.0.7 Bumps [style-to-object](https://github.com/remarkablemark/style-to-object) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/remarkablemark/style-to-object/releases) - [Changelog](https://github.com/remarkablemark/style-to-object/blob/master/CHANGELOG.md) - [Commits](https://github.com/remarkablemark/style-to-object/compare/v1.0.6...v1.0.7) --- updated-dependencies: - dependency-name: style-to-object 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 da969dd..797f32d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.1.13", "license": "MIT", "dependencies": { - "style-to-object": "1.0.6" + "style-to-object": "1.0.7" }, "devDependencies": { "@commitlint/cli": "19.4.0", @@ -7236,9 +7236,9 @@ } }, "node_modules/style-to-object": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.6.tgz", - "integrity": "sha512-khxq+Qm3xEyZfKd/y9L3oIWQimxuc4STrQKtQn8aSDRHb8mFgpukgX1hdzfrMEW6JCjyJ8p89x+IUMVnCBI1PA==", + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.7.tgz", + "integrity": "sha512-uSjr59G5u6fbxUfKbb8GcqMGT3Xs9v5IbPkjb0S16GyOeBLAzSRK0CixBv5YrYvzO6TDLzIS6QCn78tkqWngPw==", "dependencies": { "inline-style-parser": "0.2.3" } @@ -12715,9 +12715,9 @@ "dev": true }, "style-to-object": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.6.tgz", - "integrity": "sha512-khxq+Qm3xEyZfKd/y9L3oIWQimxuc4STrQKtQn8aSDRHb8mFgpukgX1hdzfrMEW6JCjyJ8p89x+IUMVnCBI1PA==", + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.7.tgz", + "integrity": "sha512-uSjr59G5u6fbxUfKbb8GcqMGT3Xs9v5IbPkjb0S16GyOeBLAzSRK0CixBv5YrYvzO6TDLzIS6QCn78tkqWngPw==", "requires": { "inline-style-parser": "0.2.3" } diff --git a/package.json b/package.json index 65b240c..c5563a1 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "pojo" ], "dependencies": { - "style-to-object": "1.0.6" + "style-to-object": "1.0.7" }, "devDependencies": { "@commitlint/cli": "19.4.0",