Skip to content

Commit 5e94478

Browse files
authoredAug 1, 2020
fix: package.json & yarn.lock to reduce vulnerabilities (#1889)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MARKED-584281

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"kleur": "4.0.2",
4444
"lodash": "4.17.19",
4545
"lunr-mutable-indexes": "2.3.2",
46-
"marked": "0.8.2",
46+
"marked": "1.1.1",
4747
"mime": "2.4.6",
4848
"minimatch": "3.0.4",
4949
"mkdirp": "0.5.5",

‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -6942,10 +6942,10 @@ marked@0.8.0:
69426942
resolved "https://registry.verdaccio.org/marked/-/marked-0.8.0.tgz#ec5c0c9b93878dc52dd54be8d0e524097bd81a99"
69436943
integrity sha512-MyUe+T/Pw4TZufHkzAfDj6HarCBWia2y27/bhuYkTaiUnfDYFnCP3KUN+9oM7Wi6JA2rymtVYbQu3spE0GCmxQ==
69446944

6945-
marked@0.8.2:
6946-
version "0.8.2"
6947-
resolved "https://registry.verdaccio.org/marked/-/marked-0.8.2.tgz#4faad28d26ede351a7a1aaa5fec67915c869e355"
6948-
integrity sha512-EGwzEeCcLniFX51DhTpmTom+dSA/MG/OBUDjnWtHbEnjAH180VzUeAw+oE4+Zv+CoYBWyRlYOTR0N8SO9R1PVw==
6945+
marked@1.1.1:
6946+
version "1.1.1"
6947+
resolved "https://registry.yarnpkg.com/marked/-/marked-1.1.1.tgz#e5d61b69842210d5df57b05856e0c91572703e6a"
6948+
integrity sha512-mJzT8D2yPxoPh7h0UXkB+dBj4FykPJ2OIfxAWeIHrvoHDkFxukV/29QxoFQoPM6RLEwhIFdJpmKBlqVM3s2ZIw==
69496949

69506950
marked@1.1.1:
69516951
version "1.1.1"

0 commit comments

Comments
 (0)
Please sign in to comment.