From 41be4274991f66865fa04831a826383b9d38c1e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2020 21:10:13 +0000 Subject: [PATCH] Bump njwt from 0.4.0 to 1.0.0 Bumps [njwt](https://github.com/jwtk/njwt) from 0.4.0 to 1.0.0. - [Release notes](https://github.com/jwtk/njwt/releases) - [Changelog](https://github.com/jwtk/njwt/blob/master/CHANGELOG.md) - [Commits](https://github.com/jwtk/njwt/commits) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index d7829c8..75bfae1 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "md5": "^2.2.1", "mongoose": "^5.3.14", "multer": "^1.4.1", - "njwt": "^0.4.0", + "njwt": "^1.0.0", "path": "^0.12.7", "xlsx": "^0.10.8" }, diff --git a/yarn.lock b/yarn.lock index acec538..9ede8ea 100644 --- a/yarn.lock +++ b/yarn.lock @@ -777,13 +777,13 @@ negotiator@0.6.1: resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.1.tgz#2b327184e8992101177b28563fb5e7102acd0ca9" integrity sha1-KzJxhOiZIQEXeyhWP7XnECrNDKk= -njwt@^0.4.0: - version "0.4.0" - resolved "https://registry.yarnpkg.com/njwt/-/njwt-0.4.0.tgz#7324ed9d76a9d54b5e265cb7b6a3c55f146fd3c7" - integrity sha1-cyTtnXap1UteJly3tqPFXxRv08c= +njwt@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/njwt/-/njwt-1.0.0.tgz#da5bfa9c251b144a9cdb40a8ad025b3d7b5b52ee" + integrity sha512-n+FaPUauVQF/So+YcOACBb/zCxDH5WlCV3dTrX0u7VMGagjDiI39XRJWaPd2PtpT6IpIQUcd7x0twiRZaIQNDQ== dependencies: ecdsa-sig-formatter "^1.0.5" - uuid "^2.0.1" + uuid "^3.3.2" node-pre-gyp@0.11.0: version "0.11.0" @@ -1211,10 +1211,10 @@ utils-merge@1.0.1: resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713" integrity sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM= -uuid@^2.0.1: - version "2.0.3" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-2.0.3.tgz#67e2e863797215530dff318e5bf9dcebfd47b21a" - integrity sha1-Z+LoY3lyFVMN/zGOW/nc6/1Hsho= +uuid@^3.3.2: + version "3.4.0" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee" + integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== vary@^1, vary@~1.1.2: version "1.1.2"