Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 3fc8b83

Browse files
fix(deps): update dependency @nestjs/common to v9.4.2
1 parent 912c88a commit 3fc8b83

File tree

1 file changed

+21
-9
lines changed

1 file changed

+21
-9
lines changed

yarn.lock

+21-9
Original file line numberDiff line numberDiff line change
@@ -1148,14 +1148,19 @@
11481148
"@types/yargs" "^15.0.0"
11491149
chalk "^3.0.0"
11501150

1151+
"@lukeed/csprng@^1.0.0":
1152+
version "1.1.0"
1153+
resolved "https://registry.yarnpkg.com/@lukeed/csprng/-/csprng-1.1.0.tgz#1e3e4bd05c1cc7a0b2ddbd8a03f39f6e4b5e6cfe"
1154+
integrity sha512-Z7C/xXCiGWsg0KuKsHTKJxbWhpI3Vs5GwLfOean7MGyVFGqdRgBbAjOCh6u4bbjPc/8MJ2pZmK/0DLdCbivLDA==
1155+
11511156
"@nestjs/common@^9.0.0":
1152-
version "9.0.11"
1153-
resolved "https://registry.yarnpkg.com/@nestjs/common/-/common-9.0.11.tgz#5747cfbb5d94d909bc2894bf2a5bec83fca809c5"
1154-
integrity sha512-oYLIcOal3QOwcqt6goXovRNg8ZkalyOMjH0oYYzfJLrait6P7c6nAeWHu4qFDThY7GoZHEanLgji1qlqVEW09g==
1157+
version "9.4.2"
1158+
resolved "https://registry.yarnpkg.com/@nestjs/common/-/common-9.4.2.tgz#d1f8a685217e2d94f8950d00b618c542ffa2a5f1"
1159+
integrity sha512-sea+qZnbD5x3YWZDVQT/wbVJ2NiABaM1tyZTLuW9hpkcM2KFA96xKtK3VaCxyz49zoXIgSOefsyK7HuUMCe27Q==
11551160
dependencies:
1161+
uid "2.0.2"
11561162
iterare "1.2.1"
1157-
tslib "2.4.0"
1158-
uuid "8.3.2"
1163+
tslib "2.5.2"
11591164

11601165
"@nestjs/graphql@^9.1.1":
11611166
version "9.1.1"
@@ -7261,10 +7266,10 @@ [email protected], tslib@^2.0.3, tslib@^2.3.1:
72617266
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
72627267
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
72637268

7264-
tslib@2.4.0:
7265-
version "2.4.0"
7266-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
7267-
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
7269+
tslib@2.5.2:
7270+
version "2.5.2"
7271+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.2.tgz#1b6f07185c881557b0ffa84b111a0106989e8338"
7272+
integrity sha512-5svOrSA2w3iGFDs1HibEVBGbDrAY82bFQ3HZ3ixB+88nsbsWQoKqDRb5UBYAUPEzbBn6dAp5gRNXglySbx1MlA==
72687273

72697274
tslib@^1.8.1, tslib@^1.9.0, tslib@^1.9.3:
72707275
version "1.14.1"
@@ -7344,6 +7349,13 @@ typescript@^4.8.2:
73447349
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.2.tgz#e3b33d5ccfb5914e4eeab6699cf208adee3fd790"
73457350
integrity sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw==
73467351

7352+
7353+
version "2.0.2"
7354+
resolved "https://registry.yarnpkg.com/uid/-/uid-2.0.2.tgz#4b5782abf0f2feeefc00fa88006b2b3b7af3e3b9"
7355+
integrity sha512-u3xV3X7uzvi5b1MncmZo3i2Aw222Zk1keqLA1YkHldREkAhAqi65wuPfe7lHx8H/Wzy+8CE7S7uS3jekIM5s8g==
7356+
dependencies:
7357+
"@lukeed/csprng" "^1.0.0"
7358+
73477359
unbox-primitive@^1.0.1:
73487360
version "1.0.1"
73497361
resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.1.tgz#085e215625ec3162574dc8859abee78a59b14471"

0 commit comments

Comments
 (0)