From 00e171e576b71ab16eddecc6f262270e55cfaf8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 16:37:28 +0000 Subject: [PATCH] chore(depends): 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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index cc13ae87..f41df997 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "promisify-child-process": "^4.1.1", "rfc6902": "^5.0.1", "semver": "^7.3.8", - "tslib": "^2.4.0", + "tslib": "^2.6.1", "typescript": "^4.7.4" }, "bin": { @@ -2143,9 +2143,9 @@ } }, "node_modules/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==" }, "node_modules/tsutils": { "version": "3.21.0", @@ -3832,9 +3832,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 2331fb2c..efdba682 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "promisify-child-process": "^4.1.1", "rfc6902": "^5.0.1", "semver": "^7.3.8", - "tslib": "^2.4.0", + "tslib": "^2.6.1", "typescript": "^4.7.4" }, "devDependencies": {