From d12c8177f10f37674f21eebe9c27d9c1e8c4030a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 17:34:02 +0000 Subject: [PATCH] build(deps): bump react-inlinesvg from 3.0.1 to 4.1.0 Bumps [react-inlinesvg](https://github.com/gilbarbara/react-inlinesvg) from 3.0.1 to 4.1.0. - [Release notes](https://github.com/gilbarbara/react-inlinesvg/releases) - [Commits](https://github.com/gilbarbara/react-inlinesvg/compare/v3.0.1...v4.1.0) --- updated-dependencies: - dependency-name: react-inlinesvg dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 28 ++++++++-------------------- package.json | 2 +- 2 files changed, 9 insertions(+), 21 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8bd1da27a..dbdd02c15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "react-i18next": "12.0.0", "react-identicons": "^1.2.5", "react-infinite-scroll-hook": "^4.1.1", - "react-inlinesvg": "^3.0.1", + "react-inlinesvg": "^4.1.0", "react-loading-skeleton": "^3.3.1", "react-player": "^2.13.0", "react-query": "^3.39.3", @@ -13601,11 +13601,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/exenv": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/exenv/-/exenv-1.2.2.tgz", - "integrity": "sha1-KueOhdmJQVhnCwPUe+wfA72Ru50=" - }, "node_modules/exit": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz", @@ -23282,15 +23277,14 @@ } }, "node_modules/react-inlinesvg": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/react-inlinesvg/-/react-inlinesvg-3.0.1.tgz", - "integrity": "sha512-cBfoyfseNI2PkDA7ZKIlDoHq0eMfpoC3DhKBQNC+/X1M4ZQB+aXW+YiNPUDDDKXUsGDUIZWWiZWNFeauDIVdoA==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/react-inlinesvg/-/react-inlinesvg-4.1.0.tgz", + "integrity": "sha512-S7kSE6ldKVpumEYTNXmCs4pAKoDzklP6TklI8oBx23fw8/+VBwO5X0M7/Ii0weieO1DqElUJg5EI8cq7zo5oPg==", "dependencies": { - "exenv": "^1.2.2", "react-from-dom": "^0.6.2" }, "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0" + "react": "16.8 - 18" } }, "node_modules/react-intersection-observer-hook": { @@ -38815,11 +38809,6 @@ } } }, - "exenv": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/exenv/-/exenv-1.2.2.tgz", - "integrity": "sha1-KueOhdmJQVhnCwPUe+wfA72Ru50=" - }, "exit": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz", @@ -46114,11 +46103,10 @@ } }, "react-inlinesvg": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/react-inlinesvg/-/react-inlinesvg-3.0.1.tgz", - "integrity": "sha512-cBfoyfseNI2PkDA7ZKIlDoHq0eMfpoC3DhKBQNC+/X1M4ZQB+aXW+YiNPUDDDKXUsGDUIZWWiZWNFeauDIVdoA==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/react-inlinesvg/-/react-inlinesvg-4.1.0.tgz", + "integrity": "sha512-S7kSE6ldKVpumEYTNXmCs4pAKoDzklP6TklI8oBx23fw8/+VBwO5X0M7/Ii0weieO1DqElUJg5EI8cq7zo5oPg==", "requires": { - "exenv": "^1.2.2", "react-from-dom": "^0.6.2" } }, diff --git a/package.json b/package.json index 6f63a7b6a..5c5957222 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "react-i18next": "12.0.0", "react-identicons": "^1.2.5", "react-infinite-scroll-hook": "^4.1.1", - "react-inlinesvg": "^3.0.1", + "react-inlinesvg": "^4.1.0", "react-loading-skeleton": "^3.3.1", "react-player": "^2.13.0", "react-query": "^3.39.3",