chore(deps): bump gatsby-transformer-remark to 2.6.30

This commit is contained in:
Jean-Philippe Sirois
2019-10-23 11:36:16 -04:00
parent a3bc9e9254
commit a71d535f48
2 changed files with 9 additions and 17 deletions
+8 -16
View File
@@ -8968,9 +8968,9 @@
}
},
"gatsby-core-utils": {
"version": "1.0.12",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.0.12.tgz",
"integrity": "sha512-Ryh0ILzG6zuYA88irnFQPKGe0NwEBh30FqAp7KNyYgsiOB41CSD0JfjIlFUgkU/gAoLlZKXyeFwbq3SVEBwNoA=="
"version": "1.0.15",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.0.15.tgz",
"integrity": "sha512-Sn94r4EEKAjngJqw761wBYkbYhAjY61cheFXSdB84m+neohislRH6a4QjW/0Rc3M36C0n5f6D8x4ZsVLdeBrcg=="
},
"gatsby-graphiql-explorer": {
"version": "0.2.25",
@@ -9566,13 +9566,13 @@
}
},
"gatsby-transformer-remark": {
"version": "2.6.27",
"resolved": "https://registry.npmjs.org/gatsby-transformer-remark/-/gatsby-transformer-remark-2.6.27.tgz",
"integrity": "sha512-116aFyLC8GeVfQbFUiP6rJdM+8iNm013NqMG3aTwwLtlHev957M/062KezjiDdZDRUPmOATwq0QNqUXiwF9s+g==",
"version": "2.6.30",
"resolved": "https://registry.npmjs.org/gatsby-transformer-remark/-/gatsby-transformer-remark-2.6.30.tgz",
"integrity": "sha512-sQOAg9/4rULKabLFfW9pUPvdU9PzHzhOQ0WDendm84N0d1m96Tg2LG+AoMaxaHutId0QiMVDgpH77ItK49B1JQ==",
"requires": {
"@babel/runtime": "^7.6.2",
"@babel/runtime": "^7.6.3",
"bluebird": "^3.7.0",
"gatsby-core-utils": "^1.0.12",
"gatsby-core-utils": "^1.0.15",
"gray-matter": "^4.0.2",
"hast-util-raw": "^4.0.0",
"hast-util-to-html": "^4.0.1",
@@ -9593,14 +9593,6 @@
"unist-util-visit": "^1.4.1"
},
"dependencies": {
"@babel/runtime": {
"version": "7.6.2",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.6.2.tgz",
"integrity": "sha512-EXxN64agfUqqIGeEjI5dL5z0Sw0ZwWo1mLTi4mQowCZ42O59b7DRpZAnTC6OqdF28wMBMFKNb/4uFGrVaigSpg==",
"requires": {
"regenerator-runtime": "^0.13.2"
}
},
"mdast-util-toc": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/mdast-util-toc/-/mdast-util-toc-2.1.0.tgz",
+1 -1
View File
@@ -44,7 +44,7 @@
"gatsby-remark-auto-headers": "^1.0.3",
"gatsby-remark-katex": "^3.1.15",
"gatsby-source-filesystem": "^2.1.33",
"gatsby-transformer-remark": "^2.6.27",
"gatsby-transformer-remark": "^2.6.30",
"gatsby-transformer-sharp": "^2.2.20",
"katex": "^0.11.1",
"polished": "^3.4.1",