From fb160aa6a21b4b93b3405d7c31241c3b0a6b2c79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 07:44:40 +0000 Subject: [PATCH] chore(deps-dev): bump svelte-check from 1.1.10 to 1.2.6 Bumps [svelte-check](https://github.com/sveltejs/language-tools) from 1.1.10 to 1.2.6. - [Release notes](https://github.com/sveltejs/language-tools/releases) - [Commits](https://github.com/sveltejs/language-tools/commits/svelte-check-1.2.6) Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1b4c4de..16d2f6d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -561,9 +561,9 @@ "dev": true }, "import-fresh": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.2.2.tgz", - "integrity": "sha512-cTPNrlvJT6twpYy+YmKUKrTSjWFs3bjYjAhCwm+z4EOCubZxAuO+hHpRN64TqjEaYSHs7tJAE0w1CKMGmsG/lw==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", + "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", "dev": true, "requires": { "parent-module": "^1.0.0", @@ -1299,9 +1299,9 @@ "dev": true }, "svelte-check": { - "version": "1.1.10", - "resolved": "https://registry.npmjs.org/svelte-check/-/svelte-check-1.1.10.tgz", - "integrity": "sha512-lRrHv6cXRQ3RDWFElunwJfUeb2XfeIvEOdWvvOgDvAUYytlyV9bRedF8nWylpCfVB5don9E5TURhNEG+vW1BqA==", + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/svelte-check/-/svelte-check-1.2.6.tgz", + "integrity": "sha512-jl8rGvL+qfBrGJur/hvY177P9qhbpOLrXLqsSiaWRjI771Us7OPFUaghhtUv9EmET5OT4xtmh5PfxUTxD7UCkg==", "dev": true, "requires": { "chalk": "^4.0.0", diff --git a/package.json b/package.json index 3eb70cf..e273369 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "rollup-plugin-svelte": "^6.0.0", "rollup-plugin-terser": "^7.0.0", "svelte": "^3.0.0", - "svelte-check": "^1.1.10", + "svelte-check": "^1.2.6", "svelte-preprocess": "^4.5.2", "tailwindcss": "^1.9.6", "tslib": "^2.0.0",