Skip to content

Commit 5b919d5

Browse files
Bump tsx from 4.2.0 to 4.3.0 (caching-tools#165)
Bumps [tsx](https://github.com/privatenumber/tsx) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/develop/release.config.cjs) - [Commits](privatenumber/tsx@v4.2.0...v4.3.0) --- updated-dependencies: - dependency-name: tsx dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1817ecb commit 5b919d5

File tree

5 files changed

+12
-13
lines changed

5 files changed

+12
-13
lines changed

apps/cache-testing/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"pm2": "5.3.0",
3737
"redis": "4.6.11",
3838
"rimraf": "5.0.5",
39-
"tsx": "4.2.0",
39+
"tsx": "4.3.0",
4040
"typescript": "5.3.2"
4141
}
4242
}

internal/backend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"eslint-config-neshca": "*",
2121
"pino-pretty": "10.2.3",
2222
"rimraf": "5.0.5",
23-
"tsx": "4.2.0",
23+
"tsx": "4.3.0",
2424
"typescript": "5.3.2"
2525
}
2626
}

package-lock.json

+8-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/json-replacer-reviver/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"eslint-config-neshca": "*",
3434
"rimraf": "5.0.5",
3535
"tsup": "8.0.1",
36-
"tsx": "4.2.0",
36+
"tsx": "4.3.0",
3737
"typescript": "5.3.2"
3838
}
3939
}

packages/server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"eslint-config-neshca": "*",
3838
"rimraf": "5.0.5",
3939
"tsup": "8.0.1",
40-
"tsx": "4.2.0",
40+
"tsx": "4.3.0",
4141
"typescript": "5.3.2"
4242
},
4343
"distTags": [

0 commit comments

Comments
 (0)