From 9d04dd9a025d981ffb94676a6f5d23feec27cc2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Jun 2021 01:27:00 +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 3df1117..edbdb7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1625,9 +1625,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==" }, "npm-run-path": { "version": "2.0.2", diff --git a/package.json b/package.json index 0e0b7bd..a79b327 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "jsonwebtoken": "^8.5.1", "mongoose": "^5.9.5", "normalize": "^0.3.1", - "normalize-url": "^5.0.0", + "normalize-url": "^5.3.1", "request": "^2.88.2" }, "devDependencies": {