From 867f033b590ce73cfba0442ab48d773d77851971 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 19:10:01 +0000 Subject: [PATCH] chore(deps): update dependency astro to v4.15.9 --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index eac57ac..a7859c8 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "sync": "astro sync" }, "devDependencies": { - "astro": "4.15.8", + "astro": "4.15.9", "typescript": "^5.6.2" }, "dependencies": { diff --git a/yarn.lock b/yarn.lock index 60fee9c..a7406a5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -698,10 +698,10 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@oslojs/encoding@^0.4.1": - version "0.4.1" - resolved "https://registry.yarnpkg.com/@oslojs/encoding/-/encoding-0.4.1.tgz#1489e560041533214511e9e03626962d24e58e9f" - integrity sha512-hkjo6MuIK/kQR5CrGNdAPZhS01ZCXuWDRJ187zh6qqF2+yMHZpD9fAYpX8q2bOO6Ryhl3XpCT6kUX76N8hhm4Q== +"@oslojs/encoding@^1.0.0": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@oslojs/encoding/-/encoding-1.1.0.tgz#55f3d9a597430a01f2a5ef63c6b42f769f9ce34e" + integrity sha512-70wQhgYmndg4GCPxPPxPGevRKqTIJ2Nh4OkiMWmDAVYsTQ+Ta7Sq+rPevXyXGdzr30/qZBnyOalCszoMxlyldQ== "@rollup/pluginutils@^5.1.0": version "5.1.0" @@ -996,10 +996,10 @@ array-iterate@^2.0.0: resolved "https://registry.yarnpkg.com/array-iterate/-/array-iterate-2.0.1.tgz#6efd43f8295b3fee06251d3d62ead4bd9805dd24" integrity sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg== -astro@4.15.8: - version "4.15.8" - resolved "https://registry.yarnpkg.com/astro/-/astro-4.15.8.tgz#046190f8c9c719b278c13f5e8e35943bf178a7b2" - integrity sha512-pdXjtRF6O1xChiPAUF32R7oVRTW7AK1/Oy/JqPNhLfbelO0l6C7cLdSEuSLektwOEnMhOVXqccetjBs7HPaoxA== +astro@4.15.9: + version "4.15.9" + resolved "https://registry.yarnpkg.com/astro/-/astro-4.15.9.tgz#b7835126a53296f6a5b11352f3e1e31197f8640e" + integrity sha512-51oXq9qrZ5OPWYmEXt1kGrvWmVeWsx28SgBTzi2XW6iwcnW/wC5ONm6ol6qBGSCF93tQvZplXvuzpaw1injECA== dependencies: "@astrojs/compiler" "^2.10.3" "@astrojs/internal-helpers" "0.4.1" @@ -1008,7 +1008,7 @@ astro@4.15.8: "@babel/core" "^7.25.2" "@babel/plugin-transform-react-jsx" "^7.25.2" "@babel/types" "^7.25.6" - "@oslojs/encoding" "^0.4.1" + "@oslojs/encoding" "^1.0.0" "@rollup/pluginutils" "^5.1.0" "@types/babel__core" "^7.20.5" "@types/cookie" "^0.6.0"