Merge pull request #1221 from SkynetLabs/dependabot/npm_and_yarn/packages/website/gatsby-remark-copy-linked-files-4.11.0
Bump gatsby-remark-copy-linked-files from 4.10.0 to 4.11.0 in /packages/website
This commit is contained in:
commit
6aa2c94296
|
@ -29,7 +29,7 @@
|
||||||
"gatsby-plugin-sharp": "^3.14.0",
|
"gatsby-plugin-sharp": "^3.14.0",
|
||||||
"gatsby-plugin-svgr": "^3.0.0-beta.0",
|
"gatsby-plugin-svgr": "^3.0.0-beta.0",
|
||||||
"gatsby-remark-classes": "^1.0.0",
|
"gatsby-remark-classes": "^1.0.0",
|
||||||
"gatsby-remark-copy-linked-files": "^4.10.0",
|
"gatsby-remark-copy-linked-files": "^4.11.0",
|
||||||
"gatsby-remark-images": "^5.11.0",
|
"gatsby-remark-images": "^5.11.0",
|
||||||
"gatsby-remark-prismjs": "^5.10.0",
|
"gatsby-remark-prismjs": "^5.10.0",
|
||||||
"gatsby-remark-responsive-iframe": "^4.11.0",
|
"gatsby-remark-responsive-iframe": "^4.11.0",
|
||||||
|
|
|
@ -6661,14 +6661,14 @@ gatsby-remark-classes@^1.0.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
unist-util-select "^2.0.2"
|
unist-util-select "^2.0.2"
|
||||||
|
|
||||||
gatsby-remark-copy-linked-files@^4.10.0:
|
gatsby-remark-copy-linked-files@^4.11.0:
|
||||||
version "4.10.0"
|
version "4.11.0"
|
||||||
resolved "https://registry.yarnpkg.com/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-4.10.0.tgz#a5bc6df9b092d8a14f74f0d88098f63f97828e51"
|
resolved "https://registry.yarnpkg.com/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-4.11.0.tgz#3596b218d4c025931989a4629ec005443cb42dd1"
|
||||||
integrity sha512-NaMMExnjnebrRty9poDXu57cdxU13GMoR2OAASriFzw9xJuvqJug+kyUdBxuZ71AQ+LOnyXNJjFGXiz4RVwCQQ==
|
integrity sha512-24VI4ZM7767b+2x/J5Ww7yzeTJhVtGCJOQGjH2NZgEAw4ryBoZLJ2WwHiVwBD03+JSMPKGutQxus95jkLmMD4w==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime" "^7.14.8"
|
"@babel/runtime" "^7.15.4"
|
||||||
cheerio "^1.0.0-rc.10"
|
cheerio "^1.0.0-rc.10"
|
||||||
fs-extra "^8.1.0"
|
fs-extra "^10.0.0"
|
||||||
is-relative-url "^3.0.0"
|
is-relative-url "^3.0.0"
|
||||||
lodash "^4.17.21"
|
lodash "^4.17.21"
|
||||||
path-is-inside "^1.0.2"
|
path-is-inside "^1.0.2"
|
||||||
|
|
Reference in New Issue