Skip to content

Commit

Permalink
Bump gatsby-remark-copy-linked-files from 4.12.0 to 6.12.0 (#778)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent b75acf1 commit f69ea09
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
23 changes: 16 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit f69ea09

Please sign in to comment.