Skip to content

Commit ae17228

Browse files
Bump jsonwebtoken from 8.5.1 to 9.0.0 (#682)
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]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matthias Pfeil <[email protected]>
1 parent c01f8a9 commit ae17228

File tree

2 files changed

+9
-57
lines changed

2 files changed

+9
-57
lines changed

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"got": "^11.8.2",
3030
"honeybadger": "^1.4.0",
3131
"isemail": "^3.0.0",
32-
"jsonwebtoken": "^8.1.0",
32+
"jsonwebtoken": "^9.0.0",
3333
"millify": "^5.0.1",
3434
"moment": "^2.29.4",
3535
"ms": "^2.1.3",

yarn.lock

Lines changed: 8 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -2058,21 +2058,15 @@ jsonpath@^1.1.1:
20582058
static-eval "2.0.2"
20592059
underscore "1.12.1"
20602060

2061-
jsonwebtoken@^8.1.0:
2062-
version "8.5.1"
2063-
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz#00e71e0b8df54c2121a1f26137df2280673bcc0d"
2064-
integrity sha512-XjwVfRS6jTMsqYs0EsuJ4LGxXV14zQybNd4L2r0UvbVnSF9Af8x7p5MzbJ90Ioz/9TI41/hTCvznF/loiSzn8w==
2061+
jsonwebtoken@^9.0.0:
2062+
version "9.0.0"
2063+
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz#d0faf9ba1cc3a56255fe49c0961a67e520c1926d"
2064+
integrity sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==
20652065
dependencies:
20662066
jws "^3.2.2"
2067-
lodash.includes "^4.3.0"
2068-
lodash.isboolean "^3.0.3"
2069-
lodash.isinteger "^4.0.4"
2070-
lodash.isnumber "^3.0.3"
2071-
lodash.isplainobject "^4.0.6"
2072-
lodash.isstring "^4.0.1"
2073-
lodash.once "^4.0.0"
2067+
lodash "^4.17.21"
20742068
ms "^2.1.1"
2075-
semver "^5.6.0"
2069+
semver "^7.3.8"
20762070

20772071
jsprim@^1.2.2:
20782072
version "1.4.1"
@@ -2161,46 +2155,11 @@ [email protected]:
21612155
resolved "https://registry.yarnpkg.com/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99"
21622156
integrity sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=
21632157

2164-
lodash.includes@^4.3.0:
2165-
version "4.3.0"
2166-
resolved "https://registry.yarnpkg.com/lodash.includes/-/lodash.includes-4.3.0.tgz#60bb98a87cb923c68ca1e51325483314849f553f"
2167-
integrity sha1-YLuYqHy5I8aMoeUTJUgzFISfVT8=
2168-
2169-
lodash.isboolean@^3.0.3:
2170-
version "3.0.3"
2171-
resolved "https://registry.yarnpkg.com/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz#6c2e171db2a257cd96802fd43b01b20d5f5870f6"
2172-
integrity sha1-bC4XHbKiV82WgC/UOwGyDV9YcPY=
2173-
21742158
lodash.isequal@^4.5.0:
21752159
version "4.5.0"
21762160
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
21772161
integrity sha1-QVxEePK8wwEgwizhDtMib30+GOA=
21782162

2179-
lodash.isinteger@^4.0.4:
2180-
version "4.0.4"
2181-
resolved "https://registry.yarnpkg.com/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz#619c0af3d03f8b04c31f5882840b77b11cd68343"
2182-
integrity sha1-YZwK89A/iwTDH1iChAt3sRzWg0M=
2183-
2184-
lodash.isnumber@^3.0.3:
2185-
version "3.0.3"
2186-
resolved "https://registry.yarnpkg.com/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz#3ce76810c5928d03352301ac287317f11c0b1ffc"
2187-
integrity sha1-POdoEMWSjQM1IwGsKHMX8RwLH/w=
2188-
2189-
lodash.isplainobject@^4.0.6:
2190-
version "4.0.6"
2191-
resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb"
2192-
integrity sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs=
2193-
2194-
lodash.isstring@^4.0.1:
2195-
version "4.0.1"
2196-
resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451"
2197-
integrity sha1-1SfftUVuynzJu5XV2ur4i6VKVFE=
2198-
2199-
lodash.once@^4.0.0:
2200-
version "4.1.1"
2201-
resolved "https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac"
2202-
integrity sha1-DdOXEhPHxW34gJd9UEyI+0cal6w=
2203-
22042163
lodash@^4.14.0, lodash@^4.17.11, lodash@^4.17.15, lodash@^4.17.20, lodash@^4.17.21:
22052164
version "4.17.21"
22062165
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
@@ -3084,7 +3043,7 @@ semver-store@^0.3.0:
30843043
resolved "https://registry.yarnpkg.com/semver-store/-/semver-store-0.3.0.tgz#ce602ff07df37080ec9f4fb40b29576547befbe9"
30853044
integrity sha512-TcZvGMMy9vodEFSse30lWinkj+JgOBvPn8wRItpQRSayhc+4ssDs335uklkfvQQJgL/WvmHLVj4Ycv2s7QCQMg==
30863045

3087-
semver@^5.1.0, semver@^5.6.0:
3046+
semver@^5.1.0:
30883047
version "5.7.1"
30893048
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
30903049
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
@@ -3094,14 +3053,7 @@ semver@^6.0.0, semver@^6.1.1:
30943053
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
30953054
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
30963055

3097-
semver@^7.2.1:
3098-
version "7.3.4"
3099-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.4.tgz#27aaa7d2e4ca76452f98d3add093a72c943edc97"
3100-
integrity sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==
3101-
dependencies:
3102-
lru-cache "^6.0.0"
3103-
3104-
semver@^7.3.5:
3056+
semver@^7.2.1, semver@^7.3.5, semver@^7.3.8:
31053057
version "7.3.8"
31063058
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
31073059
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==

0 commit comments

Comments
 (0)