Skip to content

Commit 6a957e7

Browse files
chore(deps): update nest monorepo to v9.3.10
1 parent dca9636 commit 6a957e7

File tree

1 file changed

+42
-14
lines changed

1 file changed

+42
-14
lines changed

yarn.lock

Lines changed: 42 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -829,9 +829,9 @@
829829
integrity sha512-uSvJdwQU5nK+Vdf6zxcWAY2A8r7uqe+gePwLWzJ+fsQehq18pc0I2hJKwypZ2aLM90+Er9u1xn4iLJPZ+xlL4g==
830830

831831
"@nestjs/common@^9.3.9":
832-
version "9.3.9"
833-
resolved "https://registry.yarnpkg.com/@nestjs/common/-/common-9.3.9.tgz#170201ce1c2a8f73bd4babe74b64a2a0b37a95d0"
834-
integrity sha512-GshTD9Xz+wD2em6NyzU4NXw5IXMUmapgDgD+iuj6XL0258hvDwODmNk37mBBnZvTZlqER+krvIUKnS34etqF/A==
832+
version "9.3.10"
833+
resolved "https://registry.yarnpkg.com/@nestjs/common/-/common-9.3.10.tgz#c137402cad41123eaf5c74c2404e92490f9bbd50"
834+
integrity sha512-wj2bM9TXBlAvzgznkID0s7bN/niVn90sZIDtRFDnvaB1qagEpkWA0Bt39qilIuqdReluIaCjeEW106U0oyz+mQ==
835835
dependencies:
836836
uid "2.0.1"
837837
iterare "1.2.1"
@@ -848,9 +848,9 @@
848848
uuid "9.0.0"
849849

850850
"@nestjs/core@^9.3.9":
851-
version "9.3.9"
852-
resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-9.3.9.tgz#694caf785e0209175479637f11be79a930d0c0d6"
853-
integrity sha512-9g1A1G9eirLXEpH21rc6dKb08zHc2+adhCRz8NW39hbejcsxxD72FApJzt4QBQAKvu862ixt/tdpStnFT7lOSw==
851+
version "9.3.10"
852+
resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-9.3.10.tgz#34549387f60d3a6c2a5cc438f0f6a55592c65914"
853+
integrity sha512-9QuE5jHtRnqKZULUhQoB0pNU26mwJ4hYNwAQ7lc/nFU2/4Ci+wTTRrXhLZeirgaF6TLCgLQB7/wLHImcfoXUog==
854854
dependencies:
855855
uid "2.0.1"
856856
"@nuxtjs/opencollective" "0.3.2"
@@ -860,11 +860,11 @@
860860
tslib "2.5.0"
861861

862862
"@nestjs/platform-express@^9.3.9":
863-
version "9.3.9"
864-
resolved "https://registry.yarnpkg.com/@nestjs/platform-express/-/platform-express-9.3.9.tgz#557ace8589b54d4ee7bad87a1247a521058395d7"
865-
integrity sha512-f8ja2sYuDGj2QSMmjg05n3WF19wJG5yTiYxRi64nsu5GKL0qLM1LzxNemehkni/knExlvF2bDpbKKpna9nC1JA==
863+
version "9.3.10"
864+
resolved "https://registry.yarnpkg.com/@nestjs/platform-express/-/platform-express-9.3.10.tgz#5493bd4dc3f5f28e3224afd56d113017b746f3d6"
865+
integrity sha512-5aWokr8s0pipD5c/n40xC1iv3cMXfWrOhciX430p53cy4uyTAE+sTBk0PhB6tdG8NpK33aNqqHz/tyKlauQu/Q==
866866
dependencies:
867-
body-parser "1.20.1"
867+
body-parser "1.20.2"
868868
cors "2.8.5"
869869
express "4.18.2"
870870
multer "1.4.4-lts.1"
@@ -890,9 +890,9 @@
890890
pluralize "8.0.0"
891891

892892
"@nestjs/testing@^9.3.9":
893-
version "9.3.9"
894-
resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-9.3.9.tgz#f09a5df30cb1725a06f9fddd666543bbeb87eb35"
895-
integrity sha512-+mPvSVvSC2SAkYgZZv1mOI2xsdGc1pmq7/sem7iin/JDoFtlvoGSK+pfZHD3IV3EpYtq1v/8/5gi+UFH9yZnDg==
893+
version "9.3.10"
894+
resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-9.3.10.tgz#d0229d4d338806758dae824bdbeb935e097d4901"
895+
integrity sha512-TGspJkzDx1YmJzlmNG5WrhFa7IGgXbCVt4UXvBVqEk2QRPmJFZnqd0T9waKZ+SxwH4gY5sdw2niTFvOgqGVfJw==
896896
dependencies:
897897
tslib "2.5.0"
898898

@@ -2102,6 +2102,24 @@ [email protected]:
21022102
type-is "~1.6.18"
21032103
unpipe "1.0.0"
21042104

2105+
2106+
version "1.20.2"
2107+
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.2.tgz#6feb0e21c4724d06de7ff38da36dad4f57a747fd"
2108+
integrity sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==
2109+
dependencies:
2110+
bytes "3.1.2"
2111+
content-type "~1.0.5"
2112+
debug "2.6.9"
2113+
depd "2.0.0"
2114+
destroy "1.2.0"
2115+
http-errors "2.0.0"
2116+
iconv-lite "0.4.24"
2117+
on-finished "2.4.1"
2118+
qs "6.11.0"
2119+
raw-body "2.5.2"
2120+
type-is "~1.6.18"
2121+
unpipe "1.0.0"
2122+
21052123
bottleneck@^2.18.1:
21062124
version "2.19.5"
21072125
resolved "https://registry.yarnpkg.com/bottleneck/-/bottleneck-2.19.5.tgz#5df0b90f59fd47656ebe63c78a98419205cadd91"
@@ -2502,7 +2520,7 @@ [email protected]:
25022520
dependencies:
25032521
safe-buffer "5.2.1"
25042522

2505-
content-type@~1.0.4:
2523+
content-type@~1.0.4, content-type@~1.0.5:
25062524
version "1.0.5"
25072525
resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.5.tgz#8b773162656d1d1086784c8f23a54ce6d73d7918"
25082526
integrity sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==
@@ -6501,6 +6519,16 @@ [email protected]:
65016519
iconv-lite "0.4.24"
65026520
unpipe "1.0.0"
65036521

6522+
6523+
version "2.5.2"
6524+
resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.5.2.tgz#99febd83b90e08975087e8f1f9419a149366b68a"
6525+
integrity sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==
6526+
dependencies:
6527+
bytes "3.1.2"
6528+
http-errors "2.0.0"
6529+
iconv-lite "0.4.24"
6530+
unpipe "1.0.0"
6531+
65046532
[email protected], rc@^1.2.8:
65056533
version "1.2.8"
65066534
resolved "https://registry.yarnpkg.com/rc/-/rc-1.2.8.tgz#cd924bf5200a075b83c188cd6b9e211b7fc0d3ed"

0 commit comments

Comments
 (0)