diff --git a/docs/package-lock.json b/docs/package-lock.json index 58661fb45b..104d4baf1b 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -1050,11 +1050,18 @@ } }, "@babel/plugin-transform-react-constant-elements": { - "version": "7.16.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.16.0.tgz", - "integrity": "sha512-OgtklS+p9t1X37eWA4XdvvbZG/3gqzX569gqmo3q4/Ui6qjfTQmOs5UTSrfdD9nVByHhX6Gbm/Pyc4KbwUXGWA==", + "version": "7.16.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.16.5.tgz", + "integrity": "sha512-fdc1s5npHMZ9A+w9bYbrZu4499WyYPVaTTsRO8bU0GJcMuK4ejIX4lyjnpvi+YGLK/EhFQxWszqylO0vaMciFw==", "requires": { - "@babel/helper-plugin-utils": "^7.14.5" + "@babel/helper-plugin-utils": "^7.16.5" + }, + "dependencies": { + "@babel/helper-plugin-utils": { + "version": "7.16.5", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.5.tgz", + "integrity": "sha512-59KHWHXxVA9K4HNF4sbHCf+eJeFe0Te/ZFGqBT4OjXhrwvA04sGfaEGsVTdsjoszq0YTP49RC9UKe5g8uN2RwQ==" + } } }, "@babel/plugin-transform-react-display-name": { @@ -9886,9 +9893,9 @@ } }, "gatsby-theme-apollo-docs": { - "version": "5.3.9", - "resolved": "https://registry.npmjs.org/gatsby-theme-apollo-docs/-/gatsby-theme-apollo-docs-5.3.9.tgz", - "integrity": "sha512-X5f28BKUoXPjy+UmhGwU8ocXOrwf7DTn0JClXOIZBxRA1gS3k7Z3a3BDSwP29v4au6TU44Ip1982D3fn8itFSw==", + "version": "5.3.11", + "resolved": "https://registry.npmjs.org/gatsby-theme-apollo-docs/-/gatsby-theme-apollo-docs-5.3.11.tgz", + "integrity": "sha512-xaVk9tgNCiklrM1+ujmvIbibGfW688ZyI7bZLMT+/AV1CFvNIqLWkY+86ILjVaQ6sFksMDWrzmxIX8xgcbTMgw==", "requires": { "@jlengstorf/get-share-image": "^0.8.0", "@mdx-js/mdx": "^1.1.0", @@ -10454,9 +10461,9 @@ } }, "google-auth-library": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-7.10.4.tgz", - "integrity": "sha512-DJ4VGaLwgPcMg8hMZFoQxjA0VeIy2A1RkJ6kUt5vXNfbVEma8WA9waUJ29cwpXjpFjpEAT2Uu6Y5loYbmInyFw==", + "version": "7.11.0", + "resolved": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-7.11.0.tgz", + "integrity": "sha512-3S5jn2quRumvh9F/Ubf7GFrIq71HZ5a6vqosgdIu105kkk0WtSqc2jGCRqtWWOLRS8SX3AHACMOEDxhyWAQIcg==", "requires": { "arrify": "^2.0.0", "base64-js": "^1.3.0", diff --git a/docs/package.json b/docs/package.json index 92ab724adc..42e9ab3d1c 100644 --- a/docs/package.json +++ b/docs/package.json @@ -8,7 +8,7 @@ "dependencies": { "gatsby": "2.32.13", "gatsby-plugin-react-svg": "3.1.0", - "gatsby-theme-apollo-docs": "5.3.9", + "gatsby-theme-apollo-docs": "5.3.11", "react": "17.0.2", "react-dom": "17.0.2" }