diff --git a/package-lock.json b/package-lock.json index e8b1da1..d5a32c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "@rdfc/shacl-processor-ts": "^0.1.2", "@types/streamify-array": "^1.0.3", "@types/streamify-string": "^1.0.4", - "tsx": "^4.19.1", + "tsx": "^4.19.2", "typescript": "^5.6.3" } }, @@ -12106,9 +12106,9 @@ } }, "node_modules/tsx": { - "version": "4.19.1", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.19.1.tgz", - "integrity": "sha512-0flMz1lh74BR4wOvBjuh9olbnwqCPc35OOlfyzHba0Dc+QNUeWX/Gq2YTbnwcWPO3BMd8fkzRVrHcsR+a7z7rA==", + "version": "4.19.2", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.19.2.tgz", + "integrity": "sha512-pOUl6Vo2LUq/bSa8S5q7b91cgNSjctn9ugq/+Mvow99qW6x/UZYwzxy/3NmqoT66eHYfCVvFvACC58UBPFf28g==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 88efb0c..8bfcfda 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@rdfc/shacl-processor-ts": "^0.1.2", "@types/streamify-array": "^1.0.3", "@types/streamify-string": "^1.0.4", - "tsx": "^4.19.1", + "tsx": "^4.19.2", "typescript": "^5.6.3" } }