From 2d5885ac7366468873b568ebaeb1af0e246777b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Feb 2021 10:12:06 +0000 Subject: [PATCH] chore: bump semantic-release from 17.3.7 to 17.3.8 in /web3.js (#15208) Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 17.3.7 to 17.3.8. - [Release notes](https://github.com/semantic-release/semantic-release/releases) - [Commits](https://github.com/semantic-release/semantic-release/compare/v17.3.7...v17.3.8) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web3.js/package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/web3.js/package-lock.json b/web3.js/package-lock.json index db340a8dc4..b69645dd6a 100644 --- a/web3.js/package-lock.json +++ b/web3.js/package-lock.json @@ -11931,9 +11931,9 @@ "dev": true }, "marked": { - "version": "1.2.9", - "resolved": "https://registry.npmjs.org/marked/-/marked-1.2.9.tgz", - "integrity": "sha512-H8lIX2SvyitGX+TRdtS06m1jHMijKN/XjfH6Ooii9fvxMlh8QdqBfBDkGUpMWH2kQNrtixjzYUa3SH8ROTgRRw==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-2.0.0.tgz", + "integrity": "sha512-NqRSh2+LlN2NInpqTQnS614Y/3NkVMFFU6sJlRFEpxJ/LHuK/qJECH7/fXZjk4VZstPW/Pevjil/VtSONsLc7Q==", "dev": true }, "marked-terminal": { @@ -18202,9 +18202,9 @@ "dev": true }, "semantic-release": { - "version": "17.3.7", - "resolved": "https://registry.npmjs.org/semantic-release/-/semantic-release-17.3.7.tgz", - "integrity": "sha512-mMWaxykq1+mZu7hvUjEdUhJXb+BvEJhcuy15hog3+8XWZqmxRfcdlW/aTBav8rWUZ16bEevWVc6qHwsq3aPGiQ==", + "version": "17.3.8", + "resolved": "https://registry.npmjs.org/semantic-release/-/semantic-release-17.3.8.tgz", + "integrity": "sha512-VOYRY/qm4ysTUbOTrMaVRd+boG0HQlHgSCvVgNqvG0l99RCIwuUkamD0D+T5l7XhMHc4XGxNRGrElcVyPPS86A==", "dev": true, "requires": { "@semantic-release/commit-analyzer": "^8.0.0", @@ -18224,7 +18224,7 @@ "hook-std": "^2.0.0", "hosted-git-info": "^3.0.0", "lodash": "^4.17.15", - "marked": "^1.0.0", + "marked": "^2.0.0", "marked-terminal": "^4.0.0", "micromatch": "^4.0.2", "p-each-series": "^2.1.0",