mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-26 11:49:04 +01:00
Merge pull request #285 from kremalicious/dependabot/npm_and_yarn/gatsby-remark-images-3.3.3
Bump gatsby-remark-images from 3.3.2 to 3.3.3
This commit is contained in:
commit
a7b0cc3327
18
package-lock.json
generated
18
package-lock.json
generated
@ -11521,14 +11521,14 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"gatsby-remark-images": {
|
"gatsby-remark-images": {
|
||||||
"version": "3.3.2",
|
"version": "3.3.3",
|
||||||
"resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-3.3.2.tgz",
|
"resolved": "https://registry.npmjs.org/gatsby-remark-images/-/gatsby-remark-images-3.3.3.tgz",
|
||||||
"integrity": "sha512-5RPkWenWZXtbvA055KW6UiaxmMf1FTzIAxGoQstUjYq67/5zGdkWEAp53ZSKYifPafTqiteVlT699N4+bJf4GA==",
|
"integrity": "sha512-AfIhf4bA+isV7uSJxsx0IVKoeVJrFTLjbumdh27P54YGKp8eQLsex0UlPZWB3RCvGBnWmYJmPvnMVjyPMpHFRw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@babel/runtime": "^7.9.6",
|
"@babel/runtime": "^7.9.6",
|
||||||
"chalk": "^2.4.2",
|
"chalk": "^2.4.2",
|
||||||
"cheerio": "^1.0.0-rc.3",
|
"cheerio": "^1.0.0-rc.3",
|
||||||
"gatsby-core-utils": "^1.2.1",
|
"gatsby-core-utils": "^1.2.2",
|
||||||
"is-relative-url": "^3.0.0",
|
"is-relative-url": "^3.0.0",
|
||||||
"lodash": "^4.17.15",
|
"lodash": "^4.17.15",
|
||||||
"mdast-util-definitions": "^1.2.5",
|
"mdast-util-definitions": "^1.2.5",
|
||||||
@ -11538,6 +11538,16 @@
|
|||||||
"unist-util-visit-parents": "^2.1.2"
|
"unist-util-visit-parents": "^2.1.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"gatsby-core-utils": {
|
||||||
|
"version": "1.2.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.2.2.tgz",
|
||||||
|
"integrity": "sha512-EdVUq0K7C9t32V7wndldUmUGzZp8EwU8gNMc1dtI1whyDUaUuZa6zlkbkpJwbwhPhRHdao5zhvHJXydhgzTEog==",
|
||||||
|
"requires": {
|
||||||
|
"ci-info": "2.0.0",
|
||||||
|
"configstore": "^5.0.1",
|
||||||
|
"node-object-hash": "^2.0.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
"mdast-util-definitions": {
|
"mdast-util-definitions": {
|
||||||
"version": "1.2.5",
|
"version": "1.2.5",
|
||||||
"resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-1.2.5.tgz",
|
"resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-1.2.5.tgz",
|
||||||
|
@ -61,7 +61,7 @@
|
|||||||
"gatsby-remark-autolink-headers": "^2.3.1",
|
"gatsby-remark-autolink-headers": "^2.3.1",
|
||||||
"gatsby-remark-breaks": "^1.0.0",
|
"gatsby-remark-breaks": "^1.0.0",
|
||||||
"gatsby-remark-copy-linked-files": "^2.3.2",
|
"gatsby-remark-copy-linked-files": "^2.3.2",
|
||||||
"gatsby-remark-images": "^3.3.2",
|
"gatsby-remark-images": "^3.3.3",
|
||||||
"gatsby-remark-images-medium-zoom": "^1.7.0",
|
"gatsby-remark-images-medium-zoom": "^1.7.0",
|
||||||
"gatsby-remark-smartypants": "^2.3.1",
|
"gatsby-remark-smartypants": "^2.3.1",
|
||||||
"gatsby-remark-vscode": "^2.1.1",
|
"gatsby-remark-vscode": "^2.1.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user