diff --git a/ui/package-lock.json b/ui/package-lock.json index 1bafec859..d2ca773f7 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -15485,18 +15485,18 @@ "dev": true }, "gatsby-plugin-google-analytics": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-2.3.1.tgz", - "integrity": "sha512-2dfaWVxAScwMMs00g5QJ4vHHOmj9i/3MWeC273zjpC8IW35IXw/ypcDg+O7Kh+Q/Xwok1pS+c+LREic8E08iYQ==", + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/gatsby-plugin-google-analytics/-/gatsby-plugin-google-analytics-2.3.3.tgz", + "integrity": "sha512-pOoMUvF4jzVwW9IksJLngG1zBRljCHxfpCczWUoJQBRU3gcy1syq1KBL/MWGXL1ATGrerdBFGJsiIXbFr6Qp2w==", "requires": { - "@babel/runtime": "^7.9.6", + "@babel/runtime": "^7.10.2", "minimatch": "3.0.4" }, "dependencies": { "@babel/runtime": { - "version": "7.9.6", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.9.6.tgz", - "integrity": "sha512-64AF1xY3OAkFHqOb9s4jpgk1Mm5vDZ4L3acHvAml+53nO1XbXLuDodsVpO4OIUsmemlUHMxNdYMNJmsvOwLrvQ==", + "version": "7.10.3", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.3.tgz", + "integrity": "sha512-RzGO0RLSdokm9Ipe/YD+7ww8X2Ro79qiXZF3HU9ljrM+qnJmH1Vqth+hbiQZy761LnMJTMitHDuKVYTk3k4dLw==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/ui/package.json b/ui/package.json index 9700240b0..c77915d44 100644 --- a/ui/package.json +++ b/ui/package.json @@ -37,6 +37,6 @@ "typescript": "^3.8.3" }, "dependencies": { - "gatsby-plugin-google-analytics": "^2.3.1" + "gatsby-plugin-google-analytics": "^2.3.3" } }