Skip to content

Commit 6feaee7

Browse files
committed
fix: upgrade multiple dependencies with Snyk
Snyk has created this PR to upgrade: - @nestjs/common from 7.6.13 to 7.6.18. See this package in yarn: - @nestjs/core from 7.6.13 to 7.6.18. See this package in yarn: - @nestjs/platform-express from 7.6.13 to 7.6.18. See this package in yarn: - @nestjs/config from 0.6.2 to 0.6.3. See this package in yarn: - @nestjs/microservices from 7.6.7 to 7.6.18. See this package in yarn: - @nestjs/schedule from 0.4.2 to 0.4.3. See this package in yarn: - @nestjs/terminus from 7.1.0 to 7.2.0. See this package in yarn: - amqp-connection-manager from 3.2.1 to 3.9.0. See this package in yarn: - amqplib from 0.6.0 to 0.10.4. See this package in yarn: - module-alias from 2.2.2 to 2.2.3. See this package in yarn: - node-eventstore-client from 0.2.18 to 0.2.19. See this package in yarn: - pg from 8.5.1 to 8.12.0. See this package in yarn: - reflect-metadata from 0.1.13 to 0.2.2. See this package in yarn: - rxjs from 6.6.3 to 6.6.7. See this package in yarn: - typeorm from 0.2.30 to 0.3.20. See this package in yarn: See this project in Snyk: https://app.snyk.io/org/otasoft/project/8c113353-4d35-446a-a680-b6f14b43919e?utm_source=github&utm_medium=referral&page=upgrade-pr
1 parent beca13e commit 6feaee7

File tree

2 files changed

+420
-239
lines changed

2 files changed

+420
-239
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -21,25 +21,25 @@
2121
},
2222
"dependencies": {
2323
"@juicycleff/nestjs-event-store": "^3.1.18",
24-
"@nestjs/common": "^7.6.9",
25-
"@nestjs/config": "^0.6.2",
26-
"@nestjs/core": "^7.6.9",
24+
"@nestjs/common": "^7.6.18",
25+
"@nestjs/config": "^0.6.3",
26+
"@nestjs/core": "^7.6.18",
2727
"@nestjs/cqrs": "^7.0.1",
28-
"@nestjs/microservices": "^7.6.7",
29-
"@nestjs/platform-express": "^7.6.9",
30-
"@nestjs/schedule": "^0.4.2",
31-
"@nestjs/terminus": "^7.1.0",
28+
"@nestjs/microservices": "^7.6.18",
29+
"@nestjs/platform-express": "^7.6.18",
30+
"@nestjs/schedule": "^0.4.3",
31+
"@nestjs/terminus": "^7.2.0",
3232
"@nestjs/typeorm": "^7.1.5",
33-
"amqp-connection-manager": "^3.2.1",
34-
"amqplib": "^0.6.0",
35-
"module-alias": "^2.2.2",
36-
"node-eventstore-client": "^0.2.18",
33+
"amqp-connection-manager": "^3.9.0",
34+
"amqplib": "^0.10.4",
35+
"module-alias": "^2.2.3",
36+
"node-eventstore-client": "^0.2.19",
3737
"node-nats-streaming": "^0.3.2",
38-
"pg": "^8.5.1",
39-
"reflect-metadata": "^0.1.13",
38+
"pg": "^8.12.0",
39+
"reflect-metadata": "^0.2.2",
4040
"rimraf": "^3.0.2",
41-
"rxjs": "^6.5.4",
42-
"typeorm": "^0.2.30"
41+
"rxjs": "^6.6.7",
42+
"typeorm": "^0.3.20"
4343
},
4444
"devDependencies": {
4545
"@nestjs/cli": "^7.0.0",

0 commit comments

Comments
 (0)