diff --git a/event-binding/package-lock.json b/event-binding/package-lock.json index 6a5f623b..122aa055 100644 --- a/event-binding/package-lock.json +++ b/event-binding/package-lock.json @@ -17,7 +17,7 @@ "@angular/platform-browser-dynamic": "^15.2.9", "@angular/router": "^15.2.9", "rxjs": "~7.8.0", - "tslib": "^2.3.0", + "tslib": "^2.6.2", "webpack": ">=5.76.0", "zone.js": "~0.13.1" }, @@ -11268,9 +11268,9 @@ } }, "node_modules/tslib": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.0.tgz", - "integrity": "sha512-7At1WUettjcSRHXCyYtTselblcHl9PJFFVKiCAy/bY97+BPZXSQ2wbq0P9s8tK2G7dFQfNnlJnPAiArVBVBsfA==" + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", + "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" }, "node_modules/tuf-js": { "version": "1.1.7", diff --git a/event-binding/package.json b/event-binding/package.json index 71035901..da901693 100644 --- a/event-binding/package.json +++ b/event-binding/package.json @@ -20,7 +20,7 @@ "@angular/router": "^15.2.9", "webpack": ">=5.76.0", "rxjs": "~7.8.0", - "tslib": "^2.3.0", + "tslib": "^2.6.2", "zone.js": "~0.13.1" }, "devDependencies": {