From adf956e462053b0ac351eba7793ada35ad2fb1bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Jul 2022 10:21:07 +0000 Subject: [PATCH] chore(deps): update nest monorepo to v9.0.3 --- package-lock.json | 18 +++++++++--------- package.json | 6 +++--- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index d44362e3..97ed6bbf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1543,9 +1543,9 @@ } }, "@nestjs/common": { - "version": "9.0.2", - "resolved": "https://registry.npmjs.org/@nestjs/common/-/common-9.0.2.tgz", - "integrity": "sha512-hk0LiyFvyoQSTIU9cWSMTv9YXIqWWzyhyxvqsytKuVeesGGEhrDdNMfYvKMCmxN3Rj+Gi0Kye0ehsXlCHIK7zA==", + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/@nestjs/common/-/common-9.0.3.tgz", + "integrity": "sha512-QPUdWb6srXmJeRlnavLa0FHFXtgajm/WsyYn/MlHpzqTv7VRfB/zLicwPofdH+CozVvzoZp+c63Khuysg9uasw==", "dev": true, "requires": { "iterare": "1.2.1", @@ -1562,9 +1562,9 @@ } }, "@nestjs/core": { - "version": "9.0.2", - "resolved": "https://registry.npmjs.org/@nestjs/core/-/core-9.0.2.tgz", - "integrity": "sha512-Gbj+xpRJOpSHCtv+z6hQIuj8B787A57cbDNguzAx9O0+Z5S+r71kotTYCHIkLqzGxc8Z1qDuimJwBpMPO2OGTw==", + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/@nestjs/core/-/core-9.0.3.tgz", + "integrity": "sha512-TFXCfcqt1FqN/54hrrfdLZgAroDjqbkJ8mDcFiD4JFuQGIHkgofXXEtjfwPAEfR41RLxB8612Pf0UjI4bag4Vw==", "dev": true, "requires": { "@nuxtjs/opencollective": "0.3.2", @@ -1585,9 +1585,9 @@ } }, "@nestjs/testing": { - "version": "9.0.2", - "resolved": "https://registry.npmjs.org/@nestjs/testing/-/testing-9.0.2.tgz", - "integrity": "sha512-PccUbrAeItajWtGuqYa7IQJBbDz5AW5i4YYuSTAqDKjl8KkZ8PG19xZ3QCsdMyxczTTI82Z+9QZaFZb+mC98Ug==", + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/@nestjs/testing/-/testing-9.0.3.tgz", + "integrity": "sha512-6pLtQLblbBOukiABR6ty2HOpW2Z1lUJmP3mqKVFc11n7ZoF5kDxYaDTxdbMlcynye8eH7ehRvzsGnNJJmLlaSA==", "dev": true, "requires": { "tslib": "2.4.0" diff --git a/package.json b/package.json index 43f05474..48473a20 100644 --- a/package.json +++ b/package.json @@ -26,15 +26,15 @@ "jest": "28.1.2", "ts-jest": "28.0.5", "reflect-metadata": "0.1.13", - "@nestjs/core": "9.0.2", - "@nestjs/testing": "9.0.2", + "@nestjs/core": "9.0.3", + "@nestjs/testing": "9.0.3", "@types/jest": "28.1.4", "@typescript-eslint/eslint-plugin": "5.30.6", "@typescript-eslint/parser": "5.30.6", "eslint": "8.19.0", "eslint-config-prettier": "8.5.0", "eslint-plugin-import": "2.26.0", - "@nestjs/common": "9.0.2", + "@nestjs/common": "9.0.3", "@types/node": "16.11.43", "husky": "8.0.1", "lint-staged": "13.0.3",