From e9641a7c967580b10ff55e07a2aead9e34306dc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Feb 2021 07:23:29 +0000 Subject: [PATCH] :arrow_up: Bump @nestjs/config from 0.6.2 to 0.6.3 Bumps [@nestjs/config](https://github.com/nestjs/config) from 0.6.2 to 0.6.3. - [Release notes](https://github.com/nestjs/config/releases) - [Changelog](https://github.com/nestjs/config/blob/master/.release-it.json) - [Commits](https://github.com/nestjs/config/compare/0.6.2...0.6.3) Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2efc37249..a38746549 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1692,9 +1692,9 @@ } }, "@nestjs/common": { - "version": "7.6.8", - "resolved": "https://registry.npmjs.org/@nestjs/common/-/common-7.6.8.tgz", - "integrity": "sha512-w3c0T0kfPSkWf5QDYn2FHrItyBT/vxCohrppK/LmFqcUQ6pXG8Yj1MKqgpG94LFsLMJgAvlYfhQ4dHOu72i0LQ==", + "version": "7.6.11", + "resolved": "https://registry.npmjs.org/@nestjs/common/-/common-7.6.11.tgz", + "integrity": "sha512-DPBqoORDJC9xO/c83ZXNdUk9rIOLZ1Joqt8hYVtGROMIt7+s4zdbiUOWbNLPhUwluIVczYt4bFjhoU6HWoePgA==", "requires": { "axios": "0.21.1", "iterare": "1.2.1", @@ -1710,9 +1710,9 @@ } }, "@nestjs/config": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/@nestjs/config/-/config-0.6.2.tgz", - "integrity": "sha512-vn7MWw7SGYyaSBqdSx6FjVhumFg0XK97gcTnaznKKzm1OZychuEjk2QIEFuehfQvdWtppHXOha0TgVKSGvODQg==", + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/@nestjs/config/-/config-0.6.3.tgz", + "integrity": "sha512-JxvvUpmH0/WOrTB+zh8dEkxSUQXhB7V3d/qeQXyCnMiEFjaq89+fNFztpWjz4DlOfdS4/eYTzIEy9PH2uGnfzA==", "requires": { "dotenv": "8.2.0", "dotenv-expand": "5.1.0", @@ -1754,9 +1754,9 @@ "integrity": "sha512-Hu9hPxTdBZA0C4GrWTsSflzwsJ99oAk9jqAwpcszdFNqfjMjkPGuCM9QsVZbBP2bE8fxrVrPsNOILS6puY8e/A==" }, "@nestjs/platform-express": { - "version": "7.6.8", - "resolved": "https://registry.npmjs.org/@nestjs/platform-express/-/platform-express-7.6.8.tgz", - "integrity": "sha512-N/DvK4z3AzAf4LvDhWgfVEyQ4G3Wrijr7UUjUZ0k/h/2M8mSrC1H39iVBTlpbHSS5tYu2OONFg+lRxkJmcmL3w==", + "version": "7.6.11", + "resolved": "https://registry.npmjs.org/@nestjs/platform-express/-/platform-express-7.6.11.tgz", + "integrity": "sha512-YNlkhoNfu9QswnIQ0Syzzbxy7CKR3kp4+t8SDX4Pz5ZvJ/5NDQzUHTEg3QUoh8L4IG2/nXHC/gUICQP/fuovJw==", "requires": { "body-parser": "1.19.0", "cors": "2.8.5", @@ -1804,9 +1804,9 @@ } }, "@nestjs/testing": { - "version": "7.6.8", - "resolved": "https://registry.npmjs.org/@nestjs/testing/-/testing-7.6.8.tgz", - "integrity": "sha512-Jz9LNbgEMDLvijlBfWJnbAfWxj8I838Uk2EKwsDMjOl7plDvaYxmvu2B2QFQyAR7wK7VBZsAv7KiojvvFbHz+g==", + "version": "7.6.11", + "resolved": "https://registry.npmjs.org/@nestjs/testing/-/testing-7.6.11.tgz", + "integrity": "sha512-wSJcXo5dO5lf2PTYTw1gfT9C0aZhFJd9VfN4dsZYS8nRqDhwT0V3VF7FP6Rrjk2QCtw0PNprI3gozmNvx+oDfA==", "dev": true, "requires": { "optional": "0.1.4",