From 7d44adf59d7941faf6d4a3fdf881e3d39e22d487 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Jun 2021 01:04:07 +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 8b0836bf..085c1d9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3211,9 +3211,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 ad4cab8b..f6888dbb 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "joi": "^11.1.1", "lodash": "^4.17.15", "morgan": "^1.9.1", - "normalize-url": "^5.0.0", + "normalize-url": "^5.3.1", "pdf-parse": "^1.1.1", "puppeteer": "^2.0.0", "server-destroy": "^1.0.1",