build(deps): bump gatsby-remark-copy-linked-files in /docs (#2797)
Bumps [gatsby-remark-copy-linked-files](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-copy-linked-files) from 5.11.0 to 5.13.0. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-remark-copy-linked-files/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-remark-copy-linked-files@5.13.0/packages/gatsby-remark-copy-linked-files) --- updated-dependencies: - dependency-name: gatsby-remark-copy-linked-files dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
550185b1c2
commit
293600bc64
18
docs/package-lock.json
generated
18
docs/package-lock.json
generated
@ -30,7 +30,7 @@
|
||||
"gatsby-plugin-sharp": "^4.13.0",
|
||||
"gatsby-plugin-sitemap": "^5.11.1",
|
||||
"gatsby-remark-autolink-headers": "^5.11.1",
|
||||
"gatsby-remark-copy-linked-files": "^5.11.0",
|
||||
"gatsby-remark-copy-linked-files": "^5.13.0",
|
||||
"gatsby-remark-external-links": "^0.0.4",
|
||||
"gatsby-remark-images": "^6.11.1",
|
||||
"gatsby-remark-mermaid": "^2.1.0",
|
||||
@ -13695,9 +13695,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/gatsby-remark-copy-linked-files": {
|
||||
"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==",
|
||||
"version": "5.13.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-5.13.0.tgz",
|
||||
"integrity": "sha512-aN5zMF+4LCbZJR+AQCjfy2iUQ9CakcDUoDbOyXR0fbZt7IDo/XulTtrQBg1hMnJVVr55JkTORNBNz7Rh7/5htw==",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.15.4",
|
||||
"cheerio": "^1.0.0-rc.10",
|
||||
@ -13705,7 +13705,7 @@
|
||||
"is-relative-url": "^3.0.0",
|
||||
"lodash": "^4.17.21",
|
||||
"path-is-inside": "^1.0.2",
|
||||
"probe-image-size": "^7.0.0",
|
||||
"probe-image-size": "^7.2.3",
|
||||
"unist-util-visit": "^2.0.3"
|
||||
},
|
||||
"engines": {
|
||||
@ -36683,9 +36683,9 @@
|
||||
}
|
||||
},
|
||||
"gatsby-remark-copy-linked-files": {
|
||||
"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==",
|
||||
"version": "5.13.0",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-5.13.0.tgz",
|
||||
"integrity": "sha512-aN5zMF+4LCbZJR+AQCjfy2iUQ9CakcDUoDbOyXR0fbZt7IDo/XulTtrQBg1hMnJVVr55JkTORNBNz7Rh7/5htw==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.15.4",
|
||||
"cheerio": "^1.0.0-rc.10",
|
||||
@ -36693,7 +36693,7 @@
|
||||
"is-relative-url": "^3.0.0",
|
||||
"lodash": "^4.17.21",
|
||||
"path-is-inside": "^1.0.2",
|
||||
"probe-image-size": "^7.0.0",
|
||||
"probe-image-size": "^7.2.3",
|
||||
"unist-util-visit": "^2.0.3"
|
||||
},
|
||||
"dependencies": {
|
||||
|
@ -27,7 +27,7 @@
|
||||
"gatsby-plugin-sharp": "^4.13.0",
|
||||
"gatsby-plugin-sitemap": "^5.11.1",
|
||||
"gatsby-remark-autolink-headers": "^5.11.1",
|
||||
"gatsby-remark-copy-linked-files": "^5.11.0",
|
||||
"gatsby-remark-copy-linked-files": "^5.13.0",
|
||||
"gatsby-remark-external-links": "^0.0.4",
|
||||
"gatsby-remark-images": "^6.11.1",
|
||||
"gatsby-remark-mermaid": "^2.1.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user