From ea74832287b420d21f0044b63c5beb8baffd545f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 19:49:14 +0000 Subject: [PATCH] Bump tslib from 2.6.2 to 2.7.0 in /src/ui 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] --- src/ui/package-lock.json | 8 ++++---- src/ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/ui/package-lock.json b/src/ui/package-lock.json index 9c69e200..99193902 100644 --- a/src/ui/package-lock.json +++ b/src/ui/package-lock.json @@ -34,7 +34,7 @@ "svelte-check": "^3.8.6", "svelte-eslint-parser": "^0.33.1", "svelte-table": "^0.6.3", - "tslib": "^2.6.2", + "tslib": "^2.7.0", "typescript": "^5.3.3", "vite": "^5.2.11", "vite-plugin-tailwind-purgecss": "^0.2.0", @@ -5494,9 +5494,9 @@ "peer": true }, "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/src/ui/package.json b/src/ui/package.json index de550db9..a34c4770 100644 --- a/src/ui/package.json +++ b/src/ui/package.json @@ -39,7 +39,7 @@ "svelte-check": "^3.8.6", "svelte-eslint-parser": "^0.33.1", "svelte-table": "^0.6.3", - "tslib": "^2.6.2", + "tslib": "^2.7.0", "typescript": "^5.3.3", "vite": "^5.2.11", "vite-plugin-tailwind-purgecss": "^0.2.0",