Bump svelte-check from 3.4.4 to 3.4.5

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

---
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-07-10 08:31:06 +00:00 committed by GitHub
parent 2cb793caf7
commit c48c675523
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",
"stacking-order": "^2.0.0",
"svelte": "^3.59.2",
"svelte-check": "^3.4.4",
"svelte-check": "^3.4.5",
"svelte-fa": "^3.0.3",
"svelte-highlight": "^7.2.1",
"svelte-local-storage-store": "^0.5.0",
@ -4149,9 +4149,9 @@
}
},
"node_modules/svelte-check": {
"version": "3.4.4",
"resolved": "https://registry.npmjs.org/svelte-check/-/svelte-check-3.4.4.tgz",
"integrity": "sha512-Uys9+R65cj8TmP8f5UpS7B2xKpNLYNxEWJsA5ZoKcWq/uwvABFF7xS6iPQGLoa7hxz0DS6xU60YFpmq06E4JxA==",
"version": "3.4.5",
"resolved": "https://registry.npmjs.org/svelte-check/-/svelte-check-3.4.5.tgz",
"integrity": "sha512-FsD/CUVdEI0F9sfylh1Fe15kDjvvbyBxzDpACPsdq0EASgaZukBXaMXofpxlgmWsgVET3OynMQlbtUQoWCz9Rw==",
"dev": true,
"dependencies": {
"@jridgewell/trace-mapping": "^0.3.17",

View File

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