From 964c343068952fbe8b8cb02f59456180bd51f8e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 27 Aug 2018 23:19:36 +0000 Subject: [PATCH] Bump react-ga from 2.4.1 to 2.5.3 Bumps [react-ga](https://github.com/react-ga/react-ga) from 2.4.1 to 2.5.3. - [Release notes](https://github.com/react-ga/react-ga/releases) - [Commits](https://github.com/react-ga/react-ga/compare/v2.4.1...2.5.3) Signed-off-by: dependabot[bot] --- package-lock.json | 42 ++++-------------------------------------- package.json | 2 +- 2 files changed, 5 insertions(+), 39 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0ca6c90ce32..5ca736651af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7514,46 +7514,12 @@ } }, "react-ga": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/react-ga/-/react-ga-2.4.1.tgz", - "integrity": "sha512-hjn2SRdhB3JrdWvodNVegjxLi6xiQyCEELVTvutSB/g57GmfGqSxIvKmxgEN3c6Rjp21rxOYou6TrwzTE288Ig==", + "version": "2.5.3", + "resolved": "https://registry.npmjs.org/react-ga/-/react-ga-2.5.3.tgz", + "integrity": "sha512-25wvPv1PVLDLhw1gEYP33h0V2sJHahKMfUCAxhq8JPYmNQwx1fcjJAkJk+WmSqGN93lHLhExDkxy3SQizQnx3A==", "requires": { - "prop-types": "15.6.1", + "prop-types": "15.6.2", "react": "16.0.0" - }, - "dependencies": { - "core-js": { - "version": "1.2.7", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-1.2.7.tgz", - "integrity": "sha1-ZSKUwUZR2yj6k70tX/KYOk8IxjY=", - "optional": true - }, - "fbjs": { - "version": "0.8.16", - "resolved": "https://registry.npmjs.org/fbjs/-/fbjs-0.8.16.tgz", - "integrity": "sha1-XmdDL1UNxBtXK/VYR7ispk5TN9s=", - "optional": true, - "requires": { - "core-js": "1.2.7", - "isomorphic-fetch": "2.2.1", - "loose-envify": "1.3.1", - "object-assign": "4.1.1", - "promise": "7.3.1", - "setimmediate": "1.0.5", - "ua-parser-js": "0.7.14" - } - }, - "prop-types": { - "version": "15.6.1", - "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.6.1.tgz", - "integrity": "sha512-4ec7bY1Y66LymSUOH/zARVYObB23AT2h8cf6e/O6ZALB/N0sqZFEx7rq6EYPX2MkOdKORuooI/H5k9TlR4q7kQ==", - "optional": true, - "requires": { - "fbjs": "0.8.16", - "loose-envify": "1.3.1", - "object-assign": "4.1.1" - } - } } }, "read-all-stream": { diff --git a/package.json b/package.json index 0f3230ca70d..f0e79b9f154 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "prop-types": "^15.6.2", "react": "16.0.0", "react-dom": "16.0.0", - "react-ga": "2.4.1", + "react-ga": "2.5.3", "shelljs": "^0.8.2", "shx": "^0.2.2", "snyk": "^1.78.1",