Skip to content

Commit 7bcc3ed

Browse files
Merge pull request nestjs#1694 from nestjs/renovate/reflect-metadata-0.x
fix(deps): update dependency reflect-metadata to v0.1.13
2 parents 1b00185 + a42e4fd commit 7bcc3ed

31 files changed

Lines changed: 81 additions & 81 deletions

integration/graphql/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.

integration/graphql/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"apollo-server-express": "2.4.8",
1616
"graphql": "14.1.1",
1717
"graphql-tools": "4.0.4",
18-
"reflect-metadata": "0.1.12",
18+
"reflect-metadata": "0.1.13",
1919
"rxjs": "6.2.2",
20-
"subscriptions-transport-ws": "0.9.16",
20+
"subscriptions-transport-ws": "0.9.14",
2121
"typescript": "3.3.3333",
2222
"ws": "4.1.0"
2323
},

integration/hello-world/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/hello-world/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"class-transformer": "0.2.0",
1616
"class-validator": "0.9.1",
1717
"fastify": "1.12.1",
18-
"reflect-metadata": "0.1.12",
18+
"reflect-metadata": "0.1.13",
1919
"rxjs": "6.0.0",
2020
"typescript": "2.9.2"
2121
},

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
@@ -13,7 +13,7 @@
1313
"@nestjs/core": "5.7.4",
1414
"@nestjs/mongoose": "5.2.2",
1515
"mongoose": "5.4.19",
16-
"reflect-metadata": "0.1.12",
16+
"reflect-metadata": "0.1.13",
1717
"rxjs": "6.2.0",
1818
"typescript": "2.9.2"
1919
},

integration/scopes/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/scopes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"class-transformer": "0.2.0",
1616
"class-validator": "0.9.1",
1717
"fastify": "1.12.1",
18-
"reflect-metadata": "0.1.12",
18+
"reflect-metadata": "0.1.13",
1919
"rxjs": "6.0.0",
2020
"typescript": "2.9.2"
2121
},

integration/typegraphql/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.

integration/typegraphql/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"class-validator": "0.9.1",
1818
"graphql": "14.1.1",
1919
"graphql-tools": "4.0.4",
20-
"reflect-metadata": "0.1.12",
20+
"reflect-metadata": "0.1.13",
2121
"rxjs": "6.2.2",
22-
"subscriptions-transport-ws": "0.9.16",
22+
"subscriptions-transport-ws": "0.9.14",
2323
"type-graphql": "0.17.0",
2424
"typescript": "3.3.3",
2525
"ws": "4.1.0"

0 commit comments

Comments
 (0)