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

This commit is contained in:
Jean-Philippe Sirois
2020-05-26 22:40:53 -04:00
parent e37c740f15
commit a773ecb743
2 changed files with 11 additions and 11 deletions
+10 -10
View File
@@ -9657,9 +9657,9 @@
}
},
"gatsby-core-utils": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.0.tgz",
"integrity": "sha512-7rgNCsqvChp00rL2rJrYNqXf47qP1G0K9Pm6iWuIYrZAdzT0q6rB9csNS5dZ8gzY9CnLT4cTcHVYbr5BjuT/Rg==",
"version": "1.3.3",
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.3.3.tgz",
"integrity": "sha512-kRcC7Fsn7puGeJERK5EZ3x4drPOnnYNlFygl1tEbpFIKdOhsWRlRF8es7uaqwyZBtBYJHVHHjCyJszRiJRZ5Sw==",
"requires": {
"ci-info": "2.0.0",
"configstore": "^5.0.1",
@@ -10283,13 +10283,13 @@
}
},
"gatsby-transformer-remark": {
"version": "2.8.10",
"resolved": "https://registry.npmjs.org/gatsby-transformer-remark/-/gatsby-transformer-remark-2.8.10.tgz",
"integrity": "sha512-A9+oNlWtjOVpHTbOAm718pmuydOO95tPRmxbzLjxZyRZStbz+yowio/Dyie2r0LprLgSpkUMeefFRdqLVv5UaQ==",
"version": "2.8.13",
"resolved": "https://registry.npmjs.org/gatsby-transformer-remark/-/gatsby-transformer-remark-2.8.13.tgz",
"integrity": "sha512-RA/6fKLEaaQYD+bhW2yalQ2Wdohiuq7VlnXJPpOudYldfHWSFScG3SBcpIDDobE4GAin9IKEu3KXRRwm0KAaFg==",
"requires": {
"@babel/runtime": "^7.9.6",
"bluebird": "^3.7.2",
"gatsby-core-utils": "^1.3.0",
"gatsby-core-utils": "^1.3.3",
"gray-matter": "^4.0.2",
"hast-util-raw": "^4.0.0",
"hast-util-to-html": "^4.0.1",
@@ -18196,9 +18196,9 @@
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
},
"sanitize-html": {
"version": "1.23.0",
"resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-1.23.0.tgz",
"integrity": "sha512-7MgUrbZpaig6zHwuHjpNqhkiuutFPWWoFY/RmdtEnvrFKMLafzSHfFyOozVpKWytkZIUhbYu3VQ/93OmYdo3ag==",
"version": "1.24.0",
"resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-1.24.0.tgz",
"integrity": "sha512-TAIFx39V/y06jDd4YUz7ntCdMUXN5Z28pSG7sTP2BCLXwHA9+ermacDpQs35Evo4p6YSgmaPdSbGiX4Fgptuuw==",
"requires": {
"chalk": "^2.4.1",
"htmlparser2": "^4.1.0",
+1 -1
View File
@@ -44,7 +44,7 @@
"gatsby-plugin-sharp": "^2.6.9",
"gatsby-plugin-styled-components": "^3.3.2",
"gatsby-source-filesystem": "^2.3.8",
"gatsby-transformer-remark": "^2.8.10",
"gatsby-transformer-remark": "^2.8.13",
"gatsby-transformer-sharp": "^2.5.2",
"github-slugger": "^1.3.0",
"lodash": "^4.17.15",