diff --git a/package-lock.json b/package-lock.json index 5eab7125457..c591fd144bb 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 1823af92481..733d4b1adc4 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",