From 0f2ba4cc251a3f6965ed607e972883513fd4c6ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 07:15:01 -0400 Subject: [PATCH] Bump style-to-object from 1.0.5 to 1.0.6 in /site (#229) Bumps [style-to-object](https://github.com/remarkablemark/style-to-object) from 1.0.5 to 1.0.6. - [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.5...v1.0.6) --- updated-dependencies: - dependency-name: style-to-object dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brian Ingenito <28159742+bingenito@users.noreply.github.com> --- site/package-lock.json | 16 ++++++++-------- site/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/site/package-lock.json b/site/package-lock.json index 19326539..89299246 100644 --- a/site/package-lock.json +++ b/site/package-lock.json @@ -29,7 +29,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-helmet": "^6.1.0", - "style-to-object": "^1.0.5" + "style-to-object": "^1.0.6" }, "devDependencies": { "prettier": "^3.2.5" @@ -11893,9 +11893,9 @@ "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==" }, "node_modules/inline-style-parser": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.2.2.tgz", - "integrity": "sha512-EcKzdTHVe8wFVOGEYXiW9WmJXPjqi1T+234YpJr98RiFYKHV3cdy1+3mkTE+KHTHxFFLH51SfaGOoUdW+v7ViQ==" + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.2.3.tgz", + "integrity": "sha512-qlD8YNDqyTKTyuITrDOffsl6Tdhv+UC4hcdAVuQsK4IMQ99nSgd1MIA/Q+jQYoh9r3hVUXhYh7urSRmXPkW04g==" }, "node_modules/inquirer": { "version": "7.3.3", @@ -18422,11 +18422,11 @@ } }, "node_modules/style-to-object": { - "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==", + "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==", "dependencies": { - "inline-style-parser": "0.2.2" + "inline-style-parser": "0.2.3" } }, "node_modules/stylehacks": { diff --git a/site/package.json b/site/package.json index 31a46e47..c641d055 100644 --- a/site/package.json +++ b/site/package.json @@ -33,7 +33,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-helmet": "^6.1.0", - "style-to-object": "^1.0.5" + "style-to-object": "^1.0.6" }, "scripts": { "develop": "gatsby develop -H 0.0.0.0",