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

This commit is contained in:
Jean-Philippe Sirois
2019-09-23 17:51:04 -04:00
parent 75cfa8a7bf
commit a1b75f8c34
2 changed files with 39 additions and 24 deletions
+38 -23
View File
@@ -8732,9 +8732,9 @@
} }
}, },
"gatsby-core-utils": { "gatsby-core-utils": {
"version": "1.0.3", "version": "1.0.10",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.0.3.tgz", "resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.0.10.tgz",
"integrity": "sha512-01B0wqVTftFcYwVR7HGJy+Nriy+xxC++VZhsWNCFWtby1NwfSDUwkoScGcZ/jXvg9waEmBC1n70FwVIDnoHzSA==" "integrity": "sha512-AeOrwjF4LiAHAqvrUkAFtvZHkLpKtF2gnIS/nezHDzIMq0SaZLHbdQiJcesyzZ6CcerjLIDWbD6MqxrTt6KkhA=="
}, },
"gatsby-graphiql-explorer": { "gatsby-graphiql-explorer": {
"version": "0.2.18", "version": "0.2.18",
@@ -9838,31 +9838,46 @@
} }
}, },
"gatsby-transformer-remark": { "gatsby-transformer-remark": {
"version": "2.6.10", "version": "2.6.24",
"resolved": "https://registry.npmjs.org/gatsby-transformer-remark/-/gatsby-transformer-remark-2.6.10.tgz", "resolved": "https://registry.npmjs.org/gatsby-transformer-remark/-/gatsby-transformer-remark-2.6.24.tgz",
"integrity": "sha512-yXYbHzhjWAOq8TGiHd9Roi+JRtbZszzCD2DdZtocmdIYzYaTjvUtpUjS6hrsdmBmhxHcVAGbJ9p9ZV7oPmRAQw==", "integrity": "sha512-UeUGZzCL8/I8O0nAW/j0FwJvNDy0mQ3+EoVe3gX5C5wOB0Sjq4RLPs1316OfEom4dNntPATIRpw0ngr00dNaNg==",
"requires": { "requires": {
"@babel/runtime": "^7.0.0", "@babel/runtime": "^7.6.0",
"bluebird": "^3.5.0", "bluebird": "^3.5.5",
"gatsby-core-utils": "^1.0.0", "gatsby-core-utils": "^1.0.10",
"gray-matter": "^4.0.0", "gray-matter": "^4.0.2",
"hast-util-raw": "^4.0.0", "hast-util-raw": "^4.0.0",
"hast-util-to-html": "^4.0.0", "hast-util-to-html": "^4.0.1",
"lodash": "^4.17.14", "lodash": "^4.17.15",
"mdast-util-to-hast": "^3.0.0", "mdast-util-to-hast": "^3.0.4",
"mdast-util-to-string": "^1.0.5", "mdast-util-to-string": "^1.0.6",
"mdast-util-toc": "^2.0.1", "mdast-util-toc": "^2.1.0",
"remark": "^10.0.0", "remark": "^10.0.1",
"remark-parse": "^6.0.0", "remark-parse": "^6.0.3",
"remark-retext": "^3.1.0", "remark-retext": "^3.1.3",
"remark-stringify": "^5.0.0", "remark-stringify": "^5.0.0",
"retext-english": "^3.0.0", "retext-english": "^3.0.3",
"sanitize-html": "^1.18.2", "sanitize-html": "^1.20.1",
"underscore.string": "^3.3.5", "underscore.string": "^3.3.5",
"unified": "^6.1.5", "unified": "^6.2.0",
"unist-util-remove-position": "^1.1.2", "unist-util-remove-position": "^1.1.3",
"unist-util-select": "^1.5.0", "unist-util-select": "^1.5.0",
"unist-util-visit": "^1.3.0" "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"
}
},
"lodash": {
"version": "4.17.15",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
"integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
}
} }
}, },
"gatsby-transformer-sharp": { "gatsby-transformer-sharp": {
+1 -1
View File
@@ -43,7 +43,7 @@
"gatsby-plugin-typescript": "^2.1.9", "gatsby-plugin-typescript": "^2.1.9",
"gatsby-remark-auto-headers": "^1.0.3", "gatsby-remark-auto-headers": "^1.0.3",
"gatsby-source-filesystem": "^2.1.26", "gatsby-source-filesystem": "^2.1.26",
"gatsby-transformer-remark": "^2.6.10", "gatsby-transformer-remark": "^2.6.24",
"gatsby-transformer-sharp": "^2.2.5", "gatsby-transformer-sharp": "^2.2.5",
"polished": "^3.4.1", "polished": "^3.4.1",
"prismjs": "^1.17.1", "prismjs": "^1.17.1",