From 28c34a38cf55a22333b9df67504ce91d8bdbb2c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 08:42:08 +0000 Subject: [PATCH] Bump tslib from 2.7.0 to 2.8.0 (#4843) 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:development update-type: version-update:semver-minor ... 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 9485594ea4..32cd12d166 100644 --- a/package-lock.json +++ b/package-lock.json @@ -125,7 +125,7 @@ "stylelint-config-standard": "^36.0.1", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", - "tslib": "^2.7.0", + "tslib": "^2.8.0", "typedoc": "^0.26.10", "typedoc-plugin-markdown": "^4.2.9", "typedoc-plugin-missing-exports": "^3.0.0", @@ -14655,9 +14655,9 @@ } }, "node_modules/tslib": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz", - "integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==", + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.0.tgz", + "integrity": "sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA==", "dev": true }, "node_modules/type-check": { diff --git a/package.json b/package.json index 771dec5d00..825012d918 100644 --- a/package.json +++ b/package.json @@ -133,7 +133,7 @@ "stylelint-config-standard": "^36.0.1", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", - "tslib": "^2.7.0", + "tslib": "^2.8.0", "typedoc": "^0.26.10", "typedoc-plugin-markdown": "^4.2.9", "typedoc-plugin-missing-exports": "^3.0.0",