diff --git a/package-lock.json b/package-lock.json index 2228c3f87..44eeb442d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1890,9 +1890,9 @@ } }, "@emotion/core": { - "version": "10.0.28", - "resolved": "https://registry.npmjs.org/@emotion/core/-/core-10.0.28.tgz", - "integrity": "sha512-pH8UueKYO5jgg0Iq+AmCLxBsvuGtvlmiDCOuv8fGNYn3cowFpLN98L8zO56U0H1PjDIyAlXymgL3Wu7u7v6hbA==", + "version": "10.0.35", + "resolved": "https://registry.npmjs.org/@emotion/core/-/core-10.0.35.tgz", + "integrity": "sha512-sH++vJCdk025fBlRZSAhkRlSUoqSqgCzYf5fMOmqqi3bM6how+sQpg3hkgJonj8GxXM4WbD7dRO+4tegDB9fUw==", "requires": { "@babel/runtime": "^7.5.5", "@emotion/cache": "^10.0.27", @@ -5123,6 +5123,14 @@ "unist-util-visit": "^1.4.1" } }, + "gatsby-plugin-newrelic": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/gatsby-plugin-newrelic/-/gatsby-plugin-newrelic-1.0.2.tgz", + "integrity": "sha512-TWVysdMSuSRbzAAdHK+aZYxmMPQJDygvT1sKApApJBhVQ79ElBRiBnqIE5vDU26WH6sjqaxf8RlZFzmNWZ6n+A==", + "requires": { + "@babel/runtime": "^7.0.0" + } + }, "lodash": { "version": "4.17.20", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", diff --git a/package.json b/package.json index 40ae665f7..3f33b8d28 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "private": true, "version": "1.17.1", "dependencies": { - "@emotion/core": "^10.0.28", + "@emotion/core": "^10.0.35", "@emotion/styled": "^10.0.27", "@mdx-js/mdx": "^1.6.16", "@mdx-js/react": "^1.6.16",