From 95496c8e039bd4fc2b350af46fbc3df456e31413 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 14 Dec 2020 11:26:17 +0000 Subject: [PATCH] Bump react-inlinesvg from 1.2.0 to 2.2.1 Bumps [react-inlinesvg](https://github.com/gilbarbara/react-inlinesvg) from 1.2.0 to 2.2.1. - [Release notes](https://github.com/gilbarbara/react-inlinesvg/releases) - [Commits](https://github.com/gilbarbara/react-inlinesvg/compare/v1.2.0...v2.2.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 46 +++++++++++++++++++++++++++++++++++++++------- package.json | 2 +- 2 files changed, 40 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index a8da2f58c..1831dc941 100644 --- a/package-lock.json +++ b/package-lock.json @@ -155,6 +155,20 @@ "version": "1.1.0", "resolved": "https://registry.npmjs.org/did-resolver/-/did-resolver-1.1.0.tgz", "integrity": "sha512-Q02Sc5VuQnJzzR8fQ/DzyCHiYb31WpQdocOsxppI66wwT4XalYRDeCr3a48mL6sYPQo76AkBh0mxte9ZBuQzxA==" + }, + "react-from-dom": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/react-from-dom/-/react-from-dom-0.3.1.tgz", + "integrity": "sha512-PeNBa8iuzoD7qHA9O7YpGnXFvC+XFFwStmFh2/r2zJAvEIaRg6EwOj+EPcDIFwyYBhqPIItxIx/dGdeWiFivjQ==" + }, + "react-inlinesvg": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/react-inlinesvg/-/react-inlinesvg-1.2.0.tgz", + "integrity": "sha512-IsznU+UzpUwDGzBWbf0bfSRA5Jbqz87xeoqLM/nSIDPkoHksInF1wCGybTSn4sIui+30TqboRQP1wAelNTkdog==", + "requires": { + "exenv": "^1.2.2", + "react-from-dom": "^0.3.0" + } } } }, @@ -17836,6 +17850,15 @@ "ansi-regex": "^5.0.0" } }, + "timeout-abort-controller": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/timeout-abort-controller/-/timeout-abort-controller-1.1.1.tgz", + "integrity": "sha512-BsF9i3NAJag6T0ZEjki9j654zoafI2X6ayuNd6Tp8+Ul6Tr5s4jo973qFeiWrRSweqvskC+AHDKUmIW4b7pdhQ==", + "requires": { + "abort-controller": "^3.0.0", + "retimer": "^2.0.0" + } + }, "universalify": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", @@ -23513,6 +23536,15 @@ "multihashes": "^1.0.1", "murmurhash3js-revisited": "^3.0.0" } + }, + "timeout-abort-controller": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/timeout-abort-controller/-/timeout-abort-controller-1.1.1.tgz", + "integrity": "sha512-BsF9i3NAJag6T0ZEjki9j654zoafI2X6ayuNd6Tp8+Ul6Tr5s4jo973qFeiWrRSweqvskC+AHDKUmIW4b7pdhQ==", + "requires": { + "abort-controller": "^3.0.0", + "retimer": "^2.0.0" + } } } }, @@ -30249,9 +30281,9 @@ "integrity": "sha512-suNP+J1VU1MWFKcyt7RtjiSWUjvidmQSlqu+eHslq+342xCbGTYmC0mEhPCOHxlW0CywylOC1u2DFAT+bv4dBw==" }, "react-from-dom": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/react-from-dom/-/react-from-dom-0.3.1.tgz", - "integrity": "sha512-PeNBa8iuzoD7qHA9O7YpGnXFvC+XFFwStmFh2/r2zJAvEIaRg6EwOj+EPcDIFwyYBhqPIItxIx/dGdeWiFivjQ==" + "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-helmet": { "version": "5.2.1", @@ -30273,12 +30305,12 @@ } }, "react-inlinesvg": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/react-inlinesvg/-/react-inlinesvg-1.2.0.tgz", - "integrity": "sha512-IsznU+UzpUwDGzBWbf0bfSRA5Jbqz87xeoqLM/nSIDPkoHksInF1wCGybTSn4sIui+30TqboRQP1wAelNTkdog==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/react-inlinesvg/-/react-inlinesvg-2.2.1.tgz", + "integrity": "sha512-YBPARWW0t3pFbkAqEJc9+E+CpReNE4b496vMr9yafNxGN18MQjOARGIXBfvYGCKwYccqYLS4IXI9R0Yiqmwbtw==", "requires": { "exenv": "^1.2.2", - "react-from-dom": "^0.3.0" + "react-from-dom": "^0.5.0" } }, "react-is": { diff --git a/package.json b/package.json index 1e31e4676..551c3e9e2 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "react-dom": "^16.12.0", "react-helmet": "^5.2.1", "react-highlight": "^0.12.0", - "react-inlinesvg": "^1.1.7", + "react-inlinesvg": "^2.2.1", "react-linkify": "^1.0.0-alpha", "react-mailchimp-subscribe": "^2.0.2", "react-redux": "^7.0.1",