diff options
-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 c369e09..be1332c 100644 --- a/app/package.json +++ b/app/package.json @@ -19,7 +19,7 @@ "@tailwindcss/typography": "0.5.10", "@types/html-minifier-terser": "7.0.2", "@types/node": "20.11.25", - "@types/wicg-file-system-access": "2023.10.4", + "@types/wicg-file-system-access": "2023.10.5", "@typescript-eslint/eslint-plugin": "7.1.1", "@typescript-eslint/parser": "7.1.1", "@vite-pwa/sveltekit": "0.4.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4c67527..fe6b931 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -58,8 +58,8 @@ importers: specifier: 20.11.25 version: 20.11.25 '@types/wicg-file-system-access': - specifier: 2023.10.4 - version: 2023.10.4 + specifier: 2023.10.5 + version: 2023.10.5 '@typescript-eslint/eslint-plugin': specifier: 7.1.1 version: 7.1.1(@typescript-eslint/parser@7.1.1)(eslint@8.57.0)(typescript@5.4.2) @@ -2053,8 +2053,8 @@ packages: resolution: {integrity: sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==} dev: true - /@types/wicg-file-system-access@2023.10.4: - resolution: {integrity: sha512-ewOj7hWhsUTS2+aY6zY+7BwlgqGBj5ZXxKuHt3TAWpIJH0bDW/6bO1N1SdUDAzV8r0Nc+/ZtpAEETYTwrehBMw==} + /@types/wicg-file-system-access@2023.10.5: + resolution: {integrity: sha512-e9kZO9kCdLqT2h9Tw38oGv9UNzBBWaR1MzuAavxPcsV/7FJ3tWbU6RI3uB+yKIDPGLkGVbplS52ub0AcRLvrhA==} dev: true /@typescript-eslint/eslint-plugin@7.1.1(@typescript-eslint/parser@7.1.1)(eslint@8.57.0)(typescript@5.4.2): |