From 0993e08562c070d5685a15bbfe96ed5e3912dcbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 13:17:22 +0000 Subject: [PATCH] Bump normalize-url from 4.5.0 to 4.5.1 in /JSONTHING 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: indirect ... Signed-off-by: dependabot[bot] --- JSONTHING/package-lock.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/JSONTHING/package-lock.json b/JSONTHING/package-lock.json index 85d1792..56f9ed2 100644 --- a/JSONTHING/package-lock.json +++ b/JSONTHING/package-lock.json @@ -1248,9 +1248,9 @@ "optional": 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==", "dev": true }, "npm-conf": { @@ -2018,8 +2018,8 @@ } }, "xpc-connection": { - "version": "git://github.com/taoyuan/node-xpc-connection.git#8ff8b20e1146a1cb13cc57f9802593995014f31e", - "from": "git://github.com/taoyuan/node-xpc-connection.git", + "version": "0.1.5", + "resolved": "git://github.com/taoyuan/node-xpc-connection.git#8ff8b20e1146a1cb13cc57f9802593995014f31e", "requires": { "bindings": "~1.3.0", "nan": "^2.4.0"