diff --git a/package-lock.json b/package-lock.json index a229380c..ad2cc28d 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.2", "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.2", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", + "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" }, "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.2", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", + "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" }, "tunnel": { "version": "0.0.6", diff --git a/package.json b/package.json index fe380426..917a9223 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.2", "typescript-ioc": "^3.2.2", "yargs": "^17.4.0" },