Bump marked from 2.0.0 to 4.0.12 (#569)

* Bump marked from 2.0.0 to 4.0.12

Bumps [marked](https://github.com/markedjs/marked) from 2.0.0 to 4.0.12.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](https://github.com/markedjs/marked/compare/v2.0.0...v4.0.12)

---
updated-dependencies:
- dependency-name: marked
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Change files

* update marked import and related types

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Elizabeth Craig <elcraig@microsoft.com>
This commit is contained in:
dependabot[bot] 2022-01-27 15:04:17 -08:00 коммит произвёл GitHub
Родитель a17b84e3dc
Коммит 61ff9720d4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 20 добавлений и 8 удалений

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Bump marked to 4.0.12",
"packageName": "just-scripts-utils",
"email": "elcraig@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -21,7 +21,7 @@
"glob": "^7.1.3",
"jju": "^1.4.0",
"just-task-logger": ">=1.1.1 <2.0.0",
"marked": "^2.0.0",
"marked": "^4.0.12",
"marked-terminal": "^4.1.0",
"semver": "^7.0.0",
"tar": "^6.1.9",
@ -32,7 +32,7 @@
"@types/glob": "^7.1.3",
"@types/jest": "^26.0.20",
"@types/jju": "^1.4.1",
"@types/marked": "^1.2.2",
"@types/marked": "^4.0.1",
"@types/marked-terminal": "^3.1.1",
"@types/mock-fs": "^4.13.0",
"@types/node": "^10.12.18",

Просмотреть файл

@ -1,4 +1,4 @@
import marked = require('marked');
import { marked } from 'marked';
import TerminalRenderer = require('marked-terminal');
/**

Просмотреть файл

@ -1414,11 +1414,16 @@
"@types/marked" "*"
chalk "^2.4.1"
"@types/marked@*", "@types/marked@^1.2.2":
"@types/marked@*":
version "1.2.2"
resolved "https://registry.yarnpkg.com/@types/marked/-/marked-1.2.2.tgz#1f858a0e690247ecf3b2eef576f98f86e8d960d4"
integrity sha512-wLfw1hnuuDYrFz97IzJja0pdVsC0oedtS4QsKH1/inyW9qkLQbXgMUqEQT0MVtUBx3twjWeInUfjQbhBVLECXw==
"@types/marked@^4.0.1":
version "4.0.1"
resolved "https://registry.yarnpkg.com/@types/marked/-/marked-4.0.1.tgz#d588a7bbc4d6551c5e75249bc106ffda96ae33c5"
integrity sha512-ZigEmCWdNUU7IjZEuQ/iaimYdDHWHfTe3kg8ORfKjyGYd9RWumPoOJRQXB0bO+XLkNwzCthW3wUIQtANaEZ1ag==
"@types/minimatch@*", "@types/minimatch@^3.0.3":
version "3.0.3"
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
@ -8218,10 +8223,10 @@ marked-terminal@^4.1.0:
node-emoji "^1.10.0"
supports-hyperlinks "^2.1.0"
marked@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/marked/-/marked-2.0.0.tgz#9662bbcb77ebbded0662a7be66ff929a8611cee5"
integrity sha512-NqRSh2+LlN2NInpqTQnS614Y/3NkVMFFU6sJlRFEpxJ/LHuK/qJECH7/fXZjk4VZstPW/Pevjil/VtSONsLc7Q==
marked@^4.0.12:
version "4.0.12"
resolved "https://registry.yarnpkg.com/marked/-/marked-4.0.12.tgz#2262a4e6fd1afd2f13557726238b69a48b982f7d"
integrity sha512-hgibXWrEDNBWgGiK18j/4lkS6ihTe9sxtV4Q1OQppb/0zzyPSzoFANBa5MfsG/zgsWklmNnhm0XACZOH/0HBiQ==
math-random@^1.0.1:
version "1.0.4"