diff options
Diffstat (limited to '')
-rw-r--r-- | app/package.json | 2 | ||||
-rw-r--r-- | pnpm-lock.yaml | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/app/package.json b/app/package.json index 93ede82..d02a442 100644 --- a/app/package.json +++ b/app/package.json @@ -18,7 +18,7 @@ "@tailwindcss/typography": "0.5.10", "@types/html-minifier-terser": "7.0.1", "@types/node": "20.8.7", - "@types/wicg-file-system-access": "2023.10.1", + "@types/wicg-file-system-access": "2023.10.2", "@typescript-eslint/eslint-plugin": "6.8.0", "@typescript-eslint/parser": "6.8.0", "@vite-pwa/sveltekit": "0.2.7", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index abf5f73..ab8990b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -55,8 +55,8 @@ importers: specifier: 20.8.7 version: 20.8.7 '@types/wicg-file-system-access': - specifier: 2023.10.1 - version: 2023.10.1 + specifier: 2023.10.2 + version: 2023.10.2 '@typescript-eslint/eslint-plugin': specifier: 6.8.0 version: 6.8.0(@typescript-eslint/parser@6.8.0)(eslint@8.51.0)(typescript@5.2.2) @@ -1921,8 +1921,8 @@ packages: resolution: {integrity: sha512-IDaobHimLQhjwsQ/NMwRVfa/yL7L/wriQPMhw1ZJall0KX6E1oxk29XMDeilW5qTIg5aoiqf5Udy8U/51aNoQQ==} dev: true - /@types/wicg-file-system-access@2023.10.1: - resolution: {integrity: sha512-oOOUU1CpbbqYI9xt71oKzFO00CbAZ+nQwXfcCOdY8TCsPs8vH0s8i5F2VzeqIEQhYYmvokinyibg4vQvQW8QIg==} + /@types/wicg-file-system-access@2023.10.2: + resolution: {integrity: sha512-nSiK8qt0O7sQmDcW3HYfvya7GDoD6ipgdcUFzk3QN+UBIqXeNg38Nh6VnKv7EIPfkVETRiquyMskCbpxUzgX1Q==} dev: true /@typescript-eslint/eslint-plugin@6.8.0(@typescript-eslint/parser@6.8.0)(eslint@8.51.0)(typescript@5.2.2): |