From 041a5b4d65b20ae5c95ee754ed14047b13d4f14c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 09:34:11 +0000 Subject: [PATCH] npm-dep: bump svelte-check from 3.8.0 to 3.8.1 in /frontend Bumps [svelte-check](https://github.com/sveltejs/language-tools) from 3.8.0 to 3.8.1. - [Release notes](https://github.com/sveltejs/language-tools/releases) - [Commits](https://github.com/sveltejs/language-tools/compare/svelte-check-3.8.0...svelte-check-3.8.1) --- updated-dependencies: - dependency-name: svelte-check dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- frontend/pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 7af34ac4..998e8805 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -32,7 +32,7 @@ "prettier-plugin-svelte": "^3.2.4", "prettier-plugin-tailwindcss": "^0.6.5", "svelte": "^4.2.18", - "svelte-check": "^3.8.0", + "svelte-check": "^3.8.1", "tailwindcss": "^3.4.4", "tslib": "^2.6.3", "typescript": "^5.4.5", diff --git a/frontend/pnpm-lock.yaml b/frontend/pnpm-lock.yaml index e5d0e13b..edbf0eac 100644 --- a/frontend/pnpm-lock.yaml +++ b/frontend/pnpm-lock.yaml @@ -83,8 +83,8 @@ devDependencies: specifier: ^4.2.18 version: 4.2.18 svelte-check: - specifier: ^3.8.0 - version: 3.8.0(postcss@8.4.38)(svelte@4.2.18) + specifier: ^3.8.1 + version: 3.8.1(postcss@8.4.38)(svelte@4.2.18) tailwindcss: specifier: ^3.4.4 version: 3.4.4 @@ -2993,8 +2993,8 @@ packages: resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} engines: {node: '>= 0.4'} - /svelte-check@3.8.0(postcss@8.4.38)(svelte@4.2.18): - resolution: {integrity: sha512-7Nxn+3X97oIvMzYJ7t27w00qUf1Y52irE2RU2dQAd5PyvfGp4E7NLhFKVhb6PV2fx7dCRMpNKDIuazmGthjpSQ==} + /svelte-check@3.8.1(postcss@8.4.38)(svelte@4.2.18): + resolution: {integrity: sha512-KlQ0TRVe01mdvh49Ylkr9FQxO/UWbQOtaIrccl3gjgkvby1TxY41VkT7ijCl6i29FjaJPE4m6YGmhdqov0MfkA==} hasBin: true peerDependencies: svelte: ^3.55.0 || ^4.0.0-next.0 || ^4.0.0 || ^5.0.0-next.0