chore(deps): bump gatsby-transformer-remark in /client

Bumps [gatsby-transformer-remark](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-transformer-remark) from 2.13.0 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>
pull/40610/head
dependabot[bot] 2021-01-11 08:29:18 +00:00
parent 208d1aea14
commit 09d3169370
2 changed files with 5 additions and 19 deletions

View File

@ -13689,13 +13689,13 @@
}
},
"gatsby-transformer-remark": {
"version": "2.13.0",
"resolved": "https://registry.npmjs.org/gatsby-transformer-remark/-/gatsby-transformer-remark-2.13.0.tgz",
"integrity": "sha512-DdTCbvPvCq4gquee07+lFTozTz1IvLrU7TCnvycec5t0sbEtuWZ98nWiMFooyoWbbAI51oR0RRs3zKgohSZ5zw==",
"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.0",
"gatsby-core-utils": "^1.8.0",
"gray-matter": "^4.0.2",
"hast-util-raw": "^4.0.0",
"hast-util-to-html": "^4.0.1",
@ -13782,20 +13782,6 @@
"resolved": "https://registry.npmjs.org/entities/-/entities-2.1.0.tgz",
"integrity": "sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w=="
},
"gatsby-core-utils": {
"version": "1.7.0",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.7.0.tgz",
"integrity": "sha512-DYYkmlgpfkQBuc/vWEkSmp1xh7LGI00HA0AzH2U8AblrqAff3JBezeS3v8thkeuOm7FhlwkZGPNza+PIHYcwKA==",
"requires": {
"ci-info": "2.0.0",
"configstore": "^5.0.1",
"fs-extra": "^8.1.0",
"node-object-hash": "^2.0.0",
"proper-lockfile": "^4.1.1",
"tmp": "^0.2.1",
"xdg-basedir": "^4.0.0"
}
},
"htmlparser2": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-4.1.0.tgz",

View File

@ -40,7 +40,7 @@
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-remark-prismjs": "^3.11.0",
"gatsby-source-filesystem": "^2.9.0",
"gatsby-transformer-remark": "^2.13.0",
"gatsby-transformer-remark": "^2.14.0",
"jquery": "^3.5.1",
"lodash": "^4.17.20",
"monaco-editor": "^0.20.0",