From 9aa79b722b2d8cf68c951af3999dd0fcb7350d0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 13:58:09 +0200 Subject: [PATCH] chore(deps): Bump tslib from 2.7.0 to 2.8.0 in /springwolf-ui (#1030) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- springwolf-ui/package-lock.json | 8 ++++---- springwolf-ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/springwolf-ui/package-lock.json b/springwolf-ui/package-lock.json index ddeab5118..a23d3816a 100644 --- a/springwolf-ui/package-lock.json +++ b/springwolf-ui/package-lock.json @@ -21,7 +21,7 @@ "ngx-markdown": "^18.1.0", "prism-code-editor": "^3.4.0", "rxjs": "^7.8.1", - "tslib": "^2.7.0", + "tslib": "^2.8.0", "zone.js": "~0.14.10" }, "devDependencies": { @@ -19761,9 +19761,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==" }, "node_modules/tuf-js": { "version": "2.2.1", diff --git a/springwolf-ui/package.json b/springwolf-ui/package.json index ca32feef7..ba4ebd21a 100644 --- a/springwolf-ui/package.json +++ b/springwolf-ui/package.json @@ -25,7 +25,7 @@ "ngx-markdown": "^18.1.0", "prism-code-editor": "^3.4.0", "rxjs": "^7.8.1", - "tslib": "^2.7.0", + "tslib": "^2.8.0", "zone.js": "~0.14.10" }, "devDependencies": {