aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--clients/www/package.json2
-rw-r--r--pnpm-lock.yaml11
2 files changed, 8 insertions, 5 deletions
diff --git a/clients/www/package.json b/clients/www/package.json
index 79201f0..5190e13 100644
--- a/clients/www/package.json
+++ b/clients/www/package.json
@@ -34,7 +34,7 @@
"prettier": "^3.3.0",
"prettier-plugin-svelte": "^3.2.3",
"svelte": "^4.2.16",
- "svelte-check": "^3.7.1",
+ "svelte-check": "^3.8.0",
"svelte-persisted-store": "^0.9.4",
"tailwindcss": "3.4.3",
"tslib": "^2.6.2",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 94e0db5..8ff9751 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -93,8 +93,8 @@ importers:
specifier: ^4.2.16
version: 4.2.17
svelte-check:
- specifier: ^3.7.1
- version: 3.7.1(@babel/core@7.24.5)(postcss@8.4.38)(svelte@4.2.17)
+ specifier: ^3.8.0
+ version: 3.8.0(@babel/core@7.24.5)(postcss@8.4.38)(svelte@4.2.17)
svelte-persisted-store:
specifier: ^0.9.4
version: 0.9.4(svelte@4.2.17)
@@ -3362,6 +3362,7 @@ packages:
/glob@7.2.3:
resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==}
+ deprecated: Glob versions prior to v9 are no longer supported
dependencies:
fs.realpath: 1.0.0
inflight: 1.0.6
@@ -3501,6 +3502,7 @@ packages:
/inflight@1.0.6:
resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==}
+ deprecated: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
dependencies:
once: 1.4.0
wrappy: 1.0.2
@@ -4429,6 +4431,7 @@ packages:
/rimraf@2.7.1:
resolution: {integrity: sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==}
+ deprecated: Rimraf versions prior to v4 are no longer supported
hasBin: true
dependencies:
glob: 7.2.3
@@ -4783,8 +4786,8 @@ packages:
engines: {node: '>= 0.4'}
dev: true
- /svelte-check@3.7.1(@babel/core@7.24.5)(postcss@8.4.38)(svelte@4.2.17):
- resolution: {integrity: sha512-U4uJoLCzmz2o2U33c7mPDJNhRYX/DNFV11XTUDlFxaKLsO7P+40gvJHMPpoRfa24jqZfST4/G9fGNcUGMO8NAQ==}
+ /svelte-check@3.8.0(@babel/core@7.24.5)(postcss@8.4.38)(svelte@4.2.17):
+ resolution: {integrity: sha512-7Nxn+3X97oIvMzYJ7t27w00qUf1Y52irE2RU2dQAd5PyvfGp4E7NLhFKVhb6PV2fx7dCRMpNKDIuazmGthjpSQ==}
hasBin: true
peerDependencies:
svelte: ^3.55.0 || ^4.0.0-next.0 || ^4.0.0 || ^5.0.0-next.0