diff --git a/utils/generate/package-lock.json b/utils/generate/package-lock.json index f53d9ea..3128ec9 100644 --- a/utils/generate/package-lock.json +++ b/utils/generate/package-lock.json @@ -14,7 +14,7 @@ "highlight.js": "^11.11.1", "markdown-it": "^15.0.0", "markdown-it-footnote": "^4.0.0", - "tsx": "^4.23.1", + "tsx": "^4.23.10", "typescript": "^7.0.2" }, "devDependencies": { @@ -1056,9 +1056,9 @@ } }, "node_modules/tsx": { - "version": "4.23.1", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.23.1.tgz", - "integrity": "sha512-GQHnkIfxyx1wYCOS/wonik5MVRZU9hi1TEZmzGZSCJB1y9YgoZ8H6itNE/u4suE+yLmOzuE4E5S4TZ/ZX2wcWQ==", + "version": "4.23.10", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.23.10.tgz", + "integrity": "sha512-0Vb9eKU47njkxv/6B8CRZRDsxNDT/Pz+BIU+M5jw7xL3TdzAjSxlZUxu0xFL/kLpaG3sHZ0LH2wbK1T1yo7CUQ==", "license": "MIT", "dependencies": { "esbuild": "~0.28.0" diff --git a/utils/generate/package.json b/utils/generate/package.json index 2aaadfb..5e214e2 100644 --- a/utils/generate/package.json +++ b/utils/generate/package.json @@ -18,7 +18,7 @@ "highlight.js": "^11.11.1", "markdown-it": "^15.0.0", "markdown-it-footnote": "^4.0.0", - "tsx": "^4.23.1", + "tsx": "^4.23.10", "typescript": "^7.0.2" }, "allowScripts": {