Bump @types/marked from 0.6.0 to 0.6.1

Bumps [@types/marked](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/marked) from 0.6.0 to 0.6.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/marked)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-03-01 14:42:43 +00:00
parent d95f317d91
commit 9ee3a5b3ca
No known key found for this signature in database
GPG Key ID: 4C0F2888C98CF331
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"@types/marked": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/@types/marked/-/marked-0.6.0.tgz",
"integrity": "sha512-TxwhgR9VsIfRDJ3WwFokG8Xu+ea0nYGDRHdI783WJ983uffatz0ytIeUEIBOwPvRy241KRSNVyywQltuTqDh0w==",
"version": "0.6.1",
"resolved": "https://registry.npmjs.org/@types/marked/-/marked-0.6.1.tgz",
"integrity": "sha512-yE2cXQELHabu4t+RJIrFu0dVZEG7+zr0cHDSlb8SOJbXiAss/bY9PvSubgaoG7dyn9Bb+GT2Xl4HVhChuU5mEQ==",
"dev": true
},
"@types/node": {

View File

@ -19,7 +19,7 @@
"twemoji": "^11.3.0"
},
"devDependencies": {
"@types/marked": "^0.6.0",
"@types/marked": "^0.6.1",
"@types/puppeteer-core": "^1.9.0",
"typescript": "^3.2.4"
}