From ade50bd8e7879c31e7915941864e8c9a67eb240d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 15:16:47 +0000 Subject: [PATCH] Bump tslib from 2.6.2 to 2.6.3 in /materialious Bumps [tslib](https://github.com/Microsoft/tslib) from 2.6.2 to 2.6.3. - [Release notes](https://github.com/Microsoft/tslib/releases) - [Commits](https://github.com/Microsoft/tslib/compare/v2.6.2...v2.6.3) --- updated-dependencies: - dependency-name: tslib dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- materialious/package-lock.json | 14 ++++++++++---- materialious/package.json | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/materialious/package-lock.json b/materialious/package-lock.json index 1d7071ba..f8f4c258 100644 --- a/materialious/package-lock.json +++ b/materialious/package-lock.json @@ -51,7 +51,7 @@ "prettier-plugin-svelte": "^3.2.3", "svelte": "^4.2.17", "svelte-check": "^3.8.0", - "tslib": "^2.4.1", + "tslib": "^2.6.3", "typescript": "^5.4.5", "vite": "^5.2.11" } @@ -2220,6 +2220,12 @@ "url": "https://github.com/sponsors/isaacs" } }, + "node_modules/@capacitor/assets/node_modules/tslib": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", + "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==", + "dev": true + }, "node_modules/@capacitor/browser": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/@capacitor/browser/-/browser-6.0.0.tgz", @@ -12008,9 +12014,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.6.3", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz", + "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==" }, "node_modules/tunnel-agent": { "version": "0.6.0", diff --git a/materialious/package.json b/materialious/package.json index eae7fe7c..216568ce 100644 --- a/materialious/package.json +++ b/materialious/package.json @@ -32,7 +32,7 @@ "prettier-plugin-svelte": "^3.2.3", "svelte": "^4.2.17", "svelte-check": "^3.8.0", - "tslib": "^2.4.1", + "tslib": "^2.6.3", "typescript": "^5.4.5", "vite": "^5.2.11" },