diff --git a/package-lock.json b/package-lock.json index 1a81f2f7..b5a2c3d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "dependencies": { "@astrojs/mdx": "^1.1.1", - "@astrojs/netlify": "^3.0.2", + "@astrojs/netlify": "^3.0.3", "@astrojs/rss": "^3.0.0", "@astrojs/sitemap": "^3.0.2", "@astrojs/svelte": "^4.0.3", @@ -217,16 +217,16 @@ } }, "node_modules/@astrojs/netlify": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@astrojs/netlify/-/netlify-3.0.2.tgz", - "integrity": "sha512-eWoXgWY4+i0Mr8Ro373OSzWdJwYjBMLD4Bz52f2t/Rf82JHe1/5fX/1SHL+P9+i1q4Q2RmNVJ0/2Zd9hi811sQ==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@astrojs/netlify/-/netlify-3.0.3.tgz", + "integrity": "sha512-4Nualtq6LJVEnur8sEXnJh3C4nN4+F35oyaUimettIalfWqYhV5/sxXgR66IhTdqdrC9mJeEght7a3pOcbzrbA==", "dependencies": { - "@astrojs/underscore-redirects": "0.3.0", + "@astrojs/underscore-redirects": "^0.3.0", "@netlify/functions": "^2.0.1", "esbuild": "^0.19.2" }, "peerDependencies": { - "astro": "^3.1.4" + "astro": "^3.3.0" } }, "node_modules/@astrojs/prism": { diff --git a/package.json b/package.json index 8e0f8a9a..2d9bebbe 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/mdx": "^1.1.1", - "@astrojs/netlify": "^3.0.2", + "@astrojs/netlify": "^3.0.3", "@astrojs/rss": "^3.0.0", "@astrojs/sitemap": "^3.0.2", "@astrojs/svelte": "^4.0.3",