diff --git a/package-lock.json b/package-lock.json index c1e34ec..61494ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@astrojs/react": "^1.2.0", "@astrojs/tailwind": "^1.0.1", "@playwright/test": "^1.51.1", - "astro": "^5.7.0", + "astro": "^5.7.3", "playwright": "^1.48.0" } }, @@ -922,12 +922,6 @@ "node": ">=6.9.0" } }, - "node_modules/@capsizecss/metrics": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/@capsizecss/metrics/-/metrics-3.5.0.tgz", - "integrity": "sha512-Ju2I/Qn3c1OaU8FgeW4Tc22D4C9NwyVfKzNmzst59bvxBjPoLYNZMqFYn+HvCtn4MpXwiaDtCE8fNuQLpdi9yA==", - "license": "MIT" - }, "node_modules/@capsizecss/unpack": { "version": "2.4.0", "resolved": "https://registry.npmjs.org/@capsizecss/unpack/-/unpack-2.4.0.tgz", @@ -3105,16 +3099,15 @@ } }, "node_modules/astro": { - "version": "5.7.0", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.7.0.tgz", - "integrity": "sha512-LxvWFlCQSxRLqvtCfZ/LFzlaHcvX++qtq0NrRmwtDmrZhAyHOoVfLkxEE0STKgn0wjLTuETyBrgCBWe2eb68/A==", + "version": "5.7.3", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.7.3.tgz", + "integrity": "sha512-2b/OOS/A6GO4QP94x6oRzwTfXabFqE2rlUbbi42o6wZm9+zzcOc6VRFAq4lTOEI/iCrEVl3wTdBAC5X3h3Es+Q==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.11.0", "@astrojs/internal-helpers": "0.6.1", "@astrojs/markdown-remark": "6.3.1", "@astrojs/telemetry": "3.2.0", - "@capsizecss/metrics": "^3.5.0", "@capsizecss/unpack": "^2.4.0", "@oslojs/encoding": "^1.1.0", "@rollup/pluginutils": "^5.1.4", @@ -3158,7 +3151,7 @@ "tinyglobby": "^0.2.12", "tsconfck": "^3.1.5", "ultrahtml": "^1.6.0", - "unifont": "^0.1.7", + "unifont": "~0.2.0", "unist-util-visit": "^5.0.0", "unstorage": "^1.15.0", "vfile": "^6.0.3", @@ -6310,9 +6303,9 @@ } }, "node_modules/ohash": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/ohash/-/ohash-1.1.6.tgz", - "integrity": "sha512-TBu7PtV8YkAZn0tSxobKY2n2aAQva936lhRrj6957aDaCf9IEtqsKbgMzXE/F/sjqYOwmrukeORHNLe5glk7Cg==", + "version": "2.0.11", + "resolved": "https://registry.npmjs.org/ohash/-/ohash-2.0.11.tgz", + "integrity": "sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==", "license": "MIT" }, "node_modules/oniguruma-parser": { @@ -7944,13 +7937,13 @@ } }, "node_modules/unifont": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/unifont/-/unifont-0.1.7.tgz", - "integrity": "sha512-UyN6r/TUyl69iW/jhXaCtuwA6bP9ZSLhVViwgP8LH9EHRGk5FyIMDxvClqD5z2BV6MI9GMATzd0dyLqFxKkUmQ==", + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/unifont/-/unifont-0.2.0.tgz", + "integrity": "sha512-RoF14/tOhLvDa7R5K6A3PjsfJVFKvadvRpWjfV1ttabUe9704P1ie9z1ABLWEts/8SxrBVePav/XhgeFNltpsw==", "license": "MIT", "dependencies": { "css-tree": "^3.0.0", - "ohash": "^1.1.4" + "ohash": "^2.0.0" } }, "node_modules/unist-util-find-after": { diff --git a/package.json b/package.json index ccbcb10..ef563cf 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@astrojs/react": "^1.2.0", "@astrojs/tailwind": "^1.0.1", "@playwright/test": "^1.51.1", - "astro": "^5.7.0", + "astro": "^5.7.3", "playwright": "^1.48.0" } } diff --git a/yarn.lock b/yarn.lock index 9db0adb..eebc7bc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -896,11 +896,6 @@ "@babel/helper-string-parser" "^7.25.9" "@babel/helper-validator-identifier" "^7.25.9" -"@capsizecss/metrics@^3.5.0": - version "3.5.0" - resolved "https://registry.yarnpkg.com/@capsizecss/metrics/-/metrics-3.5.0.tgz#80b4b36d00651288e568c46e7b7c2f4e7d187b6f" - integrity sha512-Ju2I/Qn3c1OaU8FgeW4Tc22D4C9NwyVfKzNmzst59bvxBjPoLYNZMqFYn+HvCtn4MpXwiaDtCE8fNuQLpdi9yA== - "@capsizecss/unpack@^2.4.0": version "2.4.0" resolved "https://registry.yarnpkg.com/@capsizecss/unpack/-/unpack-2.4.0.tgz#db93ee886b8016c155ba7934c7adbe42a9734f13" @@ -1959,16 +1954,15 @@ array-iterate@^2.0.0: resolved "https://registry.npmjs.org/array-iterate/-/array-iterate-2.0.1.tgz" integrity sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg== -astro@^5.7.0: - version "5.7.0" - resolved "https://registry.yarnpkg.com/astro/-/astro-5.7.0.tgz#416a047009078bdb400807e85a0126f66cb03c4f" - integrity sha512-LxvWFlCQSxRLqvtCfZ/LFzlaHcvX++qtq0NrRmwtDmrZhAyHOoVfLkxEE0STKgn0wjLTuETyBrgCBWe2eb68/A== +astro@^5.7.3: + version "5.7.3" + resolved "https://registry.yarnpkg.com/astro/-/astro-5.7.3.tgz#49f1684f10a794e13cb51ad101ae56a77803ae5f" + integrity sha512-2b/OOS/A6GO4QP94x6oRzwTfXabFqE2rlUbbi42o6wZm9+zzcOc6VRFAq4lTOEI/iCrEVl3wTdBAC5X3h3Es+Q== dependencies: "@astrojs/compiler" "^2.11.0" "@astrojs/internal-helpers" "0.6.1" "@astrojs/markdown-remark" "6.3.1" "@astrojs/telemetry" "3.2.0" - "@capsizecss/metrics" "^3.5.0" "@capsizecss/unpack" "^2.4.0" "@oslojs/encoding" "^1.1.0" "@rollup/pluginutils" "^5.1.4" @@ -2012,7 +2006,7 @@ astro@^5.7.0: tinyglobby "^0.2.12" tsconfck "^3.1.5" ultrahtml "^1.6.0" - unifont "^0.1.7" + unifont "~0.2.0" unist-util-visit "^5.0.0" unstorage "^1.15.0" vfile "^6.0.3" @@ -3838,10 +3832,10 @@ ofetch@^1.4.1: node-fetch-native "^1.6.4" ufo "^1.5.4" -ohash@^1.1.4: - version "1.1.6" - resolved "https://registry.yarnpkg.com/ohash/-/ohash-1.1.6.tgz#9ff7b0271d7076290794537d68ec2b40a60d133e" - integrity sha512-TBu7PtV8YkAZn0tSxobKY2n2aAQva936lhRrj6957aDaCf9IEtqsKbgMzXE/F/sjqYOwmrukeORHNLe5glk7Cg== +ohash@^2.0.0: + version "2.0.11" + resolved "https://registry.yarnpkg.com/ohash/-/ohash-2.0.11.tgz#60b11e8cff62ca9dee88d13747a5baa145f5900b" + integrity sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ== oniguruma-parser@^0.5.4: version "0.5.4" @@ -4800,13 +4794,13 @@ unified@^11.0.0, unified@^11.0.4, unified@^11.0.5: trough "^2.0.0" vfile "^6.0.0" -unifont@^0.1.7: - version "0.1.7" - resolved "https://registry.yarnpkg.com/unifont/-/unifont-0.1.7.tgz#17b09cc6c98c10660a13b7d8fa582097ba2c20c7" - integrity sha512-UyN6r/TUyl69iW/jhXaCtuwA6bP9ZSLhVViwgP8LH9EHRGk5FyIMDxvClqD5z2BV6MI9GMATzd0dyLqFxKkUmQ== +unifont@~0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/unifont/-/unifont-0.2.0.tgz#6a20188eec5e5bfe54ba511f0c03210365feccfd" + integrity sha512-RoF14/tOhLvDa7R5K6A3PjsfJVFKvadvRpWjfV1ttabUe9704P1ie9z1ABLWEts/8SxrBVePav/XhgeFNltpsw== dependencies: css-tree "^3.0.0" - ohash "^1.1.4" + ohash "^2.0.0" unist-util-find-after@^5.0.0: version "5.0.0" @@ -5000,7 +4994,7 @@ vite-prerender-plugin@^0.5.3: source-map "^0.7.4" stack-trace "^1.0.0-pre2" -vite@^6.2.3, vite@^6.2.6: +vite@^6.2.6: version "6.2.6" resolved "https://registry.yarnpkg.com/vite/-/vite-6.2.6.tgz#7f0ccf2fdc0c1eda079ce258508728e2473d3f61" integrity sha512-9xpjNl3kR4rVDZgPNdTL0/c6ao4km69a/2ihNQbcANz8RuCOK3hQBmLSJf3bRKVQjVMda+YvizNE8AwvogcPbw==