diff --git a/lib/core/EventBus.js b/lib/core/EventBus.js index f949f0eb1..eb3242065 100644 --- a/lib/core/EventBus.js +++ b/lib/core/EventBus.js @@ -269,7 +269,7 @@ EventBus.prototype.once = function(events, priority, callback, that) { * If no callback is given, all listeners for a given event name are being removed. * * @param {string|string[]} events - * @param {EventBusEventCallback} [callback] + * @param {EventBusEventCallback} [callback] */ EventBus.prototype.off = function(events, callback) { diff --git a/package-lock.json b/package-lock.json index 39e4b0e72..495023f46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@testing-library/preact": "^3.2.4", "babel-loader": "^9.2.1", "babel-plugin-istanbul": "^7.0.0", - "bio-dts": "^0.10.0", + "bio-dts": "^0.11.0", "chai": "^4.5.0", "del-cli": "^6.0.0", "eslint": "^9.11.1", @@ -45,7 +45,7 @@ "puppeteer": "^23.6.1", "sinon": "^17.0.1", "sinon-chai": "^3.7.0", - "typescript": "^5.3.3", + "typescript": "^5.7.3", "webpack": "^5.95.0" }, "engines": { @@ -1657,10 +1657,11 @@ } }, "node_modules/bio-dts": { - "version": "0.10.0", - "resolved": "https://registry.npmjs.org/bio-dts/-/bio-dts-0.10.0.tgz", - "integrity": "sha512-XJRBWwJq+iaLIz7AaxCTT6J7tBjtfUi2e4z8DSI8abS05kp/jykEF4FBq3WuMEBSWup6OoncgMhFBdrYIZ9fsQ==", + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/bio-dts/-/bio-dts-0.11.0.tgz", + "integrity": "sha512-1MnieDX8orKc1LL7NscyFY7SLfcf69kyC9PHC7W07icNxSlw78WIDzzkYhVAKMikC3qamXfEqjlirO6aUXt0PA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/parser": "^7.23.9", "recast": "^0.23.4", @@ -7606,10 +7607,11 @@ "license": "MIT" }, "node_modules/typescript": { - "version": "5.3.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz", - "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==", + "version": "5.7.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", + "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", "dev": true, + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index bee6cf58c..6f995c285 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@testing-library/preact": "^3.2.4", "babel-loader": "^9.2.1", "babel-plugin-istanbul": "^7.0.0", - "bio-dts": "^0.10.0", + "bio-dts": "^0.11.0", "chai": "^4.5.0", "del-cli": "^6.0.0", "eslint": "^9.11.1", @@ -76,7 +76,7 @@ "puppeteer": "^23.6.1", "sinon": "^17.0.1", "sinon-chai": "^3.7.0", - "typescript": "^5.3.3", + "typescript": "^5.7.3", "webpack": "^5.95.0" }, "dependencies": {