Bump svelte-check from 3.6.0 to 3.6.2

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

---
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-11-27 08:08:31 +00:00 committed by GitHub
parent ae7531c5ab
commit 869dc97b23
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

@ -32,7 +32,7 @@
"sass": "^1.69.5",
"stacking-order": "^2.0.0",
"svelte": "^3.59.2",
"svelte-check": "^3.6.0",
"svelte-check": "^3.6.2",
"svelte-fa": "^3.0.3",
"svelte-highlight": "^7.4.1",
"svelte-local-storage-store": "^0.6.4",
@ -4330,9 +4330,9 @@
}
},
"node_modules/svelte-check": {
"version": "3.6.0",
"resolved": "https://registry.npmjs.org/svelte-check/-/svelte-check-3.6.0.tgz",
"integrity": "sha512-8VfqhfuRJ1sKW+o8isH2kPi0RhjXH1nNsIbCFGyoUHG+ZxVxHYRKcb+S8eaL/1tyj3VGvWYx3Y5+oCUsJgnzcw==",
"version": "3.6.2",
"resolved": "https://registry.npmjs.org/svelte-check/-/svelte-check-3.6.2.tgz",
"integrity": "sha512-E6iFh4aUCGJLRz6QZXH3gcN/VFfkzwtruWSRmlKrLWQTiO6VzLsivR6q02WYLGNAGecV3EocqZuCDrC2uttZ0g==",
"dev": true,
"dependencies": {
"@jridgewell/trace-mapping": "^0.3.17",

View File

@ -38,7 +38,7 @@
"sass": "^1.69.5",
"stacking-order": "^2.0.0",
"svelte": "^3.59.2",
"svelte-check": "^3.6.0",
"svelte-check": "^3.6.2",
"svelte-fa": "^3.0.3",
"svelte-highlight": "^7.4.1",
"svelte-local-storage-store": "^0.6.4",