From 6064688a4e55eca9373bdec07b258e406ee7558d Mon Sep 17 00:00:00 2001 From: Chris Basham Date: Tue, 24 Sep 2024 10:41:05 -0400 Subject: [PATCH] Upgrade deps --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9b64969..a214be8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@astrojs/rss": "4.0.7", "@astrojs/sitemap": "3.1.6", "@fontsource-variable/libre-franklin": "5.1.0", - "astro": "4.15.8" + "astro": "4.15.9" } }, "node_modules/@ampproject/remapping": { @@ -1329,9 +1329,9 @@ } }, "node_modules/@oslojs/encoding": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/@oslojs/encoding/-/encoding-0.4.1.tgz", - "integrity": "sha512-hkjo6MuIK/kQR5CrGNdAPZhS01ZCXuWDRJ187zh6qqF2+yMHZpD9fAYpX8q2bOO6Ryhl3XpCT6kUX76N8hhm4Q==" + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@oslojs/encoding/-/encoding-1.1.0.tgz", + "integrity": "sha512-70wQhgYmndg4GCPxPPxPGevRKqTIJ2Nh4OkiMWmDAVYsTQ+Ta7Sq+rPevXyXGdzr30/qZBnyOalCszoMxlyldQ==" }, "node_modules/@rollup/pluginutils": { "version": "5.1.0", @@ -1850,9 +1850,9 @@ } }, "node_modules/astro": { - "version": "4.15.8", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.15.8.tgz", - "integrity": "sha512-pdXjtRF6O1xChiPAUF32R7oVRTW7AK1/Oy/JqPNhLfbelO0l6C7cLdSEuSLektwOEnMhOVXqccetjBs7HPaoxA==", + "version": "4.15.9", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.15.9.tgz", + "integrity": "sha512-51oXq9qrZ5OPWYmEXt1kGrvWmVeWsx28SgBTzi2XW6iwcnW/wC5ONm6ol6qBGSCF93tQvZplXvuzpaw1injECA==", "dependencies": { "@astrojs/compiler": "^2.10.3", "@astrojs/internal-helpers": "0.4.1", @@ -1861,7 +1861,7 @@ "@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", diff --git a/package.json b/package.json index c1f5293..63ce369 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,6 @@ "@astrojs/rss": "4.0.7", "@astrojs/sitemap": "3.1.6", "@fontsource-variable/libre-franklin": "5.1.0", - "astro": "4.15.8" + "astro": "4.15.9" } }