aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/package.json2
-rw-r--r--pnpm-lock.yaml48
2 files changed, 25 insertions, 25 deletions
diff --git a/app/package.json b/app/package.json
index 5a18986..f7db27f 100644
--- a/app/package.json
+++ b/app/package.json
@@ -20,7 +20,7 @@
"@types/node": "20.10.3",
"@types/wicg-file-system-access": "2023.10.4",
"@typescript-eslint/eslint-plugin": "6.9.1",
- "@typescript-eslint/parser": "6.12.0",
+ "@typescript-eslint/parser": "6.14.0",
"@vite-pwa/sveltekit": "0.2.8",
"autoprefixer": "10.4.16",
"crc": "4.3.2",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 4aa8ab3..ef6e4b4 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -59,10 +59,10 @@ importers:
version: 2023.10.4
'@typescript-eslint/eslint-plugin':
specifier: 6.9.1
- version: 6.9.1(@typescript-eslint/parser@6.12.0)(eslint@8.55.0)(typescript@5.3.2)
+ version: 6.9.1(@typescript-eslint/parser@6.14.0)(eslint@8.55.0)(typescript@5.3.2)
'@typescript-eslint/parser':
- specifier: 6.12.0
- version: 6.12.0(eslint@8.55.0)(typescript@5.3.2)
+ specifier: 6.14.0
+ version: 6.14.0(eslint@8.55.0)(typescript@5.3.2)
'@vite-pwa/sveltekit':
specifier: 0.2.8
version: 0.2.8(@sveltejs/kit@1.27.7)(vite-plugin-pwa@0.17.4)
@@ -2021,7 +2021,7 @@ packages:
resolution: {integrity: sha512-ewOj7hWhsUTS2+aY6zY+7BwlgqGBj5ZXxKuHt3TAWpIJH0bDW/6bO1N1SdUDAzV8r0Nc+/ZtpAEETYTwrehBMw==}
dev: true
- /@typescript-eslint/eslint-plugin@6.9.1(@typescript-eslint/parser@6.12.0)(eslint@8.55.0)(typescript@5.3.2):
+ /@typescript-eslint/eslint-plugin@6.9.1(@typescript-eslint/parser@6.14.0)(eslint@8.55.0)(typescript@5.3.2):
resolution: {integrity: sha512-w0tiiRc9I4S5XSXXrMHOWgHgxbrBn1Ro+PmiYhSg2ZVdxrAJtQgzU5o2m1BfP6UOn7Vxcc6152vFjQfmZR4xEg==}
engines: {node: ^16.0.0 || >=18.0.0}
peerDependencies:
@@ -2033,7 +2033,7 @@ packages:
optional: true
dependencies:
'@eslint-community/regexpp': 4.9.0
- '@typescript-eslint/parser': 6.12.0(eslint@8.55.0)(typescript@5.3.2)
+ '@typescript-eslint/parser': 6.14.0(eslint@8.55.0)(typescript@5.3.2)
'@typescript-eslint/scope-manager': 6.9.1
'@typescript-eslint/type-utils': 6.9.1(eslint@8.55.0)(typescript@5.3.2)
'@typescript-eslint/utils': 6.9.1(eslint@8.55.0)(typescript@5.3.2)
@@ -2050,8 +2050,8 @@ packages:
- supports-color
dev: true
- /@typescript-eslint/parser@6.12.0(eslint@8.55.0)(typescript@5.3.2):
- resolution: {integrity: sha512-s8/jNFPKPNRmXEnNXfuo1gemBdVmpQsK1pcu+QIvuNJuhFzGrpD7WjOcvDc/+uEdfzSYpNu7U/+MmbScjoQ6vg==}
+ /@typescript-eslint/parser@6.14.0(eslint@8.55.0)(typescript@5.3.2):
+ resolution: {integrity: sha512-QjToC14CKacd4Pa7JK4GeB/vHmWFJckec49FR4hmIRf97+KXole0T97xxu9IFiPxVQ1DBWrQ5wreLwAGwWAVQA==}
engines: {node: ^16.0.0 || >=18.0.0}
peerDependencies:
eslint: ^7.0.0 || ^8.0.0
@@ -2060,10 +2060,10 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/scope-manager': 6.12.0
- '@typescript-eslint/types': 6.12.0
- '@typescript-eslint/typescript-estree': 6.12.0(typescript@5.3.2)
- '@typescript-eslint/visitor-keys': 6.12.0
+ '@typescript-eslint/scope-manager': 6.14.0
+ '@typescript-eslint/types': 6.14.0
+ '@typescript-eslint/typescript-estree': 6.14.0(typescript@5.3.2)
+ '@typescript-eslint/visitor-keys': 6.14.0
debug: 4.3.4
eslint: 8.55.0
typescript: 5.3.2
@@ -2071,12 +2071,12 @@ packages:
- supports-color
dev: true
- /@typescript-eslint/scope-manager@6.12.0:
- resolution: {integrity: sha512-5gUvjg+XdSj8pcetdL9eXJzQNTl3RD7LgUiYTl8Aabdi8hFkaGSYnaS6BLc0BGNaDH+tVzVwmKtWvu0jLgWVbw==}
+ /@typescript-eslint/scope-manager@6.14.0:
+ resolution: {integrity: sha512-VT7CFWHbZipPncAZtuALr9y3EuzY1b1t1AEkIq2bTXUPKw+pHoXflGNG5L+Gv6nKul1cz1VH8fz16IThIU0tdg==}
engines: {node: ^16.0.0 || >=18.0.0}
dependencies:
- '@typescript-eslint/types': 6.12.0
- '@typescript-eslint/visitor-keys': 6.12.0
+ '@typescript-eslint/types': 6.14.0
+ '@typescript-eslint/visitor-keys': 6.14.0
dev: true
/@typescript-eslint/scope-manager@6.9.1:
@@ -2107,8 +2107,8 @@ packages:
- supports-color
dev: true
- /@typescript-eslint/types@6.12.0:
- resolution: {integrity: sha512-MA16p/+WxM5JG/F3RTpRIcuOghWO30//VEOvzubM8zuOOBYXsP+IfjoCXXiIfy2Ta8FRh9+IO9QLlaFQUU+10Q==}
+ /@typescript-eslint/types@6.14.0:
+ resolution: {integrity: sha512-uty9H2K4Xs8E47z3SnXEPRNDfsis8JO27amp2GNCnzGETEW3yTqEIVg5+AI7U276oGF/tw6ZA+UesxeQ104ceA==}
engines: {node: ^16.0.0 || >=18.0.0}
dev: true
@@ -2117,8 +2117,8 @@ packages:
engines: {node: ^16.0.0 || >=18.0.0}
dev: true
- /@typescript-eslint/typescript-estree@6.12.0(typescript@5.3.2):
- resolution: {integrity: sha512-vw9E2P9+3UUWzhgjyyVczLWxZ3GuQNT7QpnIY3o5OMeLO/c8oHljGc8ZpryBMIyympiAAaKgw9e5Hl9dCWFOYw==}
+ /@typescript-eslint/typescript-estree@6.14.0(typescript@5.3.2):
+ resolution: {integrity: sha512-yPkaLwK0yH2mZKFE/bXkPAkkFgOv15GJAUzgUVonAbv0Hr4PK/N2yaA/4XQbTZQdygiDkpt5DkxPELqHguNvyw==}
engines: {node: ^16.0.0 || >=18.0.0}
peerDependencies:
typescript: '*'
@@ -2126,8 +2126,8 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/types': 6.12.0
- '@typescript-eslint/visitor-keys': 6.12.0
+ '@typescript-eslint/types': 6.14.0
+ '@typescript-eslint/visitor-keys': 6.14.0
debug: 4.3.4
globby: 11.1.0
is-glob: 4.0.3
@@ -2178,11 +2178,11 @@ packages:
- typescript
dev: true
- /@typescript-eslint/visitor-keys@6.12.0:
- resolution: {integrity: sha512-rg3BizTZHF1k3ipn8gfrzDXXSFKyOEB5zxYXInQ6z0hUvmQlhaZQzK+YmHmNViMA9HzW5Q9+bPPt90bU6GQwyw==}
+ /@typescript-eslint/visitor-keys@6.14.0:
+ resolution: {integrity: sha512-fB5cw6GRhJUz03MrROVuj5Zm/Q+XWlVdIsFj+Zb1Hvqouc8t+XP2H5y53QYU/MGtd2dPg6/vJJlhoX3xc2ehfw==}
engines: {node: ^16.0.0 || >=18.0.0}
dependencies:
- '@typescript-eslint/types': 6.12.0
+ '@typescript-eslint/types': 6.14.0
eslint-visitor-keys: 3.4.3
dev: true