Skip to content

Commit 610b29b

Browse files
build(deps): bump jsonwebtoken from 8.5.1 to 9.0.0
Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 8.5.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.5.1...v9.0.0) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2e01f21 commit 610b29b

File tree

2 files changed

+16
-63
lines changed

2 files changed

+16
-63
lines changed

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"@types/speakeasy": "^2.0.1",
8989
"@types/uuid": "^8.3.1",
9090
"joi": "^11.1.1",
91-
"jsonwebtoken": "^8.5.1",
91+
"jsonwebtoken": "^9.0.0",
9292
"knex": "^2.2.0",
9393
"lodash": "^4.17.20",
9494
"mongodb": "^2.2.31",

yarn.lock

Lines changed: 15 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -4348,21 +4348,15 @@ jsonpointer@^4.0.0:
43484348
version "4.0.1"
43494349
resolved "https://registry.yarnpkg.com/jsonpointer/-/jsonpointer-4.0.1.tgz#4fd92cb34e0e9db3c89c8622ecf51f9b978c6cb9"
43504350

4351-
jsonwebtoken@^8.5.1:
4352-
version "8.5.1"
4353-
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz#00e71e0b8df54c2121a1f26137df2280673bcc0d"
4354-
integrity sha512-XjwVfRS6jTMsqYs0EsuJ4LGxXV14zQybNd4L2r0UvbVnSF9Af8x7p5MzbJ90Ioz/9TI41/hTCvznF/loiSzn8w==
4351+
jsonwebtoken@^9.0.0:
4352+
version "9.0.0"
4353+
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz#d0faf9ba1cc3a56255fe49c0961a67e520c1926d"
4354+
integrity sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==
43554355
dependencies:
43564356
jws "^3.2.2"
4357-
lodash.includes "^4.3.0"
4358-
lodash.isboolean "^3.0.3"
4359-
lodash.isinteger "^4.0.4"
4360-
lodash.isnumber "^3.0.3"
4361-
lodash.isplainobject "^4.0.6"
4362-
lodash.isstring "^4.0.1"
4363-
lodash.once "^4.0.0"
4357+
lodash "^4.17.21"
43644358
ms "^2.1.1"
4365-
semver "^5.6.0"
4359+
semver "^7.3.8"
43664360

43674361
jsprim@^1.2.2:
43684362
version "1.4.1"
@@ -4677,10 +4671,6 @@ lodash.foreach@^4.3.0:
46774671
version "4.5.0"
46784672
resolved "https://registry.yarnpkg.com/lodash.foreach/-/lodash.foreach-4.5.0.tgz#1a6a35eace401280c7f06dddec35165ab27e3e53"
46794673

4680-
lodash.includes@^4.3.0:
4681-
version "4.3.0"
4682-
resolved "https://registry.yarnpkg.com/lodash.includes/-/lodash.includes-4.3.0.tgz#60bb98a87cb923c68ca1e51325483314849f553f"
4683-
46844674
lodash.isarguments@^3.0.0:
46854675
version "3.1.0"
46864676
resolved "https://registry.yarnpkg.com/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz#2f573d85c6a24289ff00663b491c1d338ff3458a"
@@ -4689,26 +4679,6 @@ lodash.isarray@^3.0.0:
46894679
version "3.0.4"
46904680
resolved "https://registry.yarnpkg.com/lodash.isarray/-/lodash.isarray-3.0.4.tgz#79e4eb88c36a8122af86f844aa9bcd851b5fbb55"
46914681

4692-
lodash.isboolean@^3.0.3:
4693-
version "3.0.3"
4694-
resolved "https://registry.yarnpkg.com/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz#6c2e171db2a257cd96802fd43b01b20d5f5870f6"
4695-
4696-
lodash.isinteger@^4.0.4:
4697-
version "4.0.4"
4698-
resolved "https://registry.yarnpkg.com/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz#619c0af3d03f8b04c31f5882840b77b11cd68343"
4699-
4700-
lodash.isnumber@^3.0.3:
4701-
version "3.0.3"
4702-
resolved "https://registry.yarnpkg.com/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz#3ce76810c5928d03352301ac287317f11c0b1ffc"
4703-
4704-
lodash.isplainobject@^4.0.6:
4705-
version "4.0.6"
4706-
resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb"
4707-
4708-
lodash.isstring@^4.0.1:
4709-
version "4.0.1"
4710-
resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451"
4711-
47124682
lodash.keys@^3.0.0:
47134683
version "3.1.2"
47144684
resolved "https://registry.yarnpkg.com/lodash.keys/-/lodash.keys-3.1.2.tgz#4dbc0472b156be50a0b286855d1bd0b0c656098a"
@@ -4725,10 +4695,6 @@ lodash.merge@^4.4.0:
47254695
version "4.6.0"
47264696
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.0.tgz#69884ba144ac33fe699737a6086deffadd0f89c5"
47274697

4728-
lodash.once@^4.0.0:
4729-
version "4.1.1"
4730-
resolved "https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac"
4731-
47324698
lodash.pick@^4.2.1:
47334699
version "4.4.0"
47344700
resolved "https://registry.yarnpkg.com/lodash.pick/-/lodash.pick-4.4.0.tgz#52f05610fff9ded422611441ed1fc123a03001b3"
@@ -4778,7 +4744,7 @@ [email protected]:
47784744
version "4.17.2"
47794745
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.2.tgz#34a3055babe04ce42467b607d700072c7ff6bf42"
47804746

4781-
[email protected], lodash@^4.17.21, lodash@^4.7.0:
4747+
[email protected], lodash@^4.0.0, lodash@^4.14.0, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.17.4, lodash@^4.2.1, lodash@^4.3.0, lodash@^4.7.0:
47824748
version "4.17.21"
47834749
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
47844750
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
@@ -4787,15 +4753,6 @@ [email protected], lodash@^4.17.21, lodash@^4.7.0:
47874753
version "3.10.1"
47884754
resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6"
47894755

4790-
lodash@^4.0.0, lodash@^4.14.0, lodash@^4.17.4, lodash@^4.2.1, lodash@^4.3.0:
4791-
version "4.17.4"
4792-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
4793-
4794-
lodash@^4.17.19, lodash@^4.17.20:
4795-
version "4.17.20"
4796-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
4797-
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
4798-
47994756
lodash@~1.3.1:
48004757
version "1.3.1"
48014758
resolved "https://registry.yarnpkg.com/lodash/-/lodash-1.3.1.tgz#a4663b53686b895ff074e2ba504dfb76a8e2b770"
@@ -6574,26 +6531,22 @@ [email protected]:
65746531
version "1.0.0"
65756532
resolved "https://registry.yarnpkg.com/semver-regex/-/semver-regex-1.0.0.tgz#92a4969065f9c70c694753d55248fc68f8f652c9"
65766533

6577-
"semver@2 >=2.2.1 || 3.x || 4 || 5", "semver@2 || 3 || 4 || 5", semver@^5.0.1, semver@^5.0.3, semver@^5.1.0, semver@^5.2.0, semver@^5.3.0, semver@^5.4.1:
6578-
version "5.4.1"
6579-
resolved "https://registry.yarnpkg.com/semver/-/semver-5.4.1.tgz#e059c09d8571f0540823733433505d3a2f00b18e"
6534+
"semver@2 >=2.2.1 || 3.x || 4 || 5", "semver@2 || 3 || 4 || 5", semver@^5.0.1, semver@^5.0.3, semver@^5.1.0, semver@^5.2.0, semver@^5.3.0, semver@^5.4.1, semver@^5.5.0:
6535+
version "5.7.1"
6536+
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
6537+
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
65806538

65816539
"semver@2 || 3 || 4":
65826540
version "4.3.6"
65836541
resolved "https://registry.yarnpkg.com/semver/-/semver-4.3.6.tgz#300bc6e0e86374f7ba61068b5b1ecd57fc6532da"
65846542

6585-
[email protected], semver@^7.3.2:
6586-
version "7.3.5"
6587-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
6588-
integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==
6543+
[email protected], semver@^7.3.2, semver@^7.3.8:
6544+
version "7.3.8"
6545+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
6546+
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
65896547
dependencies:
65906548
lru-cache "^6.0.0"
65916549

6592-
semver@^5.5.0, semver@^5.6.0:
6593-
version "5.7.1"
6594-
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
6595-
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
6596-
65976550
semver@^6.0.0, semver@^6.3.0:
65986551
version "6.3.0"
65996552
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"

0 commit comments

Comments
 (0)