Skip to content

Commit

Permalink
Merge pull request #68 from lilxyzz/dependabot/npm_and_yarn/gatsby-re…
Browse files Browse the repository at this point in the history
…mark-copy-linked-files-6.14.0

Bump gatsby-remark-copy-linked-files from 6.13.1 to 6.14.0
  • Loading branch information
lilxyzz authored Jan 3, 2025
2 parents 3890d53 + 771d732 commit 41eb2c1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"gatsby-plugin-react-helmet": "^6.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-remark-copy-linked-files": "^6.13.1",
"gatsby-remark-copy-linked-files": "^6.14.0",
"gatsby-remark-images": "^7.13.1",
"gatsby-remark-prismjs": "^7.14.0",
"gatsby-remark-relative-images": "^2.0.2",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6636,14 +6636,14 @@ gatsby-react-router-scroll@^6.13.1:
"@babel/runtime" "^7.20.13"
prop-types "^15.8.1"

gatsby-remark-copy-linked-files@^6.13.1:
version "6.13.1"
resolved "https://registry.yarnpkg.com/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-6.13.1.tgz#b623eba410fdbe4ee2059cf10d4f8cef655684e2"
integrity sha512-KBf+1NDdsKxD2144pgurTdWaQVLET19h1Wru4kWcq3oL1aahpWOMTw1+Zam+p3BMANu4joGgHY9yoYcdef1DSw==
gatsby-remark-copy-linked-files@^6.14.0:
version "6.14.0"
resolved "https://registry.yarnpkg.com/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-6.14.0.tgz#3c97d5312be7cfcdea2b1366ed699bb63e318a02"
integrity sha512-75s/NvjtgYNiFfThZ8cC6Awy0nP2Nyn5/zLISahIAbRaDfnJm3cTd2R9s+/n+t3y3HXXPwMHskCCLdOJAlGviQ==
dependencies:
"@babel/runtime" "^7.20.13"
cheerio "^1.0.0-rc.10"
fs-extra "^11.1.1"
cheerio "1.0.0-rc.12"
fs-extra "^11.2.0"
is-relative-url "^3.0.0"
lodash "^4.17.21"
path-is-inside "^1.0.2"
Expand Down

0 comments on commit 41eb2c1

Please sign in to comment.