From 5160ae2fd0f04fd004c24fd15d479d0371cd48cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 14:32:32 +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 095e96b..f58db50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "extract-cbd-shape": "^0.1.8", "level": "^8.0.1", "mocha": "^10.8.2", - "n3": "^1.23.0", + "n3": "^1.23.1", "queue-fifo": "^0.2.6", "rdf-canonize": "^4.0.1", "rdf-dereference": "^2.2.0", @@ -43,7 +43,7 @@ "@types/streamify-array": "^1.0.3", "@types/streamify-string": "^1.0.4", "tsx": "^4.19.2", - "typescript": "^5.6.3" + "typescript": "^5.7.2" } }, "node_modules/@ampproject/remapping": { @@ -10268,9 +10268,9 @@ } }, "node_modules/n3": { - "version": "1.23.0", - "resolved": "https://registry.npmjs.org/n3/-/n3-1.23.0.tgz", - "integrity": "sha512-JEbhFlxFTNsHTHUAGykRoVNRG4Sqsu8Wn+SXq99l9pRQPgqJzvY4CwNp/yxRGwb4oni9BT5sH5kevnbVUIUvkQ==", + "version": "1.23.1", + "resolved": "https://registry.npmjs.org/n3/-/n3-1.23.1.tgz", + "integrity": "sha512-3f0IYJo+6+lXypothmlwPzm3wJNffsxUwnfONeFv2QqWq7RjTvyCMtkRXDUXW6XrZoOzaQX8xTTSYNlGjXcGtw==", "license": "MIT", "dependencies": { "buffer": "^6.0.3", @@ -12589,9 +12589,9 @@ } }, "node_modules/typescript": { - "version": "5.6.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", - "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", + "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index 46eeac6..48af7a8 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "extract-cbd-shape": "^0.1.8", "level": "^8.0.1", "mocha": "^10.8.2", - "n3": "^1.23.0", + "n3": "^1.23.1", "queue-fifo": "^0.2.6", "rdf-canonize": "^4.0.1", "rdf-dereference": "^2.2.0", @@ -51,6 +51,6 @@ "@types/streamify-array": "^1.0.3", "@types/streamify-string": "^1.0.4", "tsx": "^4.19.2", - "typescript": "^5.6.3" + "typescript": "^5.7.2" } }