Skip to content

Commit 86b5f3d

Browse files
dependabot[bot]ardatan
authored andcommitted
Bump tsx from 4.20.3 to 4.20.5
Bumps [tsx](https://github.com/privatenumber/tsx) from 4.20.3 to 4.20.5. - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](privatenumber/tsx@v4.20.3...v4.20.5) --- updated-dependencies: - dependency-name: tsx dependency-version: 4.20.5 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3aa4586 commit 86b5f3d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

internal/examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"esbuild": "^0.25.8",
1616
"glob": "^11.0.3",
1717
"jscodeshift": "^17.1.1",
18-
"tsx": "4.20.3",
18+
"tsx": "4.20.5",
1919
"zod": "^3.25.64"
2020
}
2121
}

packages/gateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
"rimraf": "^6.0.1",
112112
"rollup": "4.44.0",
113113
"rollup-plugin-tsconfig-paths": "^1.5.2",
114-
"tsx": "4.20.3"
114+
"tsx": "4.20.5"
115115
},
116116
"sideEffects": false
117117
}

packages/runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"graphql-sse": "^2.5.3",
9393
"html-minifier-terser": "7.2.0",
9494
"pkgroll": "2.15.0",
95-
"tsx": "4.20.3"
95+
"tsx": "4.20.5"
9696
},
9797
"sideEffects": false
9898
}

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4142,7 +4142,7 @@ __metadata:
41424142
html-minifier-terser: "npm:7.2.0"
41434143
pkgroll: "npm:2.15.0"
41444144
tslib: "npm:^2.8.1"
4145-
tsx: "npm:4.20.3"
4145+
tsx: "npm:4.20.5"
41464146
peerDependencies:
41474147
graphql: ^15.9.0 || ^16.9.0
41484148
languageName: unknown
@@ -4212,7 +4212,7 @@ __metadata:
42124212
rollup: "npm:4.44.0"
42134213
rollup-plugin-tsconfig-paths: "npm:^1.5.2"
42144214
tslib: "npm:^2.8.1"
4215-
tsx: "npm:4.20.3"
4215+
tsx: "npm:4.20.5"
42164216
ws: "npm:^8.18.3"
42174217
peerDependencies:
42184218
graphql: ^15.9.0 || ^16.9.0
@@ -6093,7 +6093,7 @@ __metadata:
60936093
esbuild: "npm:^0.25.8"
60946094
glob: "npm:^11.0.3"
60956095
jscodeshift: "npm:^17.1.1"
6096-
tsx: "npm:4.20.3"
6096+
tsx: "npm:4.20.5"
60976097
zod: "npm:^3.25.64"
60986098
languageName: unknown
60996099
linkType: soft

0 commit comments

Comments
 (0)