diff --git a/package-lock.json b/package-lock.json index a229380c..52d56564 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "rxjs": "^7.5.5", "superagent": "^6.1.0", "tar": "^6.1.11", - "tslib": "^2.3.1", + "tslib": "^2.6.1", "typescript-ioc": "^3.2.2", "yargs": "^17.4.0" }, @@ -9024,9 +9024,9 @@ } }, "node_modules/tslib": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", - "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==" + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.1.tgz", + "integrity": "sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig==" }, "node_modules/tunnel": { "version": "0.0.6", @@ -16386,9 +16386,9 @@ } }, "tslib": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz", - "integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==" + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.1.tgz", + "integrity": "sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig==" }, "tunnel": { "version": "0.0.6", diff --git a/package.json b/package.json index fe380426..2e6fdfde 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "rxjs": "^7.5.5", "superagent": "^6.1.0", "tar": "^6.1.11", - "tslib": "^2.3.1", + "tslib": "^2.6.1", "typescript-ioc": "^3.2.2", "yargs": "^17.4.0" },