diff --git a/packages/website/package.json b/packages/website/package.json index 67aa9632c..b5a38755f 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -17,7 +17,7 @@ "gatsby-plugin-sharp": "^3.0.0", "gatsby-plugin-typography": "^3.1.0", "gatsby-remark-autolink-headers": "^4.3.0", - "gatsby-remark-copy-linked-files": "^4.2.1", + "gatsby-remark-copy-linked-files": "^6.12.0", "gatsby-remark-images": "^5.2.1", "gatsby-remark-responsive-iframe": "^4.3.0", "gatsby-remark-shiki-twoslash": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index e935062e2..ffd0ba88b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8129,18 +8129,18 @@ gatsby-remark-autolink-headers@^4.3.0: mdast-util-to-string "^2.0.0" unist-util-visit "^2.0.3" -gatsby-remark-copy-linked-files@^4.2.1: - version "4.12.0" - resolved "https://registry.yarnpkg.com/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-4.12.0.tgz#4de968e7c67d4ad13ca193a91c2eed8f37743be7" - integrity sha512-eEP/SUcY7SA8fxMFXRmgCd4bizWZN//PzZkrEygIGyTupFIaFyZBJT8U2MQFFv8UGRKjAzgG43tP7NKo50tW0Q== +gatsby-remark-copy-linked-files@^6.12.0: + version "6.12.0" + resolved "https://registry.yarnpkg.com/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-6.12.0.tgz#59576fa2af68829790c90856a3f669dcd639a087" + integrity sha512-QzD21eGL1hzSYr4XpLPbRealJreXCj4N7bicMYVyBE7vAVoROLj+29IpqCNLCq5oGwrihRkvf8Zqk/vymkTRhA== dependencies: - "@babel/runtime" "^7.15.4" + "@babel/runtime" "^7.20.13" cheerio "^1.0.0-rc.10" - fs-extra "^10.0.0" + fs-extra "^11.1.1" 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.2.3" unist-util-visit "^2.0.3" gatsby-remark-custom-blocks@^3.6.0: @@ -13846,6 +13846,15 @@ probe-image-size@^6.0.0: needle "^2.5.2" stream-parser "~0.3.1" +probe-image-size@^7.2.3: + version "7.2.3" + resolved "https://registry.yarnpkg.com/probe-image-size/-/probe-image-size-7.2.3.tgz#d49c64be540ec8edea538f6f585f65a9b3ab4309" + integrity sha512-HubhG4Rb2UH8YtV4ba0Vp5bQ7L78RTONYu/ujmCu5nBI8wGv24s4E9xSKBi0N1MowRpxk76pFCpJtW0KPzOK0w== + dependencies: + lodash.merge "^4.6.2" + needle "^2.5.2" + stream-parser "~0.3.1" + process-nextick-args@~2.0.0: version "2.0.1" resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2"