Skip to content

Commit a9cac02

Browse files
chore(deps): bump jsonwebtoken from 8.4.0 to 9.0.0
Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 8.4.0 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.4.0...v9.0.0) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4497ef4 commit a9cac02

File tree

2 files changed

+40
-53
lines changed

2 files changed

+40
-53
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"geoip-lite": "^1.3.2",
2323
"gravatar": "^1.6.0",
2424
"highlight.js": "^9.12.0",
25-
"jsonwebtoken": "^8.3.0",
25+
"jsonwebtoken": "^9.0.0",
2626
"koa-compose": "^4.1.0",
2727
"koa-is-json": "^1.0.0",
2828
"lodash": "^4.17.10",

yarn.lock

+39-52
Original file line numberDiff line numberDiff line change
@@ -2924,9 +2924,9 @@ ecc-jsbn@~0.1.1:
29242924
jsbn "~0.1.0"
29252925
safer-buffer "^2.1.0"
29262926

2927-
2928-
version "1.0.10"
2929-
resolved "http://registry.npm.taobao.org/ecdsa-sig-formatter/download/ecdsa-sig-formatter-1.0.10.tgz#1c595000f04a8897dfb85000892a0f4c33af86c3"
2927+
2928+
version "1.0.11"
2929+
resolved "https://registry.npmmirror.com/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz#ae0f0fa2d85045ef14a817daa3ce9acd0489e5bf"
29302930
dependencies:
29312931
safe-buffer "^5.0.1"
29322932

@@ -5275,19 +5275,14 @@ jsonparse@^1.2.0:
52755275
version "1.3.1"
52765276
resolved "http://registry.npm.taobao.org/jsonparse/download/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280"
52775277

5278-
jsonwebtoken@^8.3.0:
5279-
version "8.4.0"
5280-
resolved "http://registry.npm.taobao.org/jsonwebtoken/download/jsonwebtoken-8.4.0.tgz#8757f7b4cb7440d86d5e2f3becefa70536c8e46a"
5281-
dependencies:
5282-
jws "^3.1.5"
5283-
lodash.includes "^4.3.0"
5284-
lodash.isboolean "^3.0.3"
5285-
lodash.isinteger "^4.0.4"
5286-
lodash.isnumber "^3.0.3"
5287-
lodash.isplainobject "^4.0.6"
5288-
lodash.isstring "^4.0.1"
5289-
lodash.once "^4.0.0"
5278+
jsonwebtoken@^9.0.0:
5279+
version "9.0.0"
5280+
resolved "https://registry.npmmirror.com/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz#d0faf9ba1cc3a56255fe49c0961a67e520c1926d"
5281+
dependencies:
5282+
jws "^3.2.2"
5283+
lodash "^4.17.21"
52905284
ms "^2.1.1"
5285+
semver "^7.3.8"
52915286

52925287
jsprim@^1.2.2:
52935288
version "1.4.1"
@@ -5327,19 +5322,19 @@ juice@^5.0.0:
53275322
slick "^1.12.2"
53285323
web-resource-inliner "^4.2.1"
53295324

5330-
jwa@^1.1.5:
5331-
version "1.1.6"
5332-
resolved "http://registry.npm.taobao.org/jwa/download/jwa-1.1.6.tgz#87240e76c9808dbde18783cf2264ef4929ee50e6"
5325+
jwa@^1.4.1:
5326+
version "1.4.1"
5327+
resolved "https://registry.npmmirror.com/jwa/-/jwa-1.4.1.tgz#743c32985cb9e98655530d53641b66c8645b039a"
53335328
dependencies:
53345329
buffer-equal-constant-time "1.0.1"
5335-
ecdsa-sig-formatter "1.0.10"
5330+
ecdsa-sig-formatter "1.0.11"
53365331
safe-buffer "^5.0.1"
53375332

5338-
jws@^3.1.5:
5339-
version "3.1.5"
5340-
resolved "http://registry.npm.taobao.org/jws/download/jws-3.1.5.tgz#80d12d05b293d1e841e7cb8b4e69e561adcf834f"
5333+
jws@^3.2.2:
5334+
version "3.2.2"
5335+
resolved "https://registry.npmmirror.com/jws/-/jws-3.2.2.tgz#001099f3639468c9414000e99995fa52fb478304"
53415336
dependencies:
5342-
jwa "^1.1.5"
5337+
jwa "^1.4.1"
53435338
safe-buffer "^5.0.1"
53445339

53455340
@@ -5656,34 +5651,10 @@ [email protected]:
56565651
version "4.4.2"
56575652
resolved "http://registry.npm.taobao.org/lodash.get/download/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99"
56585653

5659-
lodash.includes@^4.3.0:
5660-
version "4.3.0"
5661-
resolved "http://registry.npm.taobao.org/lodash.includes/download/lodash.includes-4.3.0.tgz#60bb98a87cb923c68ca1e51325483314849f553f"
5662-
5663-
lodash.isboolean@^3.0.3:
5664-
version "3.0.3"
5665-
resolved "http://registry.npm.taobao.org/lodash.isboolean/download/lodash.isboolean-3.0.3.tgz#6c2e171db2a257cd96802fd43b01b20d5f5870f6"
5666-
56675654
lodash.isempty@^4.4.0:
56685655
version "4.4.0"
56695656
resolved "http://registry.npm.taobao.org/lodash.isempty/download/lodash.isempty-4.4.0.tgz#6f86cbedd8be4ec987be9aaf33c9684db1b31e7e"
56705657

5671-
lodash.isinteger@^4.0.4:
5672-
version "4.0.4"
5673-
resolved "http://registry.npm.taobao.org/lodash.isinteger/download/lodash.isinteger-4.0.4.tgz#619c0af3d03f8b04c31f5882840b77b11cd68343"
5674-
5675-
lodash.isnumber@^3.0.3:
5676-
version "3.0.3"
5677-
resolved "http://registry.npm.taobao.org/lodash.isnumber/download/lodash.isnumber-3.0.3.tgz#3ce76810c5928d03352301ac287317f11c0b1ffc"
5678-
5679-
lodash.isplainobject@^4.0.6:
5680-
version "4.0.6"
5681-
resolved "http://registry.npm.taobao.org/lodash.isplainobject/download/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb"
5682-
5683-
lodash.isstring@^4.0.1:
5684-
version "4.0.1"
5685-
resolved "http://registry.npm.taobao.org/lodash.isstring/download/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451"
5686-
56875658
lodash.keys@^4.2.0:
56885659
version "4.2.0"
56895660
resolved "http://registry.npm.taobao.org/lodash.keys/download/lodash.keys-4.2.0.tgz#a08602ac12e4fb83f91fc1fb7a360a4d9ba35205"
@@ -5704,10 +5675,6 @@ lodash.noop@^3.0.1:
57045675
version "3.0.1"
57055676
resolved "http://registry.npm.taobao.org/lodash.noop/download/lodash.noop-3.0.1.tgz#38188f4d650a3a474258439b96ec45b32617133c"
57065677

5707-
lodash.once@^4.0.0:
5708-
version "4.1.1"
5709-
resolved "http://registry.npm.taobao.org/lodash.once/download/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac"
5710-
57115678
lodash.padstart@^4.6.1:
57125679
version "4.6.1"
57135680
resolved "http://registry.npm.taobao.org/lodash.padstart/download/lodash.padstart-4.6.1.tgz#d2e3eebff0d9d39ad50f5cbd1b52a7bce6bb611b"
@@ -5765,7 +5732,7 @@ lodash.values@^4.3.0:
57655732
version "4.3.0"
57665733
resolved "http://registry.npm.taobao.org/lodash.values/download/lodash.values-4.3.0.tgz#a3a6c2b0ebecc5c2cba1c17e6e620fe81b53d347"
57675734

5768-
[email protected], lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.2, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0:
5735+
57695736
version "4.17.11"
57705737
resolved "http://registry.npm.taobao.org/lodash/download/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
57715738

@@ -5777,6 +5744,10 @@ lodash@^3.3.1:
57775744
version "3.10.1"
57785745
resolved "http://registry.npm.taobao.org/lodash/download/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6"
57795746

5747+
lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.2, lodash@^4.17.21, lodash@^4.17.4, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0:
5748+
version "4.17.21"
5749+
resolved "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
5750+
57805751
log-symbols@^2.2.0:
57815752
version "2.2.0"
57825753
resolved "http://registry.npm.taobao.org/log-symbols/download/log-symbols-2.2.0.tgz#5740e1c5d6f0dfda4ad9323b5332107ef6b4c40a"
@@ -5829,6 +5800,12 @@ lru-cache@^4.0.1, lru-cache@^4.1.2:
58295800
pseudomap "^1.0.2"
58305801
yallist "^3.0.2"
58315802

5803+
lru-cache@^6.0.0:
5804+
version "6.0.0"
5805+
resolved "https://registry.npmmirror.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
5806+
dependencies:
5807+
yallist "^4.0.0"
5808+
58325809
macos-release@^1.0.0:
58335810
version "1.1.0"
58345811
resolved "http://registry.npm.taobao.org/macos-release/download/macos-release-1.1.0.tgz#831945e29365b470aa8724b0ab36c8f8959d10fb"
@@ -7880,6 +7857,12 @@ [email protected]:
78807857
version "5.5.0"
78817858
resolved "http://registry.npm.taobao.org/semver/download/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab"
78827859

7860+
semver@^7.3.8:
7861+
version "7.3.8"
7862+
resolved "https://registry.npmmirror.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
7863+
dependencies:
7864+
lru-cache "^6.0.0"
7865+
78837866
sendmessage@^1.1.0:
78847867
version "1.1.0"
78857868
resolved "http://registry.npm.taobao.org/sendmessage/download/sendmessage-1.1.0.tgz#10a245cee2d50c759f1e09a23477b91496d09e35"
@@ -9105,6 +9088,10 @@ yallist@^3.0.0, yallist@^3.0.2:
91059088
version "3.0.3"
91069089
resolved "http://registry.npm.taobao.org/yallist/download/yallist-3.0.3.tgz#b4b049e314be545e3ce802236d6cd22cd91c3de9"
91079090

9091+
yallist@^4.0.0:
9092+
version "4.0.0"
9093+
resolved "https://registry.npmmirror.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
9094+
91089095
91099096
version "11.0.0"
91109097
resolved "http://registry.npm.taobao.org/yargs-parser/download/yargs-parser-11.0.0.tgz#d9fd0f0cd551a2a2ef9bbf42606ffb6211634232"

0 commit comments

Comments
 (0)