From 3fef16e8e5bb6edd24afedbd55c6097d7fa3de05 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 1 Jan 2021 14:04:00 +0000 Subject: [PATCH] Bump react-inlinesvg from 2.1.1 to 2.2.2 Bumps [react-inlinesvg](https://github.com/gilbarbara/react-inlinesvg) from 2.1.1 to 2.2.2. - [Release notes](https://github.com/gilbarbara/react-inlinesvg/releases) - [Commits](https://github.com/gilbarbara/react-inlinesvg/compare/v2.1.1...v2.2.2) 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..1546771 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.5.1", + "resolved": "https://registry.npmjs.org/react-from-dom/-/react-from-dom-0.5.1.tgz", + "integrity": "sha512-ki6OGVgSjDCF0Gt4SMl2cUNBA9ZB8g59bwv9ZiSEXQ37Cw9ZGY0s7EgfPFQYDvaiVx22jto7/dYgQeS+Qw1Mfw==" }, "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.2.2", + "resolved": "https://registry.npmjs.org/react-inlinesvg/-/react-inlinesvg-2.2.2.tgz", + "integrity": "sha512-5uXTB0yL9LiRLbN5FhTnL1IK9mLg93kspY2HnKUftzoJDEqZrlscuZxzXStbMBZpNyO359U7QDspM3AqUYUrog==", "requires": { "exenv": "^1.2.2", - "react-from-dom": "^0.5.0" + "react-from-dom": "^0.5.1" } }, "react-is": { diff --git a/package.json b/package.json index 9306425..2ac5545 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.2.2", "react-minimal-pie-chart": "^8.0.1", "react-router-dom": "^5.2.0", "react-scripts": "4.0.0",