Merge pull request #250 from Unkn0wnCat/dependabot/npm_and_yarn/gatsby-transformer-remark-2.13.1

Bump gatsby-transformer-remark from 2.13.0 to 2.13.1
This commit is contained in:
Kevin Kandlbinder 2020-12-25 17:56:18 +01:00 committed by GitHub
commit e385483f0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 5 deletions

22
package-lock.json generated
View file

@ -10414,13 +10414,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.13.1",
"resolved": "https://registry.npmjs.org/gatsby-transformer-remark/-/gatsby-transformer-remark-2.13.1.tgz",
"integrity": "sha512-l1QWWye5l9x009vLNn+tus2cEHO2OICKINJg5jhValw4Frm+XLJz97ffX1Y6s6a8b6tLuEZPQFb/pwk0wgi0UQ==",
"requires": {
"@babel/runtime": "^7.12.5",
"bluebird": "^3.7.2",
"gatsby-core-utils": "^1.7.0",
"gatsby-core-utils": "^1.7.1",
"gray-matter": "^4.0.2",
"hast-util-raw": "^4.0.0",
"hast-util-to-html": "^4.0.1",
@ -10449,6 +10449,20 @@
"regenerator-runtime": "^0.13.4"
}
},
"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==",
"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"
}
},
"is-plain-obj": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz",

View file

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