Skip to content

Commit 4b4422b

Browse files
Merge branch 'master' of https://github.com/nestjs/nest
2 parents a93e809 + d15826f commit 4b4422b

14 files changed

Lines changed: 33 additions & 33 deletions

File tree

integration/mongoose/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration/mongoose/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@nestjs/common": "6.10.9",
1313
"@nestjs/core": "6.10.9",
1414
"@nestjs/mongoose": "6.1.2",
15-
"mongoose": "5.8.0",
15+
"mongoose": "5.8.1",
1616
"reflect-metadata": "0.1.13",
1717
"rxjs": "6.5.3",
1818
"typescript": "3.7.2"

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"commitlint-circle": "1.0.0",
115115
"concurrently": "5.0.1",
116116
"conventional-changelog": "3.1.15",
117-
"core-js": "3.4.8",
117+
"core-js": "3.5.0",
118118
"coveralls": "3.0.9",
119119
"csv-write-stream": "2.0.0",
120120
"delete-empty": "3.0.0",
@@ -133,7 +133,7 @@
133133
"lint-staged": "9.5.0",
134134
"markdown-table": "1.1.3",
135135
"mocha": "6.2.2",
136-
"nodemon": "2.0.1",
136+
"nodemon": "2.0.2",
137137
"nyc": "14.1.1",
138138
"prettier": "1.19.1",
139139
"sinon": "7.5.0",

packages/common/interfaces/external/kafka-options.interface.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export declare class Kafka {
1313

1414
export interface KafkaConfig {
1515
brokers: string[];
16-
ssl?: tls.ConnectionOptions;
16+
ssl?: tls.ConnectionOptions | boolean;
1717
sasl?: SASLOptions;
1818
clientId?: string;
1919
connectionTimeout?: number;

packages/microservices/external/kafka.interface.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export declare class Kafka {
1414

1515
export interface KafkaConfig {
1616
brokers: string[];
17-
ssl?: tls.ConnectionOptions;
17+
ssl?: tls.ConnectionOptions | boolean;
1818
sasl?: SASLOptions;
1919
clientId?: string;
2020
connectionTimeout?: number;

sample/06-mongoose/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sample/06-mongoose/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@nestjs/core": "6.10.9",
2424
"@nestjs/platform-express": "6.10.9",
2525
"@nestjs/mongoose": "6.1.2",
26-
"mongoose": "5.8.0",
26+
"mongoose": "5.8.1",
2727
"reflect-metadata": "0.1.13",
2828
"rimraf": "2.7.1",
2929
"rxjs": "6.5.3"

sample/07-sequelize/package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sample/07-sequelize/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"reflect-metadata": "0.1.13",
2727
"rimraf": "2.7.1",
2828
"rxjs": "6.5.3",
29-
"sequelize": "5.21.2",
29+
"sequelize": "5.21.3",
3030
"sequelize-typescript": "1.1.0",
3131
"typescript": "3.7.2"
3232
},

0 commit comments

Comments
 (0)