From 126717ecdc189e5857ab12a75b38dc3f967959ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 20:16:42 +0000 Subject: [PATCH] ui: bump tslib from 2.6.2 to 2.7.0 (#605) Bumps [tslib](/~https://github.com/Microsoft/tslib) from 2.6.2 to 2.7.0. - [Release notes](/~https://github.com/Microsoft/tslib/releases) - [Commits](/~https://github.com/Microsoft/tslib/compare/v2.6.2...v2.7.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 63e055df..be1ecae3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "svelte-check": "^3.8.5", "svelte-eslint-parser": "^0.41.0", "svelte-preprocess": "^6.0.2", - "tslib": "^2.6.2", + "tslib": "^2.7.0", "typescript": "^5.5.4", "vite": "^5.2.11" } @@ -7609,9 +7609,9 @@ } }, "node_modules/tslib": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", - "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz", + "integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==", "dev": true }, "node_modules/type-check": { diff --git a/package.json b/package.json index 567cb4ac..f962c93a 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "svelte-check": "^3.8.5", "svelte-eslint-parser": "^0.41.0", "svelte-preprocess": "^6.0.2", - "tslib": "^2.6.2", + "tslib": "^2.7.0", "typescript": "^5.5.4", "vite": "^5.2.11" },