diff --git a/docs/package-lock.json b/docs/package-lock.json
index 9b4c37af..feebf65a 100644
--- a/docs/package-lock.json
+++ b/docs/package-lock.json
@@ -25,7 +25,7 @@
         "gatsby-plugin-netlify-cache": "^1.2.0",
         "gatsby-plugin-offline": "^3.10.2",
         "gatsby-plugin-react-helmet": "^3.10.0",
-        "gatsby-plugin-react-svg": "^3.0.0",
+        "gatsby-plugin-react-svg": "^3.0.1",
         "gatsby-plugin-robots-txt": "^1.5.1",
         "gatsby-plugin-sharp": "^2.14.4",
         "gatsby-plugin-sitemap": "^2.12.0",
@@ -11146,11 +11146,14 @@
       }
     },
     "node_modules/gatsby-plugin-react-svg": {
-      "version": "3.0.0",
-      "resolved": "https://registry.npmjs.org/gatsby-plugin-react-svg/-/gatsby-plugin-react-svg-3.0.0.tgz",
-      "integrity": "sha512-myZl5NjVZwLLn4ovwSDM7cufa8yjaRiU5KoufJrz8FEalRroZ/hFSCCKNVna3blTwxcS0rZgISigYn9/xY7rkw==",
+      "version": "3.0.1",
+      "resolved": "https://registry.npmjs.org/gatsby-plugin-react-svg/-/gatsby-plugin-react-svg-3.0.1.tgz",
+      "integrity": "sha512-bjVSCAOeRWmf5a96/BL81sHITGFV/2Ql+IwP3ET5O5BZYOpt0f7QVCspkvCj0hsy4BJgCgANpzFstuaxUNsojA==",
       "dependencies": {
         "svg-react-loader": "^0.4.4"
+      },
+      "peerDependencies": {
+        "gatsby": "^3.0.0 || ^2.0.0"
       }
     },
     "node_modules/gatsby-plugin-robots-txt": {
@@ -37832,9 +37835,9 @@
       }
     },
     "gatsby-plugin-react-svg": {
-      "version": "3.0.0",
-      "resolved": "https://registry.npmjs.org/gatsby-plugin-react-svg/-/gatsby-plugin-react-svg-3.0.0.tgz",
-      "integrity": "sha512-myZl5NjVZwLLn4ovwSDM7cufa8yjaRiU5KoufJrz8FEalRroZ/hFSCCKNVna3blTwxcS0rZgISigYn9/xY7rkw==",
+      "version": "3.0.1",
+      "resolved": "https://registry.npmjs.org/gatsby-plugin-react-svg/-/gatsby-plugin-react-svg-3.0.1.tgz",
+      "integrity": "sha512-bjVSCAOeRWmf5a96/BL81sHITGFV/2Ql+IwP3ET5O5BZYOpt0f7QVCspkvCj0hsy4BJgCgANpzFstuaxUNsojA==",
       "requires": {
         "svg-react-loader": "^0.4.4"
       }
diff --git a/docs/package.json b/docs/package.json
index 6642fafa..875b02d8 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -22,7 +22,7 @@
     "gatsby-plugin-netlify-cache": "^1.2.0",
     "gatsby-plugin-offline": "^3.10.2",
     "gatsby-plugin-react-helmet": "^3.10.0",
-    "gatsby-plugin-react-svg": "^3.0.0",
+    "gatsby-plugin-react-svg": "^3.0.1",
     "gatsby-plugin-robots-txt": "^1.5.1",
     "gatsby-plugin-sharp": "^2.14.4",
     "gatsby-plugin-sitemap": "^2.12.0",