From 09ce55ccb4f903b870aaa2e663b96a04f5b387dd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 12:23:45 +0000 Subject: [PATCH] Bump react-inlinesvg from 2.1.1 to 2.3.0 Bumps [react-inlinesvg](https://github.com/gilbarbara/react-inlinesvg) from 2.1.1 to 2.3.0. - [Release notes](https://github.com/gilbarbara/react-inlinesvg/releases) - [Commits](https://github.com/gilbarbara/react-inlinesvg/compare/v2.1.1...v2.3.0) Signed-off-by: dependabot-preview[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 0e2eb93..74adaa1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12843,17 +12843,17 @@ "integrity": "sha512-HvPuUQnLp5H7TouGq3kzBeioJmXms1wHy9EGjz2OURWBp4qZO6AfGEcnxts1D/CbwPLRAgTMPCEgYhA3sEM4vw==" }, "react-from-dom": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/react-from-dom/-/react-from-dom-0.5.0.tgz", - "integrity": "sha512-Vk0H+XW1oKrqS8bhq1ynG0zgLufUcDQ+CUwJsoYCr1WNH5LVmmfdYBoCBYLHWd1d2PBB3TolqT9gQjORt7f/YA==" + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/react-from-dom/-/react-from-dom-0.6.0.tgz", + "integrity": "sha512-W5m1pYV7qlc9bmpA7p2K/wspYNlAh3aqJ9Tc5KRXe6vt/JlX6/84ol+RQlCMK69z+5e38sOpoVW5i4Qpqgs+EA==" }, "react-inlinesvg": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/react-inlinesvg/-/react-inlinesvg-2.1.1.tgz", - "integrity": "sha512-B4CMMuPXzWF02iX9sDeR6OuCAVgrovomg4J26E+2ltc+Zs0dPXBBrW1siBXq9NENsX1rsqPbti0L8AEMpmaVPw==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/react-inlinesvg/-/react-inlinesvg-2.3.0.tgz", + "integrity": "sha512-fEGOdDf4k4bcveArbEpj01pJcH8pOCKLxmSj2POFdGvEk5YK0NZVnH6BXpW/PzACHPRsuh1YKAhNZyFnD28oxg==", "requires": { "exenv": "^1.2.2", - "react-from-dom": "^0.5.0" + "react-from-dom": "^0.6.0" } }, "react-is": { diff --git a/package.json b/package.json index 9306425..1b9ae96 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "jdenticon": "^3.0.1", "react": "^16.14.0", "react-dom": "^16.13.1", - "react-inlinesvg": "^2.1.1", + "react-inlinesvg": "^2.3.0", "react-minimal-pie-chart": "^8.0.1", "react-router-dom": "^5.2.0", "react-scripts": "4.0.0",