summaryrefslogtreecommitdiff
path: root/package-lock.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-06-30 16:59:01 +0000
committerGitHub <noreply@github.com>2020-06-30 16:59:01 +0000
commit4ac706509fa8accea3528320da128329996569e1 (patch)
tree8967b3110103328be76705c2f6dbba26a8051576 /package-lock.json
parentb24c5910463453e14be965893cd2a50859a945dd (diff)
Bump express-jwt from 5.3.3 to 6.0.0
Bumps [express-jwt](https://github.com/auth0/express-jwt) from 5.3.3 to 6.0.0. - [Release notes](https://github.com/auth0/express-jwt/releases) - [Changelog](https://github.com/auth0/express-jwt/blob/master/CHANGELOG.md) - [Commits](https://github.com/auth0/express-jwt/compare/v5.3.3...v6.0.0) Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 5dc0ba1..c0519fb 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1807,9 +1807,9 @@
}
},
"express-jwt": {
- "version": "5.3.3",
- "resolved": "https://registry.npmjs.org/express-jwt/-/express-jwt-5.3.3.tgz",
- "integrity": "sha512-UdB8p5O8vGYTKm3SfREnLgVGIGEHcL3lrVyi3ebEX2qhMuagN623ju7ywWis+qYL+CXE7G1qPc2bCPBAg2MxZQ==",
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/express-jwt/-/express-jwt-6.0.0.tgz",
+ "integrity": "sha512-C26y9myRjx7CyhZ+BAT3p+gQyRCoDZ7qo8plCvLDaRT6je6ALIAQknT6XLVQGFKwIy/Ux7lvM2MNap5dt0T7gA==",
"requires": {
"async": "^1.5.0",
"express-unless": "^0.3.0",
@@ -3871,7 +3871,7 @@
},
"readable-stream": {
"version": "2.3.6",
- "resolved": "http://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz",
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz",
"integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==",
"requires": {
"core-util-is": "~1.0.0",