From bc112202c69226f0d665aff5bbad63e570d13fea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 18:40:37 +0000 Subject: [PATCH] Bump tslib from 2.6.2 to 2.7.0 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] --- 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 6f50893..8821077 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "svelte-check": "^3.8.0", "svelte-popperjs": "^1.3.2", "tailwindcss": "^3.4.1", - "tslib": "^2.6.2", + "tslib": "^2.7.0", "typescript": "^5.4.4", "vite": "^5.2.7" } @@ -4431,9 +4431,9 @@ "dev": 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/package.json b/package.json index 73e7b02..c3ec624 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "svelte-check": "^3.8.0", "svelte-popperjs": "^1.3.2", "tailwindcss": "^3.4.1", - "tslib": "^2.6.2", + "tslib": "^2.7.0", "typescript": "^5.4.4", "vite": "^5.2.7" },