diff --git a/package-lock.json b/package-lock.json index ec476f1..f333546 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1122,13 +1122,10 @@ } }, "@types/uuid": { - "version": "3.4.5", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-3.4.5.tgz", - "integrity": "sha512-MNL15wC3EKyw1VLF+RoVO4hJJdk9t/Hlv3rt1OL65Qvuadm4BYo6g9ZJQqoq7X8NBFSsQXgAujWciovh2lpVjA==", - "dev": true, - "requires": { - "@types/node": "*" - } + "version": "3.4.13", + "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-3.4.13.tgz", + "integrity": "sha512-pAeZeUbLE4Z9Vi9wsWV2bYPTweEHeJJy0G4pEjOA/FSvy1Ad5U5Km8iDV6TKre1mjBiVNfAdVHKruP8bAh4Q5A==", + "dev": true }, "@types/yargs": { "version": "13.0.3", @@ -12373,9 +12370,9 @@ "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=" }, "uuid": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.3.tgz", - "integrity": "sha512-pW0No1RGHgzlpHJO1nsVrHKpOEIxkGg1xB+v0ZmdNH5OAeAwzAVrCnI2/6Mtx+Uys6iaylxa+D3g4j63IKKjSQ==" + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==" }, "validate-npm-package-license": { "version": "3.0.4", diff --git a/package.json b/package.json index c3601ad..df6c25f 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@types/ramda": "0.26.26", "@types/source-map-support": "0.5.0", "@types/supertest": "2.0.8", - "@types/uuid": "3.4.5", + "@types/uuid": "3.4.13", "jest": "24.9.0", "rimraf": "3.0.0", "source-map-support": "0.5.13", @@ -61,7 +61,7 @@ "make-error": "1.3.5", "pre-commit": "1.2.2", "ramda": "0.26.1", - "uuid": "3.3.3" + "uuid": "3.4.0" }, "publishConfig": { "access": "public"