From 5e63aec7317ca894215bf72a99cd36fc6c59a0f7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Feb 2024 21:35:25 +0000 Subject: [PATCH] fix: upgrade tslib from 2.6.0 to 2.6.2 Snyk has created this PR to upgrade tslib from 2.6.0 to 2.6.2. See this package in npm: https://www.npmjs.com/package/tslib See this project in Snyk: https://app.snyk.io/org/lisagorewitdecker/project/5aeef2a0-23de-4aa3-a54e-99fe36e3bb03?utm_source=github&utm_medium=referral&page=upgrade-pr --- event-binding/package-lock.json | 8 ++++---- event-binding/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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": {