diff --git a/package-lock.json b/package-lock.json index 140e0b35a..e103195e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,6 +15,7 @@ "@jupyterlab/nbformat": "^4.2.4", "@jupyterlab/services": "^7.0.0", "@modelcontextprotocol/sdk": "^1.24.0", + "@nevware21/ts-utils": "^0.14.0", "@nteract/messaging": "^7.0.20", "@types/express": "^5.0.0", "@vscode/chat-extension-utils": "^0.0.0-alpha.5", @@ -2033,7 +2034,19 @@ } }, "node_modules/@nevware21/ts-utils": { - "version": "0.11.4", + "version": "0.14.0", + "resolved": "https://registry.npmjs.org/@nevware21/ts-utils/-/ts-utils-0.14.0.tgz", + "integrity": "sha512-WoeqTIXQ8WPhl+lD2NbMHoAQ4sJl0n7EoRoDmVJui//Usg512enl9q1fdbVobuZt3omnxnmVsDrNIvPBvFgddQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/nevware21" + }, + { + "type": "other", + "url": "https://buymeacoffee.com/nevware21" + } + ], "license": "MIT" }, "node_modules/@node-rs/crc32": { diff --git a/package.json b/package.json index f331bb28c..a65840362 100644 --- a/package.json +++ b/package.json @@ -1300,6 +1300,7 @@ "@jupyterlab/nbformat": "^4.2.4", "@jupyterlab/services": "^7.0.0", "@modelcontextprotocol/sdk": "^1.24.0", + "@nevware21/ts-utils": "^0.14.0", "@nteract/messaging": "^7.0.20", "@types/express": "^5.0.0", "@vscode/chat-extension-utils": "^0.0.0-alpha.5",