mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2025-12-12 17:25:56 +00:00
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:
15
package-lock.json
generated
15
package-lock.json
generated
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user