1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Bump tsx from 4.9.3 to 4.10.3 (#50645)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-05-16 08:29:50 -04:00
committed by GitHub
parent f6a95d5b79
commit c6e1ceff03
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@@ -89,7 +89,7 @@
"styled-components": "^5.3.5", "styled-components": "^5.3.5",
"swr": "^2.2.4", "swr": "^2.2.4",
"tcp-port-used": "1.0.2", "tcp-port-used": "1.0.2",
"tsx": "4.9.3", "tsx": "4.10.3",
"unified": "^11.0.3", "unified": "^11.0.3",
"unist-util-visit": "^5.0.0", "unist-util-visit": "^5.0.0",
"url-template": "^3.1.1", "url-template": "^3.1.1",
@@ -14050,12 +14050,12 @@
"integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w==" "integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w=="
}, },
"node_modules/tsx": { "node_modules/tsx": {
"version": "4.9.3", "version": "4.10.3",
"resolved": "https://registry.npmjs.org/tsx/-/tsx-4.9.3.tgz", "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.10.3.tgz",
"integrity": "sha512-czVbetlILiyJZI5zGlj2kw9vFiSeyra9liPD4nG+Thh4pKTi0AmMEQ8zdV/L2xbIVKrIqif4sUNrsMAOksx9Zg==", "integrity": "sha512-f0g60aFSVRVkzcQkEflh8fPLRfmt+HJHgWi/plG5UgvVaV+9TcpOwJ0sZJSACXmwmjMPg9yQR0BhTLbhkfV2uA==",
"dependencies": { "dependencies": {
"esbuild": "~0.20.2", "esbuild": "~0.20.2",
"get-tsconfig": "^4.7.3" "get-tsconfig": "^4.7.5"
}, },
"bin": { "bin": {
"tsx": "dist/cli.mjs" "tsx": "dist/cli.mjs"

View File

@@ -276,7 +276,7 @@
"styled-components": "^5.3.5", "styled-components": "^5.3.5",
"swr": "^2.2.4", "swr": "^2.2.4",
"tcp-port-used": "1.0.2", "tcp-port-used": "1.0.2",
"tsx": "4.9.3", "tsx": "4.10.3",
"unified": "^11.0.3", "unified": "^11.0.3",
"unist-util-visit": "^5.0.0", "unist-util-visit": "^5.0.0",
"url-template": "^3.1.1", "url-template": "^3.1.1",