Skip to content

Commit f2d5a53

Browse files
chore(deps): update all non-major dependencies (#1629)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1d5cde9 commit f2d5a53

File tree

6 files changed

+362
-362
lines changed

6 files changed

+362
-362
lines changed

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@pulumi/cloudflare": "4.9.0",
99
"@pulumi/azure-native": "1.68.2",
1010
"@pulumi/awsx": "0.40.0",
11-
"@pulumi/aws": "5.10.0",
11+
"@pulumi/aws": "5.11.0",
1212
"@pulumi/docker": "3.4.1",
1313
"@types/node": "16.11.49",
1414
"typescript": "4.7.4",

examples/aws-lambda/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@
1616
"postdeploy": "rm -rf cdk-out"
1717
},
1818
"devDependencies": {
19-
"@aws-cdk/assert": "2.38.0",
19+
"@aws-cdk/assert": "2.38.1",
2020
"@types/aws-lambda": "8.10.102",
2121
"@types/node": "16.11.49",
2222
"ts-node": "10.9.1",
23-
"aws-cdk": "2.38.0",
24-
"aws-cdk-lib": "2.38.0",
23+
"aws-cdk": "2.38.1",
24+
"aws-cdk-lib": "2.38.1",
2525
"esbuild": "0.15.5",
2626
"typescript": "4.7.4"
2727
},
2828
"dependencies": {
29-
"@aws-cdk/aws-apigateway": "1.168.0",
30-
"@aws-cdk/aws-lambda": "1.168.0",
31-
"@aws-cdk/core": "1.168.0",
29+
"@aws-cdk/aws-apigateway": "1.169.0",
30+
"@aws-cdk/aws-lambda": "1.169.0",
31+
"@aws-cdk/core": "1.169.0",
3232
"source-map-support": "^0.5.16"
3333
}
3434
}

examples/fastify-modules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@envelop/graphql-modules": "3.5.0",
1111
"@graphql-tools/load-files": "6.6.1",
1212
"graphql-yoga": "2.13.4",
13-
"fastify": "4.5.0",
13+
"fastify": "4.5.2",
1414
"graphql-modules": "2.1.0",
1515
"reflect-metadata": "0.1.13"
1616
},

examples/fastify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"graphql-yoga": "2.13.4",
11-
"fastify": "4.5.0",
11+
"fastify": "4.5.2",
1212
"pino-pretty": "9.0.1"
1313
},
1414
"devDependencies": {

examples/file-upload-nextjs-pothos/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"graphql-yoga": "2.13.4",
14-
"@pothos/core": "3.15.0",
14+
"@pothos/core": "3.16.0",
1515
"graphql": "16.6.0",
1616
"next": "12.2.5",
1717
"react": "17.0.2",

0 commit comments

Comments
 (0)