diff --git a/package.json b/package.json index e3efaa1..d026010 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "devDependencies": { "@sveltejs/adapter-vercel": "^5.1.0", - "@sveltejs/enhanced-img": "^0.1.8", + "@sveltejs/enhanced-img": "^0.2.0", "@sveltejs/kit": "^2.4.3", "@sveltejs/vite-plugin-svelte": "^3.0.1", "@typescript-eslint/eslint-plugin": "^7.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c8f1cd4..1b5d206 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -53,8 +53,8 @@ devDependencies: specifier: ^5.1.0 version: 5.2.0(@sveltejs/kit@2.5.4) '@sveltejs/enhanced-img': - specifier: ^0.1.8 - version: 0.1.9(svelte@4.2.12) + specifier: ^0.2.0 + version: 0.2.0(svelte@4.2.12) '@sveltejs/kit': specifier: ^2.4.3 version: 2.5.4(@sveltejs/vite-plugin-svelte@3.0.2)(svelte@4.2.12)(vite@5.2.2) @@ -1182,12 +1182,12 @@ packages: - supports-color dev: true - /@sveltejs/enhanced-img@0.1.9(svelte@4.2.12): - resolution: {integrity: sha512-gUgaiG88P6moWcxZx4YrzMhAlw1TgggKRp7n9gdfCREDeXHysCd1l9GpQR3sh109SM3rNlkiaAzt+iPLT0aG1w==} + /@sveltejs/enhanced-img@0.2.0(svelte@4.2.12): + resolution: {integrity: sha512-W6wG0RxQYoL13LmUl8IBHeQatMXSd2ybrjg/WQuE5EoIJq+wUkf1hUDaMp9PHe4ubpnzWK/c0QaE5Ls+zjHimA==} dependencies: magic-string: 0.30.8 svelte-parse-markup: 0.1.2(svelte@4.2.12) - vite-imagetools: 6.2.9 + vite-imagetools: 7.0.1 transitivePeerDependencies: - rollup - svelte @@ -1881,11 +1881,6 @@ packages: engines: {node: '>=8'} dev: true - /detect-libc@2.0.2: - resolution: {integrity: sha512-UX6sGumvvqSaXgdKGUsgZWqcUyIXZ/vZTrlRT/iobiKhGL0zL4d3osHj3uqllWJK+i+sixDS/3COVEOFbupFyw==} - engines: {node: '>=8'} - dev: true - /detect-libc@2.0.3: resolution: {integrity: sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==} engines: {node: '>=8'} @@ -2419,9 +2414,9 @@ packages: engines: {node: '>= 4'} dev: true - /imagetools-core@6.0.4: - resolution: {integrity: sha512-N1qs5qn7u9nR3kboISkYuvJm8MohiphCfBa+wx1UOropVaFis9/mh6wuDPLHJNhl6/64C7q2Pch5NASVKAaSrg==} - engines: {node: '>=12.0.0'} + /imagetools-core@7.0.0: + resolution: {integrity: sha512-6fYbD7u4VIOt6fqKrOlbF77JXgUVyUmEJIPlfYVTuR/S2Ig9cX3gukGiLEU0aSetcfE7CYnhLTPtTEu4mLwhCw==} + engines: {node: '>=18.0.0'} dependencies: sharp: 0.33.2 dev: true @@ -3391,7 +3386,7 @@ packages: requiresBuild: true dependencies: color: 4.2.3 - detect-libc: 2.0.2 + detect-libc: 2.0.3 semver: 7.6.0 optionalDependencies: '@img/sharp-darwin-arm64': 0.33.2 @@ -3880,12 +3875,12 @@ packages: /util-deprecate@1.0.2: resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} - /vite-imagetools@6.2.9: - resolution: {integrity: sha512-C4ZYhgj2vAj43/TpZ06XlDNP0p/7LIeYbgUYr+xG44nM++4HGX6YZBKAYpiBNgiCFUTJ6eXkRppWBrfPMevgmg==} - engines: {node: '>=12.0.0'} + /vite-imagetools@7.0.1: + resolution: {integrity: sha512-23jnLhkTH0HR9Vd9LxMYnajOLeo0RJNEAHhtlsQP6kfPuOBoTzt54rWbEWB9jmhEXAOflLQpM+FrmilVPAoyGA==} + engines: {node: '>=18.0.0'} dependencies: '@rollup/pluginutils': 5.1.0 - imagetools-core: 6.0.4 + imagetools-core: 7.0.0 transitivePeerDependencies: - rollup dev: true