From bcd5d4cc1fdf3bd6346acec32f9e862a5628ebf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 05:45:40 +0000 Subject: [PATCH] chore(deps): bump tslib from 2.6.1 to 2.6.2 (#441) Bumps [tslib](https://github.com/Microsoft/tslib) from 2.6.1 to 2.6.2. - [Release notes](https://github.com/Microsoft/tslib/releases) - [Commits](https://github.com/Microsoft/tslib/compare/v2.6.1...v2.6.2) --- updated-dependencies: - dependency-name: tslib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 54b05b707..0734d7b39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "ng2-charts": "^4.1.1", "ngx-json-viewer": "^3.2.1", "rxjs": "7.8.1", - "tslib": "^2.6.1", + "tslib": "^2.6.2", "url-join": "^5.0.0", "zone.js": "^0.12.0" }, @@ -12981,9 +12981,9 @@ "dev": true }, "node_modules/tslib": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.1.tgz", - "integrity": "sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig==" + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", + "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" }, "node_modules/type-fest": { "version": "0.21.3", diff --git a/package.json b/package.json index 46e223df7..3813e994b 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "ng2-charts": "^4.1.1", "ngx-json-viewer": "^3.2.1", "rxjs": "7.8.1", - "tslib": "^2.6.1", + "tslib": "^2.6.2", "url-join": "^5.0.0", "zone.js": "^0.12.0" },