From 627ebb9b5737c640b049fdfa571394445dabbaa6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 09:24:12 +0000 Subject: [PATCH] build(deps): Bump tslib from 2.4.0 to 2.6.1 Bumps [tslib](https://github.com/Microsoft/tslib) from 2.4.0 to 2.6.1. - [Release notes](https://github.com/Microsoft/tslib/releases) - [Commits](https://github.com/Microsoft/tslib/compare/2.4.0...v2.6.1) --- updated-dependencies: - dependency-name: tslib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index e6a7fe7a..8372f01e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27065,9 +27065,9 @@ } }, "tslib": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", - "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==" + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.1.tgz", + "integrity": "sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig==" }, "tsutils": { "version": "3.21.0", diff --git a/package.json b/package.json index e0a659a3..edfa3e69 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "firebase": "^9.8.4", "rxfire": "^6.0.3", "rxjs": "~7.5.5", - "tslib": "^2.4.0", + "tslib": "^2.6.1", "zone.js": "~0.11.6" }, "devDependencies": {