deps: upgrade remark-cli to v9

This commit is contained in:
Antoine du Hamel 2021-06-29 15:26:58 +02:00
parent 431f437d18
commit def967d5ee
2 changed files with 2 additions and 2 deletions

View file

@ -117,7 +117,7 @@
"postcss-logical": "^4.0.2",
"postcss-safe-important": "1.2.0",
"pre-commit": "1.2.2",
"remark-cli": "^8.0.1",
"remark-cli": "^9.0.0",
"remark-lint-uppy": "file:private/remark-lint-uppy",
"replacestream": "^4.0.3",
"resize-observer-polyfill": "^1.5.1",

View file

@ -222,7 +222,7 @@ Limit the amount of uploads going on at the same time. Setting this to `0` means
### `responseType: ''`
The response type expected from the server, determining how the `xhr.response` property should be filled. The `xhr.response` property can be accessed in a custom [`getResponseData()`](#getResponseData-responseText-response) callback. This option sets the [`XMLHttpRequest.responseType][XHR.responseType] property. Only '', 'text', 'arraybuffer', 'blob' and 'document' are widely supported by browsers, so it's recommended to use one of those. The default is the empty string, which is equivalent to 'text' for the `xhr.response` property.
The response type expected from the server, determining how the `xhr.response` property should be filled. The `xhr.response` property can be accessed in a custom [`getResponseData()`](#getResponseData-responseText-response) callback. This option sets the [`XMLHttpRequest.responseType`][XHR.responseType] property. Only '', 'text', 'arraybuffer', 'blob' and 'document' are widely supported by browsers, so it's recommended to use one of those. The default is the empty string, which is equivalent to 'text' for the `xhr.response` property.
### `withCredentials: false`