chore(deps): update dependency svelte-check to v3.4.6
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
22f3c9094b
commit
db026b8777
1 changed files with 8 additions and 8 deletions
16
ui/package-lock.json
generated
16
ui/package-lock.json
generated
|
@ -2495,9 +2495,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/svelte-check": {
|
||||
"version": "3.4.5",
|
||||
"resolved": "https://registry.npmjs.org/svelte-check/-/svelte-check-3.4.5.tgz",
|
||||
"integrity": "sha512-FsD/CUVdEI0F9sfylh1Fe15kDjvvbyBxzDpACPsdq0EASgaZukBXaMXofpxlgmWsgVET3OynMQlbtUQoWCz9Rw==",
|
||||
"version": "3.4.6",
|
||||
"resolved": "https://registry.npmjs.org/svelte-check/-/svelte-check-3.4.6.tgz",
|
||||
"integrity": "sha512-OBlY8866Zh1zHQTkBMPS6psPi7o2umTUyj6JWm4SacnIHXpWFm658pG32m3dKvKFL49V4ntAkfFHKo4ztH07og==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@jridgewell/trace-mapping": "^0.3.17",
|
||||
|
@ -2506,7 +2506,7 @@
|
|||
"import-fresh": "^3.2.1",
|
||||
"picocolors": "^1.0.0",
|
||||
"sade": "^1.7.4",
|
||||
"svelte-preprocess": "^5.0.3",
|
||||
"svelte-preprocess": "^5.0.4",
|
||||
"typescript": "^5.0.3"
|
||||
},
|
||||
"bin": {
|
||||
|
@ -4477,9 +4477,9 @@
|
|||
"integrity": "sha512-vzSyuGr3eEoAtT/A6bmajosJZIUWySzY2CzB3w2pgPvnkUjGqlDnsNnA0PMO+mMAhuyMul6C2uuZzY6ELSkzyA=="
|
||||
},
|
||||
"svelte-check": {
|
||||
"version": "3.4.5",
|
||||
"resolved": "https://registry.npmjs.org/svelte-check/-/svelte-check-3.4.5.tgz",
|
||||
"integrity": "sha512-FsD/CUVdEI0F9sfylh1Fe15kDjvvbyBxzDpACPsdq0EASgaZukBXaMXofpxlgmWsgVET3OynMQlbtUQoWCz9Rw==",
|
||||
"version": "3.4.6",
|
||||
"resolved": "https://registry.npmjs.org/svelte-check/-/svelte-check-3.4.6.tgz",
|
||||
"integrity": "sha512-OBlY8866Zh1zHQTkBMPS6psPi7o2umTUyj6JWm4SacnIHXpWFm658pG32m3dKvKFL49V4ntAkfFHKo4ztH07og==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@jridgewell/trace-mapping": "^0.3.17",
|
||||
|
@ -4488,7 +4488,7 @@
|
|||
"import-fresh": "^3.2.1",
|
||||
"picocolors": "^1.0.0",
|
||||
"sade": "^1.7.4",
|
||||
"svelte-preprocess": "^5.0.3",
|
||||
"svelte-preprocess": "^5.0.4",
|
||||
"typescript": "^5.0.3"
|
||||
}
|
||||
},
|
||||
|
|
Reference in a new issue