From 6895de4262de8d2f3077e047d0c7c780b919a9bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 22:42:50 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- package-lock.json | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 62cd4db..0048e4d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@rdfjs/normalize": "^2.0.3", "@rdfjs/types": "^1.1.0", "@types/chai": "^4.3.19", - "@types/mocha": "^10.0.7", + "@types/mocha": "^10.0.8", "@types/n3": "^1.21.0", "@types/sinon": "^10.0.20", "arrayify-stream": "^2.0.1", @@ -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.0", + "tsx": "^4.19.1", "typescript": "^5.6.2" } }, @@ -6867,9 +6867,9 @@ "integrity": "sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==" }, "node_modules/@types/mocha": { - "version": "10.0.7", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.7.tgz", - "integrity": "sha512-GN8yJ1mNTcFcah/wKEFIJckJx9iJLoMSzWcfRRuxz/Jk+U6KQNnml+etbtxFK8lPjzOw3zp4Ha/kjSst9fsHYw==", + "version": "10.0.8", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.8.tgz", + "integrity": "sha512-HfMcUmy9hTMJh66VNcmeC9iVErIZJli2bszuXc6julh5YGuRb/W5OnkHjwLNYdFlMis0sY3If5SEAp+PktdJjw==", "license": "MIT" }, "node_modules/@types/n3": { @@ -12111,9 +12111,9 @@ } }, "node_modules/tsx": { - "version": "4.19.0", - "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.19.0.tgz", - "integrity": "sha512-bV30kM7bsLZKZIOCHeMNVMJ32/LuJzLVajkQI/qf92J2Qr08ueLQvW00PUZGiuLPP760UINwupgUj8qrSCPUKg==", + "version": "4.19.1", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.19.1.tgz", + "integrity": "sha512-0flMz1lh74BR4wOvBjuh9olbnwqCPc35OOlfyzHba0Dc+QNUeWX/Gq2YTbnwcWPO3BMd8fkzRVrHcsR+a7z7rA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 2543afd..f67dcfd 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@rdfjs/normalize": "^2.0.3", "@rdfjs/types": "^1.1.0", "@types/chai": "^4.3.19", - "@types/mocha": "^10.0.7", + "@types/mocha": "^10.0.8", "@types/n3": "^1.21.0", "@types/sinon": "^10.0.20", "arrayify-stream": "^2.0.1", @@ -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.0", + "tsx": "^4.19.1", "typescript": "^5.6.2" } }