From 869b2732e5250f753b0ce60129136a2271a96693 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 10:02:48 +0000 Subject: [PATCH] Bump tslib from 2.7.0 to 2.8.0 Bumps [tslib](https://github.com/Microsoft/tslib) from 2.7.0 to 2.8.0. - [Release notes](https://github.com/Microsoft/tslib/releases) - [Commits](https://github.com/Microsoft/tslib/compare/v2.7.0...v2.8.0) --- updated-dependencies: - dependency-name: tslib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 674e5f52..9d0e6d41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "tar": "^7.4.3", "timers-browserify": "^2.0.12", "tls-browserify": "^0.2.2", - "tslib": "2.7.0", + "tslib": "2.8.0", "uint256": "^1.0.8", "unzipper": "^0.12.3", "url": "^0.11.4", @@ -20412,10 +20412,9 @@ } }, "node_modules/tslib": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz", - "integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==", - "license": "0BSD" + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.0.tgz", + "integrity": "sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA==" }, "node_modules/tslint": { "version": "6.1.3", diff --git a/package.json b/package.json index 745f268b..587919de 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "tar": "^7.4.3", "timers-browserify": "^2.0.12", "tls-browserify": "^0.2.2", - "tslib": "2.7.0", + "tslib": "2.8.0", "uint256": "^1.0.8", "unzipper": "^0.12.3", "url": "^0.11.4",