diff --git a/docs/package-lock.json b/docs/package-lock.json
index 8a17a043..48a8162c 100644
--- a/docs/package-lock.json
+++ b/docs/package-lock.json
@@ -30,7 +30,7 @@
         "gatsby-plugin-sharp": "^4.9.0",
         "gatsby-plugin-sitemap": "^5.9.0",
         "gatsby-remark-autolink-headers": "^5.6.0",
-        "gatsby-remark-copy-linked-files": "^5.6.0",
+        "gatsby-remark-copy-linked-files": "^5.11.0",
         "gatsby-remark-external-links": "^0.0.4",
         "gatsby-remark-images": "^6.11.1",
         "gatsby-remark-mermaid": "^2.1.0",
@@ -13114,9 +13114,9 @@
       }
     },
     "node_modules/gatsby-remark-copy-linked-files": {
-      "version": "5.6.0",
-      "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-5.6.0.tgz",
-      "integrity": "sha512-/gsuAK7KNj9Zuc0ADo6m5rhxemRcPulHKNEr/7VSH521/mZwp6FxK6Co0ngxfL6Z5I4ha65IBCcAFgdPksQQeA==",
+      "version": "5.11.0",
+      "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-5.11.0.tgz",
+      "integrity": "sha512-k64JUPf133iwCges5rLM0tGRRSOoDKOt5sHMuAKw/emscbn2DKbI1m76e9uQxI1xPP+LO7K21DysFou+wPQn/Q==",
       "dependencies": {
         "@babel/runtime": "^7.15.4",
         "cheerio": "^1.0.0-rc.10",
@@ -13124,7 +13124,7 @@
         "is-relative-url": "^3.0.0",
         "lodash": "^4.17.21",
         "path-is-inside": "^1.0.2",
-        "probe-image-size": "^6.0.0",
+        "probe-image-size": "^7.0.0",
         "unist-util-visit": "^2.0.3"
       },
       "engines": {
@@ -13247,6 +13247,16 @@
         "graceful-fs": "^4.1.6"
       }
     },
+    "node_modules/gatsby-remark-copy-linked-files/node_modules/probe-image-size": {
+      "version": "7.2.3",
+      "resolved": "https://registry.npmjs.org/probe-image-size/-/probe-image-size-7.2.3.tgz",
+      "integrity": "sha512-HubhG4Rb2UH8YtV4ba0Vp5bQ7L78RTONYu/ujmCu5nBI8wGv24s4E9xSKBi0N1MowRpxk76pFCpJtW0KPzOK0w==",
+      "dependencies": {
+        "lodash.merge": "^4.6.2",
+        "needle": "^2.5.2",
+        "stream-parser": "~0.3.1"
+      }
+    },
     "node_modules/gatsby-remark-copy-linked-files/node_modules/tslib": {
       "version": "2.3.0",
       "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.0.tgz",
@@ -35665,9 +35675,9 @@
       }
     },
     "gatsby-remark-copy-linked-files": {
-      "version": "5.6.0",
-      "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-5.6.0.tgz",
-      "integrity": "sha512-/gsuAK7KNj9Zuc0ADo6m5rhxemRcPulHKNEr/7VSH521/mZwp6FxK6Co0ngxfL6Z5I4ha65IBCcAFgdPksQQeA==",
+      "version": "5.11.0",
+      "resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-5.11.0.tgz",
+      "integrity": "sha512-k64JUPf133iwCges5rLM0tGRRSOoDKOt5sHMuAKw/emscbn2DKbI1m76e9uQxI1xPP+LO7K21DysFou+wPQn/Q==",
       "requires": {
         "@babel/runtime": "^7.15.4",
         "cheerio": "^1.0.0-rc.10",
@@ -35675,7 +35685,7 @@
         "is-relative-url": "^3.0.0",
         "lodash": "^4.17.21",
         "path-is-inside": "^1.0.2",
-        "probe-image-size": "^6.0.0",
+        "probe-image-size": "^7.0.0",
         "unist-util-visit": "^2.0.3"
       },
       "dependencies": {
@@ -35756,6 +35766,16 @@
             "universalify": "^2.0.0"
           }
         },
+        "probe-image-size": {
+          "version": "7.2.3",
+          "resolved": "https://registry.npmjs.org/probe-image-size/-/probe-image-size-7.2.3.tgz",
+          "integrity": "sha512-HubhG4Rb2UH8YtV4ba0Vp5bQ7L78RTONYu/ujmCu5nBI8wGv24s4E9xSKBi0N1MowRpxk76pFCpJtW0KPzOK0w==",
+          "requires": {
+            "lodash.merge": "^4.6.2",
+            "needle": "^2.5.2",
+            "stream-parser": "~0.3.1"
+          }
+        },
         "tslib": {
           "version": "2.3.0",
           "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.0.tgz",
diff --git a/docs/package.json b/docs/package.json
index b35dd8c4..71031756 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -27,7 +27,7 @@
     "gatsby-plugin-sharp": "^4.9.0",
     "gatsby-plugin-sitemap": "^5.9.0",
     "gatsby-remark-autolink-headers": "^5.6.0",
-    "gatsby-remark-copy-linked-files": "^5.6.0",
+    "gatsby-remark-copy-linked-files": "^5.11.0",
     "gatsby-remark-external-links": "^0.0.4",
     "gatsby-remark-images": "^6.11.1",
     "gatsby-remark-mermaid": "^2.1.0",