Skip to content

Commit 05b51af

Browse files
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 a235ff1 commit 05b51af

File tree

2 files changed

+15
-49
lines changed

2 files changed

+15
-49
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"bluebird": "^3.7.2",
3737
"cf-errors": "^0.1.16",
3838
"google-auth-library": "^6.1.3",
39-
"jsonwebtoken": "^8.5.1",
39+
"jsonwebtoken": "^9.0.0",
4040
"lodash": "^4.17.21",
4141
"request": "^2.88.2",
4242
"request-promise": "^4.2.6",

yarn.lock

Lines changed: 14 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1559,21 +1559,15 @@ jsonpointer@^4.0.0:
15591559
resolved "https://registry.yarnpkg.com/jsonpointer/-/jsonpointer-4.1.0.tgz#501fb89986a2389765ba09e6053299ceb4f2c2cc"
15601560
integrity sha512-CXcRvMyTlnR53xMcKnuMzfCA5i/nfblTnnr74CZb6C4vG39eu6w51t7nKmU5MfLfbTgGItliNyjO/ciNPDqClg==
15611561

1562-
jsonwebtoken@^8.5.1:
1563-
version "8.5.1"
1564-
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz#00e71e0b8df54c2121a1f26137df2280673bcc0d"
1565-
integrity sha512-XjwVfRS6jTMsqYs0EsuJ4LGxXV14zQybNd4L2r0UvbVnSF9Af8x7p5MzbJ90Ioz/9TI41/hTCvznF/loiSzn8w==
1562+
jsonwebtoken@^9.0.0:
1563+
version "9.0.0"
1564+
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz#d0faf9ba1cc3a56255fe49c0961a67e520c1926d"
1565+
integrity sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==
15661566
dependencies:
15671567
jws "^3.2.2"
1568-
lodash.includes "^4.3.0"
1569-
lodash.isboolean "^3.0.3"
1570-
lodash.isinteger "^4.0.4"
1571-
lodash.isnumber "^3.0.3"
1572-
lodash.isplainobject "^4.0.6"
1573-
lodash.isstring "^4.0.1"
1574-
lodash.once "^4.0.0"
1568+
lodash "^4.17.21"
15751569
ms "^2.1.1"
1576-
semver "^5.6.0"
1570+
semver "^7.3.8"
15771571

15781572
jsprim@^1.2.2:
15791573
version "1.4.1"
@@ -1694,11 +1688,6 @@ [email protected]:
16941688
lodash._basecreate "^3.0.0"
16951689
lodash._isiterateecall "^3.0.0"
16961690

1697-
lodash.includes@^4.3.0:
1698-
version "4.3.0"
1699-
resolved "https://registry.yarnpkg.com/lodash.includes/-/lodash.includes-4.3.0.tgz#60bb98a87cb923c68ca1e51325483314849f553f"
1700-
integrity sha1-YLuYqHy5I8aMoeUTJUgzFISfVT8=
1701-
17021691
lodash.isarguments@^3.0.0:
17031692
version "3.1.0"
17041693
resolved "https://registry.yarnpkg.com/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz#2f573d85c6a24289ff00663b491c1d338ff3458a"
@@ -1709,31 +1698,6 @@ lodash.isarray@^3.0.0:
17091698
resolved "https://registry.yarnpkg.com/lodash.isarray/-/lodash.isarray-3.0.4.tgz#79e4eb88c36a8122af86f844aa9bcd851b5fbb55"
17101699
integrity sha1-eeTriMNqgSKvhvhEqpvNhRtfu1U=
17111700

1712-
lodash.isboolean@^3.0.3:
1713-
version "3.0.3"
1714-
resolved "https://registry.yarnpkg.com/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz#6c2e171db2a257cd96802fd43b01b20d5f5870f6"
1715-
integrity sha1-bC4XHbKiV82WgC/UOwGyDV9YcPY=
1716-
1717-
lodash.isinteger@^4.0.4:
1718-
version "4.0.4"
1719-
resolved "https://registry.yarnpkg.com/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz#619c0af3d03f8b04c31f5882840b77b11cd68343"
1720-
integrity sha1-YZwK89A/iwTDH1iChAt3sRzWg0M=
1721-
1722-
lodash.isnumber@^3.0.3:
1723-
version "3.0.3"
1724-
resolved "https://registry.yarnpkg.com/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz#3ce76810c5928d03352301ac287317f11c0b1ffc"
1725-
integrity sha1-POdoEMWSjQM1IwGsKHMX8RwLH/w=
1726-
1727-
lodash.isplainobject@^4.0.6:
1728-
version "4.0.6"
1729-
resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb"
1730-
integrity sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs=
1731-
1732-
lodash.isstring@^4.0.1:
1733-
version "4.0.1"
1734-
resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451"
1735-
integrity sha1-1SfftUVuynzJu5XV2ur4i6VKVFE=
1736-
17371701
lodash.keys@^3.0.0:
17381702
version "3.1.2"
17391703
resolved "https://registry.yarnpkg.com/lodash.keys/-/lodash.keys-3.1.2.tgz#4dbc0472b156be50a0b286855d1bd0b0c656098a"
@@ -1743,11 +1707,6 @@ lodash.keys@^3.0.0:
17431707
lodash.isarguments "^3.0.0"
17441708
lodash.isarray "^3.0.0"
17451709

1746-
lodash.once@^4.0.0:
1747-
version "4.1.1"
1748-
resolved "https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac"
1749-
integrity sha1-DdOXEhPHxW34gJd9UEyI+0cal6w=
1750-
17511710
lodash@^4.0.0, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.21, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.3.0, lodash@^4.5.1:
17521711
version "4.17.21"
17531712
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
@@ -2383,11 +2342,18 @@ sax@>=0.6.0:
23832342
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
23842343
integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==
23852344

2386-
"semver@2 || 3 || 4 || 5", semver@^5.5.0, semver@^5.6.0:
2345+
"semver@2 || 3 || 4 || 5", semver@^5.5.0:
23872346
version "5.7.1"
23882347
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
23892348
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
23902349

2350+
semver@^7.3.8:
2351+
version "7.3.8"
2352+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
2353+
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
2354+
dependencies:
2355+
lru-cache "^6.0.0"
2356+
23912357
set-blocking@^2.0.0:
23922358
version "2.0.0"
23932359
resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"

0 commit comments

Comments
 (0)