summaryrefslogtreecommitdiff
path: root/packages/integrations/netlify
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2025-02-27 05:26:41 -0800
committerGravatar GitHub <noreply@github.com> 2025-02-27 13:26:41 +0000
commit9aa5ac10197f08e316a1c4223cfc1fbd5913b3b7 (patch)
treea8952a67d2f612f4ec6cfaead91f4303c7cfb297 /packages/integrations/netlify
parent53508aa7ecdb73780e178eed896748caaa6aae61 (diff)
downloadastro-@astrojs/internal-helpers@0.6.0.tar.gz
astro-@astrojs/internal-helpers@0.6.0.tar.zst
astro-@astrojs/internal-helpers@0.6.0.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/netlify')
-rw-r--r--packages/integrations/netlify/CHANGELOG.md10
-rw-r--r--packages/integrations/netlify/package.json2
2 files changed, 11 insertions, 1 deletions
diff --git a/packages/integrations/netlify/CHANGELOG.md b/packages/integrations/netlify/CHANGELOG.md
index e66f678a8..37d0d1fe5 100644
--- a/packages/integrations/netlify/CHANGELOG.md
+++ b/packages/integrations/netlify/CHANGELOG.md
@@ -1,5 +1,15 @@
# @astrojs/netlify
+## 6.2.2
+
+### Patch Changes
+
+- [#13323](https://github.com/withastro/astro/pull/13323) [`80926fa`](https://github.com/withastro/astro/commit/80926fadc06492fcae55f105582b9dc8279da6b3) Thanks [@ematipico](https://github.com/ematipico)! - Updates `esbuild` and `vite` to the latest to avoid false positives audits warnings caused by `esbuild`.
+
+- Updated dependencies [[`1e11f5e`](https://github.com/withastro/astro/commit/1e11f5e8b722b179e382f3c792cd961b2b51f61b)]:
+ - @astrojs/internal-helpers@0.6.0
+ - @astrojs/underscore-redirects@0.6.0
+
## 6.2.1
### Patch Changes
diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json
index e0b2ca7ac..c76de5389 100644
--- a/packages/integrations/netlify/package.json
+++ b/packages/integrations/netlify/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/netlify",
"description": "Deploy your site to Netlify",
- "version": "6.2.1",
+ "version": "6.2.2",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",