Bump gatsby-transformer-remark from 2.13.1 to 2.14.0

Bumps [gatsby-transformer-remark](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-transformer-remark) from 2.13.1 to 2.14.0.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-transformer-remark/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-remark@2.14.0/packages/gatsby-transformer-remark)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-01-06 04:12:52 +00:00 committed by GitHub
parent 9c3c8a139f
commit cb40d29fcd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -10306,13 +10306,13 @@
}
},
"gatsby-transformer-remark": {
"version": "2.13.1",
"resolved": "https://registry.npmjs.org/gatsby-transformer-remark/-/gatsby-transformer-remark-2.13.1.tgz",
"integrity": "sha512-l1QWWye5l9x009vLNn+tus2cEHO2OICKINJg5jhValw4Frm+XLJz97ffX1Y6s6a8b6tLuEZPQFb/pwk0wgi0UQ==",
"version": "2.14.0",
"resolved": "https://registry.npmjs.org/gatsby-transformer-remark/-/gatsby-transformer-remark-2.14.0.tgz",
"integrity": "sha512-GYtJjDRVdXbvp3BqQ4wObiSu+1We05aV5B+ifOVX1sxNXLKOUOw14tkEb6Uij6pJ3mNe3azHTkChqTe0LboYPA==",
"requires": {
"@babel/runtime": "^7.12.5",
"bluebird": "^3.7.2",
"gatsby-core-utils": "^1.7.1",
"gatsby-core-utils": "^1.8.0",
"gray-matter": "^4.0.2",
"hast-util-raw": "^4.0.0",
"hast-util-to-html": "^4.0.1",
@ -10342,9 +10342,9 @@
}
},
"gatsby-core-utils": {
"version": "1.7.1",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.7.1.tgz",
"integrity": "sha512-hnzQCixp2C4opmSgjido/CQwSt4FL3CcmGwq6fK3PVPTT3hLPz7rvuTMQIUlR8BJjGYai6i5f6V3wfkCJ3VTgQ==",
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.8.0.tgz",
"integrity": "sha512-MurWnytVVG9rOai0oAdcCsLODqj7P7Y9ndoAswHDk6hrlsWwiRMOsDS1kEyL7n2BM7lhgzZ+gz9OaOukqU1BhA==",
"requires": {
"ci-info": "2.0.0",
"configstore": "^5.0.1",

View file

@ -18,7 +18,7 @@
"gatsby-source-filesystem": "^2.8.1",
"gatsby-source-youtube-v2": "^1.0.1",
"gatsby-transformer-sharp": "^2.9.0",
"gatsby-transformer-remark": "^2.13.1",
"gatsby-transformer-remark": "^2.14.0",
"html-to-react": "^1.4.5",
"node-sass": "^4.14.1",
"prop-types": "^15.7.2",