From d72f0c573847da255f1451c10b33f222c3fd8a20 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2020 23:27:29 +0000 Subject: [PATCH] Bump uq-id from 0.0.5 to 1.0.0 Bumps [uq-id](https://github.com/Kailash-Sankar/uq-id) from 0.0.5 to 1.0.0. - [Release notes](https://github.com/Kailash-Sankar/uq-id/releases) - [Commits](https://github.com/Kailash-Sankar/uq-id/compare/v0.0.5...v1.0.0) Signed-off-by: dependabot-preview[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 2060db4..badf422 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4931,9 +4931,9 @@ } }, "uq-id": { - "version": "0.0.5", - "resolved": "https://registry.npmjs.org/uq-id/-/uq-id-0.0.5.tgz", - "integrity": "sha512-tj1HM9fVC/ds/RtO1qLuwFrRDV/3Z1seXlPD+/dx+aYZQdu9oO6lVth1ScYeiC+9thcw91x1HNyxX2OvGwPJQg==" + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/uq-id/-/uq-id-1.0.0.tgz", + "integrity": "sha512-qTzXRsxeiV9LDhyRhywLpxf6e6uEe+dMy4qtUCbqRlP6jA4wPA7rqlwnGi7+GBiAoZpxsVpzPdFDNEUL7s2VVg==" }, "uri-js": { "version": "4.2.2", diff --git a/package.json b/package.json index cba49f6..52d8bf9 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "mongoose-paginate": "^5.0.3", "morgan": "~1.10.0", "nodemailer": "^6.4.8", - "uq-id": "^0.0.5", + "uq-id": "^1.0.0", "params": "^0.1.1", "ws": "^7.3.0" },