From 926c034337b74236086af84b5b4139b7fcdd6887 Mon Sep 17 00:00:00 2001 From: Eric Dobbertin Date: Wed, 20 May 2020 10:09:38 -0500 Subject: [PATCH] fix: update dependencies with potential vulnerabilities --- package/package-lock.json | 11 ++++------- package/package.json | 7 ++++--- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/package/package-lock.json b/package/package-lock.json index f9b59f7..211e444 100644 --- a/package/package-lock.json +++ b/package/package-lock.json @@ -1,6 +1,6 @@ { "name": "simpl-schema", - "version": "1.7.2", + "version": "0.0.0-development", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -1839,8 +1839,7 @@ }, "kind-of": { "version": "6.0.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz", - "integrity": "sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==", + "resolved": "", "dev": true, "optional": true } @@ -3218,8 +3217,7 @@ }, "kind-of": { "version": "6.0.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz", - "integrity": "sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==", + "resolved": "", "dev": true, "optional": true } @@ -10836,8 +10834,7 @@ }, "kind-of": { "version": "6.0.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz", - "integrity": "sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==", + "resolved": "", "dev": true, "optional": true } diff --git a/package/package.json b/package/package.json index 36ff0fa..d0b1173 100644 --- a/package/package.json +++ b/package/package.json @@ -6,12 +6,13 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/aldeed/node-simple-schema.git" + "url": "https://github.com/aldeed/simpl-schema.git", + "directory": "package" }, "bugs": { - "url": "https://github.com/aldeed/node-simple-schema/issues" + "url": "https://github.com/aldeed/simpl-schema/issues" }, - "homepage": "https://github.com/aldeed/node-simple-schema", + "homepage": "https://github.com/aldeed/simpl-schema", "files": [ "dist", "LICENSE",