From 3f827617b3872e8ff8e054091789413782ddf345 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Jun 2021 01:35:13 +0000 Subject: [PATCH] Bump normalize-url from 5.0.0 to 5.3.1 Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 5.0.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 aaea91a..8776412 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1519,9 +1519,9 @@ "dev": true }, "normalize-url": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-5.0.0.tgz", - "integrity": "sha512-bAEm2fx8Dq/a35Z6PIRkkBBJvR56BbEJvhpNtvCZ4W9FyORSna77fn+xtYFjqk5JpBS+fMnAOG/wFgkQBmB7hw==" + "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==" }, "on-finished": { "version": "2.3.0", diff --git a/package.json b/package.json index e09146e..191d504 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "gravatar": "^1.8.1", "jsonwebtoken": "^8.5.1", "mongoose": "^5.9.18", - "normalize-url": "^5.0.0" + "normalize-url": "^5.3.1" }, "devDependencies": { "concurrently": "^5.2.0",