diff --git a/package-lock.json b/package-lock.json index da6d92605..4dfb4264e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "prettier": "^3.9.6", "remark-mdx": "^3.1.1", "remark-parse": "^11.0.0", - "tsx": "^4.23.1", + "tsx": "^4.23.10", "typedoc": "^0.28.20", "typescript": "^6.0.3", "typescript-eslint": "^8.65.0", @@ -3657,9 +3657,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==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 9f1943a36..457a6b5ab 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "prettier": "^3.9.6", "remark-mdx": "^3.1.1", "remark-parse": "^11.0.0", - "tsx": "^4.23.1", + "tsx": "^4.23.10", "typedoc": "^0.28.20", "typescript": "^6.0.3", "typescript-eslint": "^8.65.0",