mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 09:15:58 +02:00
chore(deps): bump gatsby-transformer-remark to 2.6.24
This commit is contained in:
Generated
+38
-23
@@ -8732,9 +8732,9 @@
|
||||
}
|
||||
},
|
||||
"gatsby-core-utils": {
|
||||
"version": "1.0.3",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.0.3.tgz",
|
||||
"integrity": "sha512-01B0wqVTftFcYwVR7HGJy+Nriy+xxC++VZhsWNCFWtby1NwfSDUwkoScGcZ/jXvg9waEmBC1n70FwVIDnoHzSA=="
|
||||
"version": "1.0.10",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-core-utils/-/gatsby-core-utils-1.0.10.tgz",
|
||||
"integrity": "sha512-AeOrwjF4LiAHAqvrUkAFtvZHkLpKtF2gnIS/nezHDzIMq0SaZLHbdQiJcesyzZ6CcerjLIDWbD6MqxrTt6KkhA=="
|
||||
},
|
||||
"gatsby-graphiql-explorer": {
|
||||
"version": "0.2.18",
|
||||
@@ -9838,31 +9838,46 @@
|
||||
}
|
||||
},
|
||||
"gatsby-transformer-remark": {
|
||||
"version": "2.6.10",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-transformer-remark/-/gatsby-transformer-remark-2.6.10.tgz",
|
||||
"integrity": "sha512-yXYbHzhjWAOq8TGiHd9Roi+JRtbZszzCD2DdZtocmdIYzYaTjvUtpUjS6hrsdmBmhxHcVAGbJ9p9ZV7oPmRAQw==",
|
||||
"version": "2.6.24",
|
||||
"resolved": "https://registry.npmjs.org/gatsby-transformer-remark/-/gatsby-transformer-remark-2.6.24.tgz",
|
||||
"integrity": "sha512-UeUGZzCL8/I8O0nAW/j0FwJvNDy0mQ3+EoVe3gX5C5wOB0Sjq4RLPs1316OfEom4dNntPATIRpw0ngr00dNaNg==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"bluebird": "^3.5.0",
|
||||
"gatsby-core-utils": "^1.0.0",
|
||||
"gray-matter": "^4.0.0",
|
||||
"@babel/runtime": "^7.6.0",
|
||||
"bluebird": "^3.5.5",
|
||||
"gatsby-core-utils": "^1.0.10",
|
||||
"gray-matter": "^4.0.2",
|
||||
"hast-util-raw": "^4.0.0",
|
||||
"hast-util-to-html": "^4.0.0",
|
||||
"lodash": "^4.17.14",
|
||||
"mdast-util-to-hast": "^3.0.0",
|
||||
"mdast-util-to-string": "^1.0.5",
|
||||
"mdast-util-toc": "^2.0.1",
|
||||
"remark": "^10.0.0",
|
||||
"remark-parse": "^6.0.0",
|
||||
"remark-retext": "^3.1.0",
|
||||
"hast-util-to-html": "^4.0.1",
|
||||
"lodash": "^4.17.15",
|
||||
"mdast-util-to-hast": "^3.0.4",
|
||||
"mdast-util-to-string": "^1.0.6",
|
||||
"mdast-util-toc": "^2.1.0",
|
||||
"remark": "^10.0.1",
|
||||
"remark-parse": "^6.0.3",
|
||||
"remark-retext": "^3.1.3",
|
||||
"remark-stringify": "^5.0.0",
|
||||
"retext-english": "^3.0.0",
|
||||
"sanitize-html": "^1.18.2",
|
||||
"retext-english": "^3.0.3",
|
||||
"sanitize-html": "^1.20.1",
|
||||
"underscore.string": "^3.3.5",
|
||||
"unified": "^6.1.5",
|
||||
"unist-util-remove-position": "^1.1.2",
|
||||
"unified": "^6.2.0",
|
||||
"unist-util-remove-position": "^1.1.3",
|
||||
"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": {
|
||||
|
||||
Reference in New Issue
Block a user