Merge pull request #4 from donavon04/dependabot/npm_and_yarn/svelte-check-3.8.6

deps: bump svelte-check from 3.8.0 to 3.8.6
This commit is contained in:
Donavon McDowell 2024-08-30 09:22:25 -06:00 committed by GitHub
commit c4bea9911b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 7 deletions

10
package-lock.json generated
View File

@ -32,7 +32,7 @@
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.1.2",
"svelte": "^4.2.7",
"svelte-check": "^3.6.0",
"svelte-check": "^3.8.6",
"tailwindcss": "3.4.3",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
@ -5995,15 +5995,13 @@
}
},
"node_modules/svelte-check": {
"version": "3.8.0",
"resolved": "https://registry.npmjs.org/svelte-check/-/svelte-check-3.8.0.tgz",
"integrity": "sha512-7Nxn+3X97oIvMzYJ7t27w00qUf1Y52irE2RU2dQAd5PyvfGp4E7NLhFKVhb6PV2fx7dCRMpNKDIuazmGthjpSQ==",
"version": "3.8.6",
"resolved": "https://registry.npmjs.org/svelte-check/-/svelte-check-3.8.6.tgz",
"integrity": "sha512-ij0u4Lw/sOTREP13BdWZjiXD/BlHE6/e2e34XzmVmsp5IN4kVa3PWP65NM32JAgwjZlwBg/+JtiNV1MM8khu0Q==",
"dev": true,
"dependencies": {
"@jridgewell/trace-mapping": "^0.3.17",
"chokidar": "^3.4.1",
"fast-glob": "^3.2.7",
"import-fresh": "^3.2.1",
"picocolors": "^1.0.0",
"sade": "^1.7.4",
"svelte-preprocess": "^5.1.3",

View File

@ -32,7 +32,7 @@
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.1.2",
"svelte": "^4.2.7",
"svelte-check": "^3.6.0",
"svelte-check": "^3.8.6",
"tailwindcss": "3.4.3",
"tslib": "^2.4.1",
"typescript": "^5.0.0",