From 106decfeeadf94611262fb2e1b014f3c5fb46471 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 14:25:14 +0000 Subject: [PATCH] Bump normalize-url from 4.5.0 to 4.5.1 in /api Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 4.5.0 to 4.5.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] --- api/package-lock.json | 16 ++++++++-------- api/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/api/package-lock.json b/api/package-lock.json index 2278f95..90e826b 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -1,6 +1,6 @@ { "name": "amos-api", - "version": "0.1.0", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -1697,16 +1697,16 @@ } }, "amos-parser": { - "version": "1.2.4", - "resolved": "github:solviofoundation/amos-parser#ed1d42212aa0b37d37170606ccc4566e0c391393", + "version": "github:solviofoundation/amos-parser#84708252cbe635ee053abb4a739f0e03cca84ded", + "from": "github:solviofoundation/amos-parser#master", "optional": true, "requires": { "ramda": "^0.26.1" } }, "amos-topics": { - "version": "1.5.4", - "resolved": "github:solviofoundation/amos-topics#4911e520f395530ee8fc8c6c8dc9f800be478ed2", + "version": "github:solviofoundation/amos-topics#72bc810804e91eeb132aefd47c68900838fd2317", + "from": "github:solviofoundation/amos-topics#master", "optional": true, "requires": { "ramda": "^0.26.1" @@ -7219,9 +7219,9 @@ "dev": true }, "normalize-url": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-4.5.0.tgz", - "integrity": "sha512-2s47yzUxdexf1OhyRi4Em83iQk0aPvwTddtFz4hnSSw9dCEsLEGf6SwIO8ss/19S9iBb5sJaOuTvTGDeZI00BQ==" + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-4.5.1.tgz", + "integrity": "sha512-9UZCFRHQdNrfTpGg8+1INIg93B6zE0aXMVFkw1WFwvO4SlZywU6aLg5Of0Ap/PgcbSw4LNxvMWXMeugwMCX0AA==" }, "npm-bundled": { "version": "1.0.6", diff --git a/api/package.json b/api/package.json index dc77884..cf8972f 100644 --- a/api/package.json +++ b/api/package.json @@ -24,7 +24,7 @@ "metascraper": "^5.7.5", "metascraper-title": "^5.7.5", "neo4j-driver": "^1.7.6", - "normalize-url": "^4.5.0", + "normalize-url": "^4.5.1", "passport": "^0.4.0", "passport-facebook": "^3.0.0", "passport-jwt": "^4.0.0",