fix: upgrade svelte-check from 4.0.5 to 4.0.7

Snyk has created this PR to upgrade svelte-check from 4.0.5 to 4.0.7.

See this package in npm:
svelte-check

See this project in Snyk:
https://app.snyk.io/org/vrtmrz/project/d2c9b72d-6e38-433f-bbad-725719c0fa4d?utm_source=github&utm_medium=referral&page=upgrade-pr
This commit is contained in:
snyk-bot
2024-12-04 06:10:44 +00:00
parent c25eaa09c9
commit bccaed41a0
2 changed files with 9 additions and 8 deletions

15
package-lock.json generated
View File

@@ -19,7 +19,7 @@
"idb": "^8.0.0",
"minimatch": "^10.0.1",
"octagonal-wheels": "^0.1.15",
"svelte-check": "^4.0.4",
"svelte-check": "^4.0.7",
"xxhash-wasm": "0.4.2",
"xxhash-wasm-102": "npm:xxhash-wasm@^1.0.2"
},
@@ -6175,9 +6175,10 @@
}
},
"node_modules/svelte-check": {
"version": "4.0.5",
"resolved": "https://registry.npmjs.org/svelte-check/-/svelte-check-4.0.5.tgz",
"integrity": "sha512-icBTBZ3ibBaywbXUat3cK6hB5Du+Kq9Z8CRuyLmm64XIe2/r+lQcbuBx/IQgsbrC+kT2jQ0weVpZSSRIPwB6jQ==",
"version": "4.0.7",
"resolved": "https://registry.npmjs.org/svelte-check/-/svelte-check-4.0.7.tgz",
"integrity": "sha512-24hwo+D5L35HOXsh3Z2sU4WhdDLavlHquYaJhrEqAt+mV1xOVzoMVYThW80n99osDJxyuH+vxjNFkNRL4EvwTg==",
"license": "MIT",
"dependencies": {
"@jridgewell/trace-mapping": "^0.3.25",
"chokidar": "^4.0.1",
@@ -11125,9 +11126,9 @@
}
},
"svelte-check": {
"version": "4.0.5",
"resolved": "https://registry.npmjs.org/svelte-check/-/svelte-check-4.0.5.tgz",
"integrity": "sha512-icBTBZ3ibBaywbXUat3cK6hB5Du+Kq9Z8CRuyLmm64XIe2/r+lQcbuBx/IQgsbrC+kT2jQ0weVpZSSRIPwB6jQ==",
"version": "4.0.7",
"resolved": "https://registry.npmjs.org/svelte-check/-/svelte-check-4.0.7.tgz",
"integrity": "sha512-24hwo+D5L35HOXsh3Z2sU4WhdDLavlHquYaJhrEqAt+mV1xOVzoMVYThW80n99osDJxyuH+vxjNFkNRL4EvwTg==",
"requires": {
"@jridgewell/trace-mapping": "^0.3.25",
"chokidar": "^4.0.1",

View File

@@ -73,7 +73,7 @@
"idb": "^8.0.0",
"minimatch": "^10.0.1",
"octagonal-wheels": "^0.1.15",
"svelte-check": "^4.0.4",
"svelte-check": "^4.0.7",
"xxhash-wasm": "0.4.2",
"xxhash-wasm-102": "npm:xxhash-wasm@^1.0.2"
}