diff --git a/package-lock.json b/package-lock.json index 0ce0ca4ce..6e9b3b33a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4122,9 +4122,9 @@ } }, "@newrelic/gatsby-theme-newrelic": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/@newrelic/gatsby-theme-newrelic/-/gatsby-theme-newrelic-1.7.3.tgz", - "integrity": "sha512-ByE9wPwzlhQNjR2fzYAsYnvmGT1edZ440J7AnvakwzEn/UBVwyTuAAHXu/p7zdt/myqSZ9e3xKSWHD71nSH+Fg==", + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/@newrelic/gatsby-theme-newrelic/-/gatsby-theme-newrelic-1.8.0.tgz", + "integrity": "sha512-diZpNZSyWJs72J3nXtgMtw2ieDwOcNI10gFyZZfuaXyVAKQWrJHSR9gGytDz5cQZ3DWI6JXdxNwzpK71XyrNsw==", "requires": { "@elastic/react-search-ui": "^1.4.1", "@elastic/react-search-ui-views": "^1.4.1", @@ -4140,6 +4140,7 @@ "gatsby-plugin-use-dark-mode": "^1.1.2", "gatsby-source-filesystem": "^2.3.19", "gatsby-transformer-sharp": "^2.5.11", + "lodash": "^4.17.20", "polished": "^3.6.5", "prism-react-renderer": "^1.1.1", "prismjs": "^1.20.0", @@ -4148,16 +4149,14 @@ "react-simple-code-editor": "^0.11.0", "react-spring": "^8.0.27", "use-dark-mode": "^2.3.1", - "use-media": "^1.4.0" + "use-media": "^1.4.0", + "use-persisted-state": "^0.3.0" }, "dependencies": { - "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", + "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==" } } }, @@ -7841,9 +7840,9 @@ } }, "compute-scroll-into-view": { - "version": "1.0.14", - "resolved": "https://registry.npmjs.org/compute-scroll-into-view/-/compute-scroll-into-view-1.0.14.tgz", - "integrity": "sha512-mKDjINe3tc6hGelUMNDzuhorIUZ7kS7BwyY0r2wQd2HOH2tRuJykiC06iSEX8y1TuhNzvz4GcJnK16mM2J1NMQ==" + "version": "1.0.16", + "resolved": "https://registry.npmjs.org/compute-scroll-into-view/-/compute-scroll-into-view-1.0.16.tgz", + "integrity": "sha512-a85LHKY81oQnikatZYA90pufpZ6sQx++BoCxOEMsjpZx+ZnaKGQnCyCehTRr/1p9GBIAHTjcU9k71kSYWloLiQ==" }, "concat-map": { "version": "0.0.1", @@ -24537,9 +24536,9 @@ } }, "polished": { - "version": "3.6.5", - "resolved": "https://registry.npmjs.org/polished/-/polished-3.6.5.tgz", - "integrity": "sha512-VwhC9MlhW7O5dg/z7k32dabcAFW1VI2+7fSe8cE/kXcfL7mVdoa5UxciYGW2sJU78ldDLT6+ROEKIZKFNTnUXQ==", + "version": "3.6.6", + "resolved": "https://registry.npmjs.org/polished/-/polished-3.6.6.tgz", + "integrity": "sha512-yiB2ims2DZPem0kCD6V0wnhcVGFEhNh0Iw0axNpKU+oSAgFt6yx6HxIT23Qg0WWvgS379cS35zT4AOyZZRzpQQ==", "requires": { "@babel/runtime": "^7.9.2" } diff --git a/package.json b/package.json index 26c81e4e7..785fd15f5 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@emotion/styled": "^10.0.27", "@mdx-js/mdx": "^1.6.16", "@mdx-js/react": "^1.6.16", - "@newrelic/gatsby-theme-newrelic": "^1.7.3", + "@newrelic/gatsby-theme-newrelic": "^1.8.0", "classnames": "^2.2.6", "date-fns": "^2.15.0", "eslint-plugin-react-hooks": "^4.0.8",