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 31f444d..9c9d403 100644 --- a/app/package.json +++ b/app/package.json @@ -16,7 +16,7 @@ "@sveltejs/kit": "1.26.0", "@tailwindcss/forms": "0.5.6", "@tailwindcss/typography": "0.5.10", - "@types/html-minifier-terser": "7.0.0", + "@types/html-minifier-terser": "7.0.1", "@types/node": "20.8.6", "@types/wicg-file-system-access": "2023.10.1", "@typescript-eslint/eslint-plugin": "6.8.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8cd7b4e..2df81f2 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.3) '@types/html-minifier-terser': - specifier: 7.0.0 - version: 7.0.0 + specifier: 7.0.1 + version: 7.0.1 '@types/node': specifier: 20.8.6 version: 20.8.6 @@ -1889,8 +1889,8 @@ packages: resolution: {integrity: sha512-VeiPZ9MMwXjO32/Xu7+OwflfmeoRwkE/qzndw42gGtgJwZopBnzy2gD//NN1+go1mADzkDcqf/KnFRSjTJ8xJA==} dev: true - /@types/html-minifier-terser@7.0.0: - resolution: {integrity: sha512-hw3bhStrg5e3FQT8qZKCJTrzt/UbEaunU1xRWJ+aNOTmeBMvE3S4Ml2HiiNnZgL8izu0LFVkHUoPFXL1s5QNpQ==} + /@types/html-minifier-terser@7.0.1: + resolution: {integrity: sha512-ShOj4wY4R3bbUkKtlSmCX2N2AwBj1FDNTQm7HbmAdb6MJeAxG3tPUUxOhTZu06tlMpEEQd9agdr1Z198p+62IA==} dev: true /@types/json-schema@7.0.13: |