Skip to content

Commit 712b1e3

Browse files
Update dependency @types/jsonwebtoken to v9.0.9
1 parent b540c4b commit 712b1e3

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

web-app/yarn.lock

+17-9
Original file line numberDiff line numberDiff line change
@@ -3295,10 +3295,11 @@
32953295
integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==
32963296

32973297
"@types/jsonwebtoken@^9.0.3":
3298-
version "9.0.3"
3299-
resolved "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-9.0.3.tgz#1f22283b8e1f933af9e195d720798b64b399d84c"
3300-
integrity sha512-b0jGiOgHtZ2jqdPgPnP6WLCXZk1T8p06A/vPGzUvxpFGgKMbjXJDjC5m52ErqBnIuWZFgGoIJyRdeG5AyreJjA==
3298+
version "9.0.9"
3299+
resolved "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-9.0.9.tgz#a4c3a446c0ebaaf467a58398382616f416345fb3"
3300+
integrity sha512-uoe+GxEuHbvy12OUQct2X9JenKM3qAscquYymuQN4fMWG9DBQtykrQEFcAbVACF7qaLw9BePSodUL0kquqBJpQ==
33013301
dependencies:
3302+
"@types/ms" "*"
33023303
"@types/node" "*"
33033304

33043305
"@types/lodash.mergewith@4.6.7":
@@ -3319,9 +3320,9 @@
33193320
integrity sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==
33203321

33213322
"@types/ms@*":
3322-
version "0.7.31"
3323-
resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.31.tgz#31b7ca6407128a3d2bbc27fe2d21b345397f6197"
3324-
integrity sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==
3323+
version "2.1.0"
3324+
resolved "https://registry.yarnpkg.com/@types/ms/-/ms-2.1.0.tgz#052aa67a48eccc4309d7f0191b7e41434b90bb78"
3325+
integrity sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==
33253326

33263327
"@types/next-pwa@^5.6.4":
33273328
version "5.6.4"
@@ -3333,9 +3334,11 @@
33333334
workbox-build "^6.5.4"
33343335

33353336
"@types/node@*":
3336-
version "20.6.2"
3337-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.6.2.tgz#a065925409f59657022e9063275cd0b9bd7e1b12"
3338-
integrity sha512-Y+/1vGBHV/cYk6OI1Na/LHzwnlNCAfU3ZNGrc1LdRe/LAIbdDPTTv/HU3M7yXN448aTVDq3eKRm2cg7iKLb8gw==
3337+
version "22.13.10"
3338+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.10.tgz#df9ea358c5ed991266becc3109dc2dc9125d77e4"
3339+
integrity sha512-I6LPUvlRH+O6VRUqYOcMudhaIdUVWfsjnZavnsraHvpBwaEyMN29ry+0UVJhImYL16xsscu0aske3yA+uPOWfw==
3340+
dependencies:
3341+
undici-types "~6.20.0"
33393342

33403343
"@types/node@^12.12.54":
33413344
version "12.20.55"
@@ -8359,6 +8362,11 @@ unbox-primitive@^1.0.2:
83598362
has-symbols "^1.0.3"
83608363
which-boxed-primitive "^1.0.2"
83618364

8365+
undici-types@~6.20.0:
8366+
version "6.20.0"
8367+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
8368+
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
8369+
83628370
unicode-canonical-property-names-ecmascript@^2.0.0:
83638371
version "2.0.0"
83648372
resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz#301acdc525631670d39f6146e0e77ff6bbdebddc"

0 commit comments

Comments
 (0)