Skip to content

Commit

Permalink
fix(deps): update dependency marked to v2 (#78)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored May 27, 2021
1 parent 5e5fe16 commit eb8bb2a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@angular/pwa": "0.1101.1",
"@angular/router": "11.1.0",
"@angular/service-worker": "11.1.0",
"marked": "1.2.9",
"marked": "2.0.5",
"rxjs": "6.6.7",
"zone.js": "0.11.3"
},
Expand All @@ -37,7 +37,7 @@
"@angular/compiler-cli": "11.1.0",
"@angular/language-service": "11.1.0",
"@types/jest": "26.0.23",
"@types/marked": "1.2.2",
"@types/marked": "2.0.3",
"@types/node": "14.17.1",
"codelyzer": "6.0.1",
"jest": "26.6.3",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1572,10 +1572,10 @@
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.6.tgz#f4c7ec43e81b319a9815115031709f26987891f0"
integrity sha512-3c+yGKvVP5Y9TYBEibGNR+kLtijnj7mYrXRg+WpFb2X9xm04g/DXYkfg4hmzJQosc9snFNUPkbYIhu+KAm6jJw==

"@types/marked@1.2.2":
version "1.2.2"
resolved "https://registry.yarnpkg.com/@types/marked/-/marked-1.2.2.tgz#1f858a0e690247ecf3b2eef576f98f86e8d960d4"
integrity sha512-wLfw1hnuuDYrFz97IzJja0pdVsC0oedtS4QsKH1/inyW9qkLQbXgMUqEQT0MVtUBx3twjWeInUfjQbhBVLECXw==
"@types/marked@2.0.3":
version "2.0.3"
resolved "https://registry.yarnpkg.com/@types/marked/-/marked-2.0.3.tgz#c8ea93684e530cc3b667d3e7226556dd0844ad1f"
integrity sha512-lbhSN1rht/tQ+dSWxawCzGgTfxe9DB31iLgiT1ZVT5lshpam/nyOA1m3tKHRoNPctB2ukSL22JZI5Fr+WI/zYg==

"@types/minimatch@*":
version "3.0.3"
Expand Down Expand Up @@ -6201,10 +6201,10 @@ map-visit@^1.0.0:
dependencies:
object-visit "^1.0.0"

marked@1.2.9:
version "1.2.9"
resolved "https://registry.yarnpkg.com/marked/-/marked-1.2.9.tgz#53786f8b05d4c01a2a5a76b7d1ec9943d29d72dc"
integrity sha512-H8lIX2SvyitGX+TRdtS06m1jHMijKN/XjfH6Ooii9fvxMlh8QdqBfBDkGUpMWH2kQNrtixjzYUa3SH8ROTgRRw==
marked@2.0.5:
version "2.0.5"
resolved "https://registry.yarnpkg.com/marked/-/marked-2.0.5.tgz#2d15c759b9497b0e7b5b57f4c2edabe1002ef9e7"
integrity sha512-yfCEUXmKhBPLOzEC7c+tc4XZdIeTdGoRCZakFMkCxodr7wDXqoapIME4wjcpBPJLNyUnKJ3e8rb8wlAgnLnaDw==

md5.js@^1.3.4:
version "1.3.4"
Expand Down

0 comments on commit eb8bb2a

Please sign in to comment.