From 618adaa62351524b22d24dee99751335ad49753e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Jun 2021 01:51:09 +0000 Subject: [PATCH] Bump normalize-url from 5.1.0 to 5.3.1 Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 5.1.0 to 5.3.1. - [Release notes](https://github.com/sindresorhus/normalize-url/releases) - [Commits](https://github.com/sindresorhus/normalize-url/commits) --- updated-dependencies: - dependency-name: normalize-url dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9b3ea99..9accb2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5781,9 +5781,9 @@ "integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==" }, "normalize-url": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-5.1.0.tgz", - "integrity": "sha512-UxHuSWsSAmzSqN+DSjasaZWQ3QPtEisHdlr4y9MJ5zg0RcImv5fQt8QM0izJSCdsdmhJGK+ubcTpJXwVDmwSVQ==" + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-5.3.1.tgz", + "integrity": "sha512-K1c7+vaAP+Yh5bOGmA10PGPpp+6h7WZrl7GwqKhUflBc9flU9pzG27DDeB9+iuhZkE3BJZOcgN1P/2sS5pqrWw==" }, "nuid": { "version": "1.1.4", diff --git a/package.json b/package.json index 018b944..9ada961 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "hashring": "3.2.0", "lru-cache": "6.0.0", "node-fetch": "2.6.0", - "normalize-url": "5.1.0", + "normalize-url": "5.3.1", "ts-nats": "1.2.15", "uuid": "8.3.0" },