diff --git a/package-lock.json b/package-lock.json index e8e6ee2c439..8f39bf60cbe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "remark-parse": "^11.0.0", "remark-rehype": "^11.1.0", "ts-json-schema-generator": "^2.1.1", - "tsx": "^4.10.5", + "tsx": "^4.11.0", "typescript": "^5.4.5", "unified": "^11.0.4", "web-specs": "^3.9.0", @@ -3050,9 +3050,9 @@ "license": "0BSD" }, "node_modules/tsx": { - "version": "4.10.5", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.10.5.tgz", - "integrity": "sha512-twDSbf7Gtea4I2copqovUiNTEDrT8XNFXsuHpfGbdpW/z9ZW4fTghzzhAG0WfrCuJmJiOEY1nLIjq4u3oujRWQ==", + "version": "4.11.0", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.11.0.tgz", + "integrity": "sha512-vzGGELOgAupsNVssAmZjbUDfdm/pWP4R+Kg8TVdsonxbXk0bEpE1qh0yV6/QxUVXaVlNemgcPajGdJJ82n3stg==", "dev": true, "dependencies": { "esbuild": "~0.20.2", diff --git a/package.json b/package.json index e063a0b61c0..1e4a6d1da3c 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "remark-parse": "^11.0.0", "remark-rehype": "^11.1.0", "ts-json-schema-generator": "^2.1.1", - "tsx": "^4.10.5", + "tsx": "^4.11.0", "typescript": "^5.4.5", "unified": "^11.0.4", "web-specs": "^3.9.0",