From 681f7552e8b7263bc0f77fe9d89a94101b7b3f49 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 29 Mar 2024 16:29:11 +0000 Subject: [PATCH] fix: upgrade tslib from 2.5.2 to 2.6.2 Snyk has created this PR to upgrade tslib from 2.5.2 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/v1c360/project/9cc11c85-f270-4737-8182-c6cd2f5ff90d?utm_source=github&utm_medium=referral&page=upgrade-pr --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 2a6e955..ceba065 100644 --- a/client/package.json +++ b/client/package.json @@ -22,7 +22,7 @@ "font-awesome": "^4.7.0", "ngx-bootstrap": "^9.0.0", "rxjs": "~7.5.0", - "tslib": "^2.3.0", + "tslib": "^2.6.2", "zone.js": "~0.11.4" }, "devDependencies": {