Bump svelte-check from 3.4.3 to 3.4.4

Bumps [svelte-check](https://github.com/sveltejs/language-tools) from 3.4.3 to 3.4.4.
- [Release notes](https://github.com/sveltejs/language-tools/releases)
- [Commits](https://github.com/sveltejs/language-tools/compare/svelte-check-3.4.3...svelte-check-3.4.4)

---
updated-dependencies:
- dependency-name: svelte-check
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-06-26 09:08:16 +00:00 committed by GitHub
parent aa83eb15c5
commit e1c8825353
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -31,7 +31,7 @@
"sass": "^1.63.6", "sass": "^1.63.6",
"stacking-order": "^2.0.0", "stacking-order": "^2.0.0",
"svelte": "^3.58.0", "svelte": "^3.58.0",
"svelte-check": "^3.4.3", "svelte-check": "^3.4.4",
"svelte-fa": "^3.0.3", "svelte-fa": "^3.0.3",
"svelte-highlight": "^7.2.1", "svelte-highlight": "^7.2.1",
"svelte-local-storage-store": "^0.5.0", "svelte-local-storage-store": "^0.5.0",
@ -4139,9 +4139,9 @@
} }
}, },
"node_modules/svelte-check": { "node_modules/svelte-check": {
"version": "3.4.3", "version": "3.4.4",
"resolved": "https://registry.npmjs.org/svelte-check/-/svelte-check-3.4.3.tgz", "resolved": "https://registry.npmjs.org/svelte-check/-/svelte-check-3.4.4.tgz",
"integrity": "sha512-O07soQFY3X0VDt+bcGc6D5naz0cLtjwnmNP9JsEBPVyMemFEqUhL2OdLqvkl5H/u8Jwm50EiAU4BPRn5iin/kg==", "integrity": "sha512-Uys9+R65cj8TmP8f5UpS7B2xKpNLYNxEWJsA5ZoKcWq/uwvABFF7xS6iPQGLoa7hxz0DS6xU60YFpmq06E4JxA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@jridgewell/trace-mapping": "^0.3.17", "@jridgewell/trace-mapping": "^0.3.17",

View File

@ -37,7 +37,7 @@
"sass": "^1.63.6", "sass": "^1.63.6",
"stacking-order": "^2.0.0", "stacking-order": "^2.0.0",
"svelte": "^3.58.0", "svelte": "^3.58.0",
"svelte-check": "^3.4.3", "svelte-check": "^3.4.4",
"svelte-fa": "^3.0.3", "svelte-fa": "^3.0.3",
"svelte-highlight": "^7.2.1", "svelte-highlight": "^7.2.1",
"svelte-local-storage-store": "^0.5.0", "svelte-local-storage-store": "^0.5.0",