From 04767bb24ee099507a0ebd44f9b01ca3b40549a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 11:25:12 +0000 Subject: [PATCH] build(deps): Bump react-inlinesvg from 2.3.0 to 4.1.8 Bumps [react-inlinesvg](https://github.com/gilbarbara/react-inlinesvg) from 2.3.0 to 4.1.8. - [Release notes](https://github.com/gilbarbara/react-inlinesvg/releases) - [Commits](https://github.com/gilbarbara/react-inlinesvg/compare/v2.3.0...v4.1.8) --- updated-dependencies: - dependency-name: react-inlinesvg dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/icon/package.json | 2 +- yarn.lock | 24 +++++++++--------------- 2 files changed, 10 insertions(+), 16 deletions(-) diff --git a/packages/icon/package.json b/packages/icon/package.json index 0d92d762..9a272bbe 100644 --- a/packages/icon/package.json +++ b/packages/icon/package.json @@ -48,6 +48,6 @@ }, "dependencies": { "@react-to-styled/loader": "^0.3.0-alpha.4", - "react-inlinesvg": "^2.3.0" + "react-inlinesvg": "^4.1.8" } } diff --git a/yarn.lock b/yarn.lock index 12e6604a..390916a8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8341,11 +8341,6 @@ execa@^5.0.0, execa@^5.1.1: signal-exit "^3.0.3" strip-final-newline "^2.0.0" -exenv@^1.2.2: - version "1.2.2" - resolved "https://registry.yarnpkg.com/exenv/-/exenv-1.2.2.tgz#2ae78e85d9894158670b03d47bec1f03bd91bb9d" - integrity sha1-KueOhdmJQVhnCwPUe+wfA72Ru50= - exit@^0.1.2: version "0.1.2" resolved "https://registry.yarnpkg.com/exit/-/exit-0.1.2.tgz#0632638f8d877cc82107d30a0fff1a17cba1cd0c" @@ -13888,10 +13883,10 @@ react-focus-lock@^2.1.0: use-callback-ref "^1.2.5" use-sidecar "^1.0.5" -react-from-dom@^0.6.0: - version "0.6.1" - resolved "https://registry.yarnpkg.com/react-from-dom/-/react-from-dom-0.6.1.tgz#6740f5a3d79e0c354703e5c096b8fdfe0db71b0f" - integrity sha512-7aAZx7LhRnmR51W5XtmTBYHGFl2n1AdEk1uoXLuzHa1OoGXrxOW/iwLcudvgp6BGX/l4Yh1rtMrIzvhlvbVddg== +react-from-dom@^0.7.5: + version "0.7.5" + resolved "https://registry.yarnpkg.com/react-from-dom/-/react-from-dom-0.7.5.tgz#2d2d2bf6d80149c053bcf71bb6615e5e7f6d23db" + integrity sha512-CO92PmMKo/23uYPm6OFvh5CtZbMgHs/Xn+o095Lz/TZj9t8DSDhGdSOMLxBxwWI4sr0MF17KUn9yJWc5Q00R/w== react-helmet-async@^1.0.2, react-helmet-async@^1.0.7: version "1.2.2" @@ -13904,13 +13899,12 @@ react-helmet-async@^1.0.2, react-helmet-async@^1.0.7: react-fast-compare "^3.2.0" shallowequal "^1.1.0" -react-inlinesvg@^2.3.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/react-inlinesvg/-/react-inlinesvg-2.3.0.tgz#62283c0ce7e9d11d8190ec3e89589102288830fd" - integrity sha512-fEGOdDf4k4bcveArbEpj01pJcH8pOCKLxmSj2POFdGvEk5YK0NZVnH6BXpW/PzACHPRsuh1YKAhNZyFnD28oxg== +react-inlinesvg@^4.1.8: + version "4.1.8" + resolved "https://registry.yarnpkg.com/react-inlinesvg/-/react-inlinesvg-4.1.8.tgz#6cfe28641d6078b80e57287b0bf988e56dcbba2a" + integrity sha512-VZHLoK3cZoN8DelBT6zr6w347t4/xsDjYbxDNbjyGzOJrvAIJORJoRVBop6EG/tW3Mpz0rEueS4YyD8WXgI6Tw== dependencies: - exenv "^1.2.2" - react-from-dom "^0.6.0" + react-from-dom "^0.7.5" react-inspector@^5.1.0: version "5.1.1"