Skip to content

Commit 820d66d

Browse files
chore(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] <support@github.com>
1 parent fa3b6cf commit 820d66d

File tree

2 files changed

+15
-56
lines changed

2 files changed

+15
-56
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"dependencies": {
3131
"@discordjs/rest": "^0.5.0",
3232
"discord-api-types": "^0.37.35",
33-
"jsonwebtoken": "^8.5.1",
33+
"jsonwebtoken": "^9.0.0",
3434
"undici": "^5.20.0"
3535
},
3636
"devDependencies": {

yarn.lock

+14-55
Original file line numberDiff line numberDiff line change
@@ -682,21 +682,15 @@ json-stable-stringify-without-jsonify@^1.0.1:
682682
resolved "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz"
683683
integrity sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==
684684

685-
jsonwebtoken@^8.5.1:
686-
version "8.5.1"
687-
resolved "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz"
688-
integrity sha512-XjwVfRS6jTMsqYs0EsuJ4LGxXV14zQybNd4L2r0UvbVnSF9Af8x7p5MzbJ90Ioz/9TI41/hTCvznF/loiSzn8w==
685+
jsonwebtoken@^9.0.0:
686+
version "9.0.0"
687+
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz#d0faf9ba1cc3a56255fe49c0961a67e520c1926d"
688+
integrity sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==
689689
dependencies:
690690
jws "^3.2.2"
691-
lodash.includes "^4.3.0"
692-
lodash.isboolean "^3.0.3"
693-
lodash.isinteger "^4.0.4"
694-
lodash.isnumber "^3.0.3"
695-
lodash.isplainobject "^4.0.6"
696-
lodash.isstring "^4.0.1"
697-
lodash.once "^4.0.0"
691+
lodash "^4.17.21"
698692
ms "^2.1.1"
699-
semver "^5.6.0"
693+
semver "^7.3.8"
700694

701695
jwa@^1.4.1:
702696
version "1.4.1"
@@ -723,45 +717,15 @@ levn@^0.4.1:
723717
prelude-ls "^1.2.1"
724718
type-check "~0.4.0"
725719

726-
lodash.includes@^4.3.0:
727-
version "4.3.0"
728-
resolved "https://registry.npmjs.org/lodash.includes/-/lodash.includes-4.3.0.tgz"
729-
integrity sha1-YLuYqHy5I8aMoeUTJUgzFISfVT8=
730-
731-
lodash.isboolean@^3.0.3:
732-
version "3.0.3"
733-
resolved "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz"
734-
integrity sha1-bC4XHbKiV82WgC/UOwGyDV9YcPY=
735-
736-
lodash.isinteger@^4.0.4:
737-
version "4.0.4"
738-
resolved "https://registry.npmjs.org/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz"
739-
integrity sha1-YZwK89A/iwTDH1iChAt3sRzWg0M=
740-
741-
lodash.isnumber@^3.0.3:
742-
version "3.0.3"
743-
resolved "https://registry.npmjs.org/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz"
744-
integrity sha1-POdoEMWSjQM1IwGsKHMX8RwLH/w=
745-
746-
lodash.isplainobject@^4.0.6:
747-
version "4.0.6"
748-
resolved "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz"
749-
integrity sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs=
750-
751-
lodash.isstring@^4.0.1:
752-
version "4.0.1"
753-
resolved "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz"
754-
integrity sha1-1SfftUVuynzJu5XV2ur4i6VKVFE=
755-
756720
lodash.merge@^4.6.2:
757721
version "4.6.2"
758722
resolved "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz"
759723
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
760724

761-
lodash.once@^4.0.0:
762-
version "4.1.1"
763-
resolved "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz"
764-
integrity sha1-DdOXEhPHxW34gJd9UEyI+0cal6w=
725+
lodash@^4.17.21:
726+
version "4.17.21"
727+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
728+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
765729

766730
lru-cache@^6.0.0:
767731
version "6.0.0"
@@ -940,15 +904,10 @@ safe-buffer@^5.0.1:
940904
resolved "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz"
941905
integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==
942906

943-
semver@^5.6.0:
944-
version "5.7.1"
945-
resolved "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz"
946-
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
947-
948-
semver@^7.3.7:
949-
version "7.3.7"
950-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f"
951-
integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==
907+
semver@^7.3.7, semver@^7.3.8:
908+
version "7.3.8"
909+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
910+
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
952911
dependencies:
953912
lru-cache "^6.0.0"
954913

0 commit comments

Comments
 (0)