diff --git a/package-lock.json b/package-lock.json index b4bf84c..df7fb11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@astrojs/rss": "^4.0.5", "@astrojs/sitemap": "^3.1.4", "@astrojs/tailwind": "^5.1.0", - "astro": "^4.6.1", + "astro": "^4.6.3", "astro-seo": "^0.8.3", "tailwindcss": "^3.4.3", "typescript": "^5.4.5" @@ -2371,6 +2371,11 @@ "@babel/types": "^7.20.7" } }, + "node_modules/@types/cookie": { + "version": "0.5.4", + "resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.5.4.tgz", + "integrity": "sha512-7z/eR6O859gyWIAjuvBWFzNURmf2oPBmJlfVWkwehU5nzIyjwBsTh7WMmEEV4JFnHuQ3ex4oyTvfKzcyJVDBNA==" + }, "node_modules/@types/debug": { "version": "4.1.12", "resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.12.tgz", @@ -2710,9 +2715,9 @@ } }, "node_modules/astro": { - "version": "4.6.1", - "resolved": "https://registry.npmjs.org/astro/-/astro-4.6.1.tgz", - "integrity": "sha512-gcL22NEhuRi4wu9/x5Kn2eJf7nT6GeU5BxdN6AHbUnX6UzEDIWtpgHs5lBIZYExKbHKN9PjEGXWQzQtFwLU+5g==", + "version": "4.6.3", + "resolved": "https://registry.npmjs.org/astro/-/astro-4.6.3.tgz", + "integrity": "sha512-p2zs1Gac+ysdc/yFCoc8pOXTZE5L9foAtmqUzUVL22WX68bYTRovd03GRs7J1MDpwzsl9kJtlK20ROpjyIFpNw==", "dependencies": { "@astrojs/compiler": "^2.7.1", "@astrojs/internal-helpers": "0.4.0", @@ -2725,6 +2730,7 @@ "@babel/traverse": "^7.23.3", "@babel/types": "^7.23.3", "@types/babel__core": "^7.20.4", + "@types/cookie": "^0.5.4", "acorn": "^8.11.2", "aria-query": "^5.3.0", "axobject-query": "^4.0.0", diff --git a/package.json b/package.json index b01cbc9..e57bc36 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@astrojs/rss": "^4.0.5", "@astrojs/sitemap": "^3.1.4", "@astrojs/tailwind": "^5.1.0", - "astro": "^4.6.1", + "astro": "^4.6.3", "astro-seo": "^0.8.3", "tailwindcss": "^3.4.3", "typescript": "^5.4.5"