mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-22 18:00:06 +01:00
Bump gatsby-remark-copy-linked-files from 2.3.3 to 2.3.4
Bumps [gatsby-remark-copy-linked-files](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-remark-copy-linked-files) from 2.3.3 to 2.3.4. - [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@2.3.4/packages/gatsby-remark-copy-linked-files) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
c388f09185
commit
f44b66e80b
16
package-lock.json
generated
16
package-lock.json
generated
@ -13569,11 +13569,11 @@
|
||||
}
|
||||
},
|
||||
"gatsby-remark-copy-linked-files": {
|
||||
"version": "2.3.3",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-2.3.3.tgz",
|
||||
"integrity": "sha512-jAGphdCJ+AsR3+MfFpXLq9lMHsf8ZJKMi1rPHevayjZfnWpTM9cJtAdJlnu5XB5sbshxn46wFnhQ/dvtI4oVGg==",
|
||||
"version": "2.3.4",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-remark-copy-linked-files/-/gatsby-remark-copy-linked-files-2.3.4.tgz",
|
||||
"integrity": "sha512-nCRXygWu6EBm7Ej1niqSOHb1mJVNjvTUVB89TdSRE1N7F83iCQafQWq1ajuVxO4VIYKGcyQZVxhSgeb3I2UXIQ==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.9.6",
|
||||
"@babel/runtime": "^7.10.2",
|
||||
"cheerio": "^1.0.0-rc.3",
|
||||
"fs-extra": "^8.1.0",
|
||||
"is-relative-url": "^3.0.0",
|
||||
@ -13583,6 +13583,14 @@
|
||||
"unist-util-visit": "^1.4.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": {
|
||||
"version": "7.10.2",
|
||||
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.2.tgz",
|
||||
"integrity": "sha512-6sF3uQw2ivImfVIl62RZ7MXhO2tap69WeWK57vAaimT6AZbE4FbqjdEJIN1UqoD6wI6B+1n9UiagafH1sxjOtg==",
|
||||
"requires": {
|
||||
"regenerator-runtime": "^0.13.4"
|
||||
}
|
||||
},
|
||||
"fs-extra": {
|
||||
"version": "8.1.0",
|
||||
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",
|
||||
|
@ -60,7 +60,7 @@
|
||||
"gatsby-redirect-from": "^0.2.4",
|
||||
"gatsby-remark-autolink-headers": "^2.3.3",
|
||||
"gatsby-remark-breaks": "^1.0.0",
|
||||
"gatsby-remark-copy-linked-files": "^2.3.3",
|
||||
"gatsby-remark-copy-linked-files": "^2.3.4",
|
||||
"gatsby-remark-images": "^3.3.9",
|
||||
"gatsby-remark-images-medium-zoom": "^1.7.0",
|
||||
"gatsby-remark-smartypants": "^2.3.2",
|
||||
|
Loading…
Reference in New Issue
Block a user