diff --git a/package-lock.json b/package-lock.json index 060f2a0..ba7aaa6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "eslint": "^10.4.0", "globals": "^17.6.0", "prettier": "^3.8.3", - "tsx": "^4.22.2", + "tsx": "^4.22.3", "typescript": "^6.0.3" } }, @@ -2314,9 +2314,9 @@ } }, "node_modules/tsx": { - "version": "4.22.2", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.22.2.tgz", - "integrity": "sha512-6w9FwtT8WQqRAyTNR+Z+86kghRqpmOLjXUrBlBT6T+CQGDuIMm0VmAqaFUFBIeKDTGobE6/YSigZYLeomzBaRg==", + "version": "4.22.3", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.22.3.tgz", + "integrity": "sha512-mdoNxBC/cSQObGGVQ5Bpn5i+yv7j68gk3Nfm3wFjcJg3Z0Mix9jzAFfP12prmm5eVGmDKtp0yyArrs0Q+8gZHg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 57591db..25a182a 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "eslint": "^10.4.0", "globals": "^17.6.0", "prettier": "^3.8.3", - "tsx": "^4.22.2", + "tsx": "^4.22.3", "typescript": "^6.0.3" } }