aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/package.json2
-rw-r--r--pnpm-lock.yaml65
2 files changed, 55 insertions, 12 deletions
diff --git a/app/package.json b/app/package.json
index 5eaee46..70cb811 100644
--- a/app/package.json
+++ b/app/package.json
@@ -19,7 +19,7 @@
"@types/node": "20.14.1",
"@types/wicg-file-system-access": "2023.10.5",
"@typescript-eslint/eslint-plugin": "7.11.0",
- "@typescript-eslint/parser": "7.11.0",
+ "@typescript-eslint/parser": "7.12.0",
"@vite-pwa/sveltekit": "0.5.0",
"autoprefixer": "10.4.19",
"crc": "4.3.2",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 3e50d35..fb37d02 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -56,10 +56,10 @@ importers:
version: 2023.10.5
'@typescript-eslint/eslint-plugin':
specifier: 7.11.0
- version: 7.11.0(@typescript-eslint/parser@7.11.0)(eslint@9.4.0)(typescript@5.4.5)
+ version: 7.11.0(@typescript-eslint/parser@7.12.0)(eslint@9.4.0)(typescript@5.4.5)
'@typescript-eslint/parser':
- specifier: 7.11.0
- version: 7.11.0(eslint@9.4.0)(typescript@5.4.5)
+ specifier: 7.12.0
+ version: 7.12.0(eslint@9.4.0)(typescript@5.4.5)
'@vite-pwa/sveltekit':
specifier: 0.5.0
version: 0.5.0(@sveltejs/kit@2.5.10)(vite-plugin-pwa@0.20.0)
@@ -2089,7 +2089,7 @@ packages:
resolution: {integrity: sha512-e9kZO9kCdLqT2h9Tw38oGv9UNzBBWaR1MzuAavxPcsV/7FJ3tWbU6RI3uB+yKIDPGLkGVbplS52ub0AcRLvrhA==}
dev: true
- /@typescript-eslint/eslint-plugin@7.11.0(@typescript-eslint/parser@7.11.0)(eslint@9.4.0)(typescript@5.4.5):
+ /@typescript-eslint/eslint-plugin@7.11.0(@typescript-eslint/parser@7.12.0)(eslint@9.4.0)(typescript@5.4.5):
resolution: {integrity: sha512-P+qEahbgeHW4JQ/87FuItjBj8O3MYv5gELDzr8QaQ7fsll1gSMTYb6j87MYyxwf3DtD7uGFB9ShwgmCJB5KmaQ==}
engines: {node: ^18.18.0 || >=20.0.0}
peerDependencies:
@@ -2101,7 +2101,7 @@ packages:
optional: true
dependencies:
'@eslint-community/regexpp': 4.10.0
- '@typescript-eslint/parser': 7.11.0(eslint@9.4.0)(typescript@5.4.5)
+ '@typescript-eslint/parser': 7.12.0(eslint@9.4.0)(typescript@5.4.5)
'@typescript-eslint/scope-manager': 7.11.0
'@typescript-eslint/type-utils': 7.11.0(eslint@9.4.0)(typescript@5.4.5)
'@typescript-eslint/utils': 7.11.0(eslint@9.4.0)(typescript@5.4.5)
@@ -2116,8 +2116,8 @@ packages:
- supports-color
dev: true
- /@typescript-eslint/parser@7.11.0(eslint@9.4.0)(typescript@5.4.5):
- resolution: {integrity: sha512-yimw99teuaXVWsBcPO1Ais02kwJ1jmNA1KxE7ng0aT7ndr1pT1wqj0OJnsYVGKKlc4QJai86l/025L6z8CljOg==}
+ /@typescript-eslint/parser@7.12.0(eslint@9.4.0)(typescript@5.4.5):
+ resolution: {integrity: sha512-dm/J2UDY3oV3TKius2OUZIFHsomQmpHtsV0FTh1WO8EKgHLQ1QCADUqscPgTpU+ih1e21FQSRjXckHn3txn6kQ==}
engines: {node: ^18.18.0 || >=20.0.0}
peerDependencies:
eslint: ^8.56.0
@@ -2126,10 +2126,10 @@ packages:
typescript:
optional: true
dependencies:
- '@typescript-eslint/scope-manager': 7.11.0
- '@typescript-eslint/types': 7.11.0
- '@typescript-eslint/typescript-estree': 7.11.0(typescript@5.4.5)
- '@typescript-eslint/visitor-keys': 7.11.0
+ '@typescript-eslint/scope-manager': 7.12.0
+ '@typescript-eslint/types': 7.12.0
+ '@typescript-eslint/typescript-estree': 7.12.0(typescript@5.4.5)
+ '@typescript-eslint/visitor-keys': 7.12.0
debug: 4.3.4
eslint: 9.4.0
typescript: 5.4.5
@@ -2145,6 +2145,14 @@ packages:
'@typescript-eslint/visitor-keys': 7.11.0
dev: true
+ /@typescript-eslint/scope-manager@7.12.0:
+ resolution: {integrity: sha512-itF1pTnN6F3unPak+kutH9raIkL3lhH1YRPGgt7QQOh43DQKVJXmWkpb+vpc/TiDHs6RSd9CTbDsc/Y+Ygq7kg==}
+ engines: {node: ^18.18.0 || >=20.0.0}
+ dependencies:
+ '@typescript-eslint/types': 7.12.0
+ '@typescript-eslint/visitor-keys': 7.12.0
+ dev: true
+
/@typescript-eslint/type-utils@7.11.0(eslint@9.4.0)(typescript@5.4.5):
resolution: {integrity: sha512-WmppUEgYy+y1NTseNMJ6mCFxt03/7jTOy08bcg7bxJJdsM4nuhnchyBbE8vryveaJUf62noH7LodPSo5Z0WUCg==}
engines: {node: ^18.18.0 || >=20.0.0}
@@ -2170,6 +2178,11 @@ packages:
engines: {node: ^18.18.0 || >=20.0.0}
dev: true
+ /@typescript-eslint/types@7.12.0:
+ resolution: {integrity: sha512-o+0Te6eWp2ppKY3mLCU+YA9pVJxhUJE15FV7kxuD9jgwIAa+w/ycGJBMrYDTpVGUM/tgpa9SeMOugSabWFq7bg==}
+ engines: {node: ^18.18.0 || >=20.0.0}
+ dev: true
+
/@typescript-eslint/typescript-estree@7.11.0(typescript@5.4.5):
resolution: {integrity: sha512-cxkhZ2C/iyi3/6U9EPc5y+a6csqHItndvN/CzbNXTNrsC3/ASoYQZEt9uMaEp+xFNjasqQyszp5TumAVKKvJeQ==}
engines: {node: ^18.18.0 || >=20.0.0}
@@ -2192,6 +2205,28 @@ packages:
- supports-color
dev: true
+ /@typescript-eslint/typescript-estree@7.12.0(typescript@5.4.5):
+ resolution: {integrity: sha512-5bwqLsWBULv1h6pn7cMW5dXX/Y2amRqLaKqsASVwbBHMZSnHqE/HN4vT4fE0aFsiwxYvr98kqOWh1a8ZKXalCQ==}
+ engines: {node: ^18.18.0 || >=20.0.0}
+ peerDependencies:
+ typescript: '*'
+ peerDependenciesMeta:
+ typescript:
+ optional: true
+ dependencies:
+ '@typescript-eslint/types': 7.12.0
+ '@typescript-eslint/visitor-keys': 7.12.0
+ debug: 4.3.4
+ globby: 11.1.0
+ is-glob: 4.0.3
+ minimatch: 9.0.4
+ semver: 7.6.2
+ ts-api-utils: 1.3.0(typescript@5.4.5)
+ typescript: 5.4.5
+ transitivePeerDependencies:
+ - supports-color
+ dev: true
+
/@typescript-eslint/utils@7.11.0(eslint@9.4.0)(typescript@5.4.5):
resolution: {integrity: sha512-xlAWwPleNRHwF37AhrZurOxA1wyXowW4PqVXZVUNCLjB48CqdPJoJWkrpH2nij9Q3Lb7rtWindtoXwxjxlKKCA==}
engines: {node: ^18.18.0 || >=20.0.0}
@@ -2216,6 +2251,14 @@ packages:
eslint-visitor-keys: 3.4.3
dev: true
+ /@typescript-eslint/visitor-keys@7.12.0:
+ resolution: {integrity: sha512-uZk7DevrQLL3vSnfFl5bj4sL75qC9D6EdjemIdbtkuUmIheWpuiiylSY01JxJE7+zGrOWDZrp1WxOuDntvKrHQ==}
+ engines: {node: ^18.18.0 || >=20.0.0}
+ dependencies:
+ '@typescript-eslint/types': 7.12.0
+ eslint-visitor-keys: 3.4.3
+ dev: true
+
/@vite-pwa/sveltekit@0.5.0(@sveltejs/kit@2.5.10)(vite-plugin-pwa@0.20.0):
resolution: {integrity: sha512-GkzKrlu76ccvUWK8lE6IM7Acdm63HTrMKYzNSL4uqqU6n3EFwoFo6o8jPMA8BnD/U4o9lRHZCpe/Sms39e2i5w==}
engines: {node: '>=16.14 || >=18.13'}