Skip to content

Commit 7357abc

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

File tree

6 files changed

+482
-601
lines changed

6 files changed

+482
-601
lines changed

examples/graphql-socket.io/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"devDependencies": {
2424
"@types/node": "18.16.16",
25-
"@types/ws": "8.5.4",
25+
"@types/ws": "8.5.5",
2626
"ts-node": "10.9.1",
2727
"typescript": "5.1.3"
2828
}

examples/graphql-sse/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"devDependencies": {
1818
"@types/node": "18.16.16",
19-
"@types/ws": "8.5.4",
19+
"@types/ws": "8.5.5",
2020
"ts-node": "10.9.1",
2121
"typescript": "5.1.3"
2222
}

examples/graphql-ws/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"devDependencies": {
1919
"@types/node": "18.16.16",
20-
"@types/ws": "8.5.4",
20+
"@types/ws": "8.5.5",
2121
"ts-node": "10.9.1",
2222
"typescript": "5.1.3"
2323
}

examples/lambda-aws/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
"dependencies": {
1212
"@envelop/core": "*",
1313
"@graphql-tools/schema": "10.0.0",
14-
"aws-sdk": "2.1393.0",
14+
"aws-sdk": "2.1395.0",
1515
"graphql": "16.6.0",
1616
"graphql-helix": "1.13.0"
1717
},
1818
"devDependencies": {
19-
"@types/aws-lambda": "8.10.116",
19+
"@types/aws-lambda": "8.10.117",
2020
"@types/node": "18.16.16",
2121
"ts-node": "10.9.1",
2222
"typescript": "5.1.3"

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
"ts:check": "tsc --noEmit"
2626
},
2727
"devDependencies": {
28-
"@babel/core": "7.22.1",
28+
"@babel/core": "7.22.5",
2929
"@babel/plugin-proposal-class-properties": "7.18.6",
30-
"@babel/plugin-proposal-decorators": "7.22.3",
31-
"@babel/preset-env": "7.22.4",
30+
"@babel/plugin-proposal-decorators": "7.22.5",
31+
"@babel/preset-env": "7.22.5",
3232
"@babel/preset-typescript": "7.22.5",
3333
"@changesets/changelog-github": "0.4.8",
3434
"@changesets/cli": "2.24.2",

0 commit comments

Comments
 (0)