From 8d4246ff6bccabb0cb83a2e5e578df4f30be27e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Mar 2023 03:06:51 +0000 Subject: [PATCH] Bump @nestjs/core from 9.0.4 to 9.0.5 Bumps [@nestjs/core](https://github.com/nestjs/nest) from 9.0.4 to 9.0.5. - [Release notes](https://github.com/nestjs/nest/releases) - [Commits](https://github.com/nestjs/nest/compare/v9.0.4...v9.0.5) --- updated-dependencies: - dependency-name: "@nestjs/core" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 14 +++++--------- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 4c11961..a12f647 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@liaoliaots/nestjs-redis": "^9.0.0", "@nestjs/common": "^9.0.4", "@nestjs/config": "^2.2.0", - "@nestjs/core": "^9.0.4", + "@nestjs/core": "^9.0.5", "@nestjs/jwt": "^9.0.0", "@nestjs/mapped-types": "*", "@nestjs/mongoose": "^9.0.2", diff --git a/yarn.lock b/yarn.lock index 2ef2395..3f8ee41 100644 --- a/yarn.lock +++ b/yarn.lock @@ -610,10 +610,10 @@ lodash "4.17.21" uuid "8.3.2" -"@nestjs/core@^9.0.4": - version "9.0.4" - resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-9.0.4.tgz#b44f74d6d617a8a12b2cb94c8574c1850efe48f1" - integrity sha512-8mOzpXmxAWRByw5v6Npl/S7Zowmm2JHzS+h46iQK0BGkvlVXwMZXL2sJLH9XIokRvjASVbWqUn+d7W1mMjT9/Q== +"@nestjs/core@^9.0.5": + version "9.0.5" + resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-9.0.5.tgz#b4cb8f8b0c1d234a840f06e265717d4a24f8d224" + integrity sha512-41BBJlsquasVrGeRWNYb74Fwsc+oB5EmKC/hioQJAhGqIw5Kr5AcdEoEFaMKFzNLAPbU6c/nVW8T8CrvtQbQww== dependencies: "@nuxtjs/opencollective" "0.3.2" fast-safe-stringify "2.1.1" @@ -4690,7 +4690,7 @@ tsconfig-paths@^3.10.1, tsconfig-paths@^3.9.0: minimist "^1.2.0" strip-bom "^3.0.0" -tslib@2.4.0: +tslib@2.4.0, tslib@^2.1.0: version "2.4.0" resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3" integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ== @@ -4699,10 +4699,6 @@ tslib@^1.8.1, tslib@^1.9.0: version "1.14.1" resolved "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz" -tslib@^2.1.0: - version "2.3.1" - resolved "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz" - tsutils@^3.21.0: version "3.21.0" resolved "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz"