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 381dc9c..8d4160a 100644 --- a/app/package.json +++ b/app/package.json @@ -16,7 +16,7 @@ "@sveltejs/kit": "1.27.4", "@tailwindcss/forms": "0.5.6", "@tailwindcss/typography": "0.5.10", - "@types/html-minifier-terser": "7.0.1", + "@types/html-minifier-terser": "7.0.2", "@types/node": "20.10.3", "@types/wicg-file-system-access": "2023.10.4", "@typescript-eslint/eslint-plugin": "6.9.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3eb614b..8b789cf 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -49,8 +49,8 @@ importers: specifier: 0.5.10 version: 0.5.10(tailwindcss@3.3.5) '@types/html-minifier-terser': - specifier: 7.0.1 - version: 7.0.1 + specifier: 7.0.2 + version: 7.0.2 '@types/node': specifier: 20.10.3 version: 20.10.3 @@ -1985,8 +1985,8 @@ packages: resolution: {integrity: sha512-VeiPZ9MMwXjO32/Xu7+OwflfmeoRwkE/qzndw42gGtgJwZopBnzy2gD//NN1+go1mADzkDcqf/KnFRSjTJ8xJA==} dev: true - /@types/html-minifier-terser@7.0.1: - resolution: {integrity: sha512-ShOj4wY4R3bbUkKtlSmCX2N2AwBj1FDNTQm7HbmAdb6MJeAxG3tPUUxOhTZu06tlMpEEQd9agdr1Z198p+62IA==} + /@types/html-minifier-terser@7.0.2: + resolution: {integrity: sha512-mm2HqV22l8lFQh4r2oSsOEVea+m0qqxEmwpc9kC1p/XzmjLWrReR9D/GRs8Pex2NX/imyEH9c5IU/7tMBQCHOA==} dev: true /@types/json-schema@7.0.13: |