Skip to content

Commit 84b5b06

Browse files
committed
Update nest monorepo to v6.2.4
1 parent f360f55 commit 84b5b06

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"i18next": "15.0.9"
2525
},
2626
"devDependencies": {
27-
"@nestjs/common": "6.1.1",
28-
"@nestjs/core": "6.1.1",
29-
"@nestjs/testing": "6.1.1",
27+
"@nestjs/common": "6.2.4",
28+
"@nestjs/core": "6.2.4",
29+
"@nestjs/testing": "6.2.4",
3030
"@types/jest": "24.0.13",
3131
"@types/ora": "3.2.0",
3232
"codecov": "3.3.0",

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -292,19 +292,19 @@
292292
"@types/istanbul-reports" "^1.1.1"
293293
"@types/yargs" "^12.0.9"
294294

295-
"@nestjs/common@6.1.1":
296-
version "6.1.1"
297-
resolved "https://registry.yarnpkg.com/@nestjs/common/-/common-6.1.1.tgz#6f7f0aa0ff45285f9d2b0a66acde1ebeb0c99060"
298-
integrity sha512-hwAjk0RUMRFWJktTYovW0LWVRy2oLBwdb4mDcomYUoSGrCYZ9xGS+eeB9B7Lby4xoz01E2NTRmdrIh9gQYAEFA==
295+
"@nestjs/common@6.2.4":
296+
version "6.2.4"
297+
resolved "https://registry.yarnpkg.com/@nestjs/common/-/common-6.2.4.tgz#ee6ff8b07494ce7242b1e61fb7fae9f64ec963d6"
298+
integrity sha512-YZvJ6/S7yVQZK+9rupCzMCg4tpbc9DyVvLoTx0NBDqExTCUNcNEcCtn0AZrO/hLqbeYODnJwGE2NxkH1R/qw+w==
299299
dependencies:
300300
axios "0.18.0"
301301
cli-color "1.4.0"
302302
uuid "3.3.2"
303303

304-
"@nestjs/core@6.1.1":
305-
version "6.1.1"
306-
resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-6.1.1.tgz#10494e8e1a4bcf55059fd114c0934186c2130930"
307-
integrity sha512-qIDe+dr+iCuntoewwJgsDBay3JWcCozXKZZLjKwIK5VxWTxT83KHm+1LRR8hSAMCPgQFgRq4639oOSRtceEzNg==
304+
"@nestjs/core@6.2.4":
305+
version "6.2.4"
306+
resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-6.2.4.tgz#ab2436ebfee356ae4ac66f19378f8ed57ac2c3c9"
307+
integrity sha512-aYKi3QGKmpxF6w32STAcobIqOHFqSUXrU8nF+Y9dOlStRkXFBTuVchsoJk94sY+3y4SJAlHH4Q/8R4yFaixrug==
308308
dependencies:
309309
"@nuxtjs/opencollective" "0.2.1"
310310
fast-safe-stringify "2.0.6"
@@ -313,10 +313,10 @@
313313
optional "0.1.4"
314314
uuid "3.3.2"
315315

316-
"@nestjs/testing@6.1.1":
317-
version "6.1.1"
318-
resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-6.1.1.tgz#cc871867f9bd053069467a5a2f1b429945413313"
319-
integrity sha512-EQLRES20n8zWkFRXgwFKjCE0s/WsHvqv3v22umqq2XHiep7WiJub0hNG/FcC00WltXPDPAaEDu0XDPr56UWZhQ==
316+
"@nestjs/testing@6.2.4":
317+
version "6.2.4"
318+
resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-6.2.4.tgz#23a3480fa6c46b24940187b3d6ed21c784709865"
319+
integrity sha512-l5uxeNz+CksHaVcHxSlpo0vyJxvZP7BM1vS6BKuqtn/lNlIITAkdWmCVfBldN8Okayj3B2yhc04Zq6imU3aX9w==
320320
dependencies:
321321
optional "0.1.4"
322322

0 commit comments

Comments
 (0)