-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump jsonwebtoken from 8.2.1 to 9.0.0
Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 8.2.1 to 9.0.0. - [Release notes](https://github.com/auth0/node-jsonwebtoken/releases) - [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](auth0/node-jsonwebtoken@v8.2.1...v9.0.0) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
4441801
commit 2ad975a
Showing
2 changed files
with
40 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1972,7 +1972,7 @@ compressible@~2.0.13: | |
|
||
compression@^1.5.2: | ||
version "1.7.2" | ||
resolved "http://registry.npmjs.org/compression/-/compression-1.7.2.tgz#aaffbcd6aaf854b44ebb280353d5ad1651f59a69" | ||
resolved "https://registry.npmjs.org/compression/-/compression-1.7.2.tgz#aaffbcd6aaf854b44ebb280353d5ad1651f59a69" | ||
dependencies: | ||
accepts "~1.3.4" | ||
bytes "3.0.0" | ||
|
@@ -2666,9 +2666,9 @@ ecc-jsbn@~0.1.1: | |
dependencies: | ||
jsbn "~0.1.0" | ||
|
||
[email protected].10: | ||
version "1.0.10" | ||
resolved "https://registry.yarnpkg.com/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.10.tgz#1c595000f04a8897dfb85000892a0f4c33af86c3" | ||
[email protected].11: | ||
version "1.0.11" | ||
resolved "https://registry.yarnpkg.com/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz#ae0f0fa2d85045ef14a817daa3ce9acd0489e5bf" | ||
dependencies: | ||
safe-buffer "^5.0.1" | ||
|
||
|
@@ -3077,7 +3077,7 @@ event-emitter@~0.3.5: | |
|
||
event-stream@~3.3.0: | ||
version "3.3.4" | ||
resolved "http://registry.npmjs.org/event-stream/-/event-stream-3.3.4.tgz#4ab4c9a0f5a54db9338b4c34d86bfce8f4b35571" | ||
resolved "https://registry.npmjs.org/event-stream/-/event-stream-3.3.4.tgz#4ab4c9a0f5a54db9338b4c34d86bfce8f4b35571" | ||
dependencies: | ||
duplexer "~0.1.1" | ||
from "~0" | ||
|
@@ -5387,20 +5387,14 @@ jsonpointer@^4.0.0: | |
version "4.0.1" | ||
resolved "https://registry.yarnpkg.com/jsonpointer/-/jsonpointer-4.0.1.tgz#4fd92cb34e0e9db3c89c8622ecf51f9b978c6cb9" | ||
|
||
jsonwebtoken@^8.1.0: | ||
version "8.2.1" | ||
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-8.2.1.tgz#333ee39aa8f238f32fa41693e7a2fb7e42f82b31" | ||
jsonwebtoken@^9.0.0: | ||
version "9.0.0" | ||
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz#d0faf9ba1cc3a56255fe49c0961a67e520c1926d" | ||
dependencies: | ||
jws "^3.1.4" | ||
lodash.includes "^4.3.0" | ||
lodash.isboolean "^3.0.3" | ||
lodash.isinteger "^4.0.4" | ||
lodash.isnumber "^3.0.3" | ||
lodash.isplainobject "^4.0.6" | ||
lodash.isstring "^4.0.1" | ||
lodash.once "^4.0.0" | ||
jws "^3.2.2" | ||
lodash "^4.17.21" | ||
ms "^2.1.1" | ||
xtend "^4.0.1" | ||
semver "^7.3.8" | ||
|
||
jsprim@^1.2.2: | ||
version "1.4.1" | ||
|
@@ -5421,19 +5415,19 @@ jsx-ast-utils@^2.0.0: | |
dependencies: | ||
array-includes "^3.0.3" | ||
|
||
jwa@^1.1.5: | ||
version "1.1.6" | ||
resolved "https://registry.yarnpkg.com/jwa/-/jwa-1.1.6.tgz#87240e76c9808dbde18783cf2264ef4929ee50e6" | ||
jwa@^1.4.1: | ||
version "1.4.1" | ||
resolved "https://registry.yarnpkg.com/jwa/-/jwa-1.4.1.tgz#743c32985cb9e98655530d53641b66c8645b039a" | ||
dependencies: | ||
buffer-equal-constant-time "1.0.1" | ||
ecdsa-sig-formatter "1.0.10" | ||
ecdsa-sig-formatter "1.0.11" | ||
safe-buffer "^5.0.1" | ||
|
||
jws@^3.1.4: | ||
version "3.1.5" | ||
resolved "https://registry.yarnpkg.com/jws/-/jws-3.1.5.tgz#80d12d05b293d1e841e7cb8b4e69e561adcf834f" | ||
jws@^3.2.2: | ||
version "3.2.2" | ||
resolved "https://registry.yarnpkg.com/jws/-/jws-3.2.2.tgz#001099f3639468c9414000e99995fa52fb478304" | ||
dependencies: | ||
jwa "^1.1.5" | ||
jwa "^1.4.1" | ||
safe-buffer "^5.0.1" | ||
|
||
killable@^1.0.0: | ||
|
@@ -5616,10 +5610,6 @@ lodash.flattendeep@^4.4.0: | |
version "4.4.0" | ||
resolved "https://registry.yarnpkg.com/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz#fb030917f86a3134e5bc9bec0d69e0013ddfedb2" | ||
|
||
lodash.includes@^4.3.0: | ||
version "4.3.0" | ||
resolved "https://registry.yarnpkg.com/lodash.includes/-/lodash.includes-4.3.0.tgz#60bb98a87cb923c68ca1e51325483314849f553f" | ||
|
||
lodash.isarguments@^3.0.0: | ||
version "3.1.0" | ||
resolved "https://registry.yarnpkg.com/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz#2f573d85c6a24289ff00663b491c1d338ff3458a" | ||
|
@@ -5628,10 +5618,6 @@ lodash.isarray@^3.0.0: | |
version "3.0.4" | ||
resolved "https://registry.yarnpkg.com/lodash.isarray/-/lodash.isarray-3.0.4.tgz#79e4eb88c36a8122af86f844aa9bcd851b5fbb55" | ||
|
||
lodash.isboolean@^3.0.3: | ||
version "3.0.3" | ||
resolved "https://registry.yarnpkg.com/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz#6c2e171db2a257cd96802fd43b01b20d5f5870f6" | ||
|
||
lodash.isequal@^3.0: | ||
version "3.0.4" | ||
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-3.0.4.tgz#1c35eb3b6ef0cd1ff51743e3ea3cf7fdffdacb64" | ||
|
@@ -5643,14 +5629,6 @@ lodash.isfunction@^3.0.9: | |
version "3.0.9" | ||
resolved "https://registry.yarnpkg.com/lodash.isfunction/-/lodash.isfunction-3.0.9.tgz#06de25df4db327ac931981d1bdb067e5af68d051" | ||
|
||
lodash.isinteger@^4.0.4: | ||
version "4.0.4" | ||
resolved "https://registry.yarnpkg.com/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz#619c0af3d03f8b04c31f5882840b77b11cd68343" | ||
|
||
lodash.isnumber@^3.0.3: | ||
version "3.0.3" | ||
resolved "https://registry.yarnpkg.com/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz#3ce76810c5928d03352301ac287317f11c0b1ffc" | ||
|
||
lodash.isobject@^3.0.2: | ||
version "3.0.2" | ||
resolved "https://registry.yarnpkg.com/lodash.isobject/-/lodash.isobject-3.0.2.tgz#3c8fb8d5b5bf4bf90ae06e14f2a530a4ed935e1d" | ||
|
@@ -5659,10 +5637,6 @@ lodash.isplainobject@^4.0.6: | |
version "4.0.6" | ||
resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb" | ||
|
||
lodash.isstring@^4.0.1: | ||
version "4.0.1" | ||
resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451" | ||
|
||
lodash.istypedarray@^3.0.0: | ||
version "3.0.6" | ||
resolved "https://registry.yarnpkg.com/lodash.istypedarray/-/lodash.istypedarray-3.0.6.tgz#c9a477498607501d8e8494d283b87c39281cef62" | ||
|
@@ -5683,10 +5657,6 @@ lodash.mergewith@^4.6.0: | |
version "4.6.1" | ||
resolved "https://registry.yarnpkg.com/lodash.mergewith/-/lodash.mergewith-4.6.1.tgz#639057e726c3afbdb3e7d42741caa8d6e4335927" | ||
|
||
lodash.once@^4.0.0: | ||
version "4.1.1" | ||
resolved "https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac" | ||
|
||
lodash.sortby@^4.7.0: | ||
version "4.7.0" | ||
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438" | ||
|
@@ -5712,9 +5682,9 @@ lodash.uniq@^4.5.0: | |
version "4.5.0" | ||
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773" | ||
|
||
"lodash@>=3.5 <5", lodash@^4.0.0, lodash@^4.13.1, lodash@^4.14.0, lodash@^4.15.0, lodash@^4.17.2, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.1, lodash@^4.3.0, lodash@~4.17.4: | ||
version "4.17.10" | ||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7" | ||
"lodash@>=3.5 <5", lodash@^4.0.0, lodash@^4.13.1, lodash@^4.14.0, lodash@^4.15.0, lodash@^4.17.2, lodash@^4.17.21, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.1, lodash@^4.3.0, lodash@~4.17.4: | ||
version "4.17.21" | ||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" | ||
|
||
lodash@^3.7.0: | ||
version "3.10.1" | ||
|
@@ -5766,6 +5736,12 @@ lru-cache@^4.0.1: | |
pseudomap "^1.0.2" | ||
yallist "^2.1.2" | ||
|
||
lru-cache@^6.0.0: | ||
version "6.0.0" | ||
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94" | ||
dependencies: | ||
yallist "^4.0.0" | ||
|
||
macaddress@^0.2.8: | ||
version "0.2.8" | ||
resolved "https://registry.yarnpkg.com/macaddress/-/macaddress-0.2.8.tgz#5904dc537c39ec6dbefeae902327135fa8511f12" | ||
|
@@ -8210,6 +8186,12 @@ semver-diff@^2.0.0: | |
version "5.5.0" | ||
resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab" | ||
|
||
semver@^7.3.8: | ||
version "7.3.8" | ||
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798" | ||
dependencies: | ||
lru-cache "^6.0.0" | ||
|
||
semver@~5.3.0: | ||
version "5.3.0" | ||
resolved "https://registry.yarnpkg.com/semver/-/semver-5.3.0.tgz#9b2ce5d3de02d17c6012ad326aa6b4d0cf54f94f" | ||
|
@@ -9527,7 +9509,7 @@ [email protected]: | |
version "1.8.0" | ||
resolved "https://registry.yarnpkg.com/xmlhttprequest/-/xmlhttprequest-1.8.0.tgz#67fe075c5c24fef39f9d65f5f7b7fe75171968fc" | ||
|
||
xtend@^4.0.0, xtend@^4.0.1: | ||
xtend@^4.0.0: | ||
version "4.0.1" | ||
resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.1.tgz#a5c6d532be656e23db820efb943a1f04998d63af" | ||
|
||
|
@@ -9543,6 +9525,10 @@ yallist@^3.0.0, yallist@^3.0.2: | |
version "3.0.2" | ||
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.0.2.tgz#8452b4bb7e83c7c188d8041c1a837c773d6d8bb9" | ||
|
||
yallist@^4.0.0: | ||
version "4.0.0" | ||
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72" | ||
|
||
yargs-parser@^2.4.1: | ||
version "2.4.1" | ||
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-2.4.1.tgz#85568de3cf150ff49fa51825f03a8c880ddcc5c4" | ||
|