Skip to content

Commit

Permalink
chore: update marked dependencies (#3364)
Browse files Browse the repository at this point in the history
Upgrade version according to NPM advisory #1076 also updating the
@types/marked accordingly.
  • Loading branch information
peterblazejewicz authored and maxokorokov committed Sep 21, 2019
1 parent 6245794 commit adaf6bc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -79,7 +79,7 @@
"@types/he": "^1.1.0",
"@types/jasmine": "~3.3.8",
"@types/jasminewd2": "~2.0.3",
"@types/marked": "^0.6.1",
"@types/marked": "^0.6.5",
"@types/node": "~10.9.0",
"@types/prismjs": "1.16.0",
"bootstrap": "4.3.1",
Expand All @@ -101,7 +101,7 @@
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "~2.0.1",
"karma-sauce-launcher": "^2.0.2",
"marked": "^0.6.1",
"marked": "^0.7.0",
"ng-packagr": "~5.4.0",
"ngx-build-plus": "^8.1.4",
"nyc": "14.1.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Expand Up @@ -1023,7 +1023,7 @@
dependencies:
"@types/jasmine" "*"

"@types/marked@^0.6.1":
"@types/marked@^0.6.5":
version "0.6.5"
resolved "https://registry.yarnpkg.com/@types/marked/-/marked-0.6.5.tgz#3cf2a56ef615dad24aaf99784ef90a9eba4e29d8"
integrity sha512-6kBKf64aVfx93UJrcyEZ+OBM5nGv4RLsI6sR1Ar34bpgvGVRoyTgpxn4ZmtxOM5aDTAaaznYuYUH8bUX3Nk3YA==
Expand Down Expand Up @@ -5901,10 +5901,10 @@ map-visit@^1.0.0:
dependencies:
object-visit "^1.0.0"

marked@^0.6.1:
version "0.6.3"
resolved "https://registry.yarnpkg.com/marked/-/marked-0.6.3.tgz#79babad78af638ba4d522a9e715cdfdd2429e946"
integrity sha512-Fqa7eq+UaxfMriqzYLayfqAE40WN03jf+zHjT18/uXNuzjq3TY0XTbrAoPeqSJrAmPz11VuUA+kBPYOhHt9oOQ==
marked@^0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/marked/-/marked-0.7.0.tgz#b64201f051d271b1edc10a04d1ae9b74bb8e5c0e"
integrity sha512-c+yYdCZJQrsRjTPhUx7VKkApw9bwDkNbHUKo1ovgcfDjb2kc8rLuRbIFyXL5WOEUwzSSKo3IXpph2K6DqB/KZg==

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

0 comments on commit adaf6bc

Please sign in to comment.