diff --git a/package-lock.json b/package-lock.json index 5c175a9..c5a1156 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@types/knex": "^0.15.2", "@types/node": "^22.10.7", "@types/nunjucks": "^3.2.6", - "tsx": "^4.19.2" + "tsx": "^4.20.6" }, "engines": { "node": "^23" @@ -2239,9 +2239,9 @@ } }, "node_modules/tsx": { - "version": "4.19.3", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.19.3.tgz", - "integrity": "sha512-4H8vUNGNjQ4V2EOoGw005+c+dGuPSnhpPBPHBtsZdGZBk/iJb4kguGlPWaZTZ3q5nMtFOEsY0nRDlh9PJyd6SQ==", + "version": "4.20.6", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.20.6.tgz", + "integrity": "sha512-ytQKuwgmrrkDTFP4LjR0ToE2nqgy886GpvRSpU0JAnrdBYppuY5rLkRUYPU1yCryb24SsKBTL/hlDQAEFVwtZg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index e2c377f..0bc6e43 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,6 @@ "@types/knex": "^0.15.2", "@types/node": "^22.10.7", "@types/nunjucks": "^3.2.6", - "tsx": "^4.19.2" + "tsx": "^4.20.6" } }