diff --git a/package-lock.json b/package-lock.json index fcb989e62af..6fdb5b9ef29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@netlify/config": "24.0.2", "@netlify/dev-utils": "4.1.1", "@netlify/edge-bundler": "14.5.2", - "@netlify/edge-functions-bootstrap": "2.14.0", + "@netlify/edge-functions-bootstrap": "2.16.0", "@netlify/headers-parser": "9.0.2", "@netlify/local-functions-proxy": "2.0.3", "@netlify/redirect-parser": "15.0.3", @@ -2766,9 +2766,9 @@ } }, "node_modules/@netlify/edge-functions-bootstrap": { - "version": "2.14.0", - "resolved": "https://registry.npmjs.org/@netlify/edge-functions-bootstrap/-/edge-functions-bootstrap-2.14.0.tgz", - "integrity": "sha512-Fs1cQ+XKfKr2OxrAvmX+S46CJmrysxBdCUCTk/wwcCZikrDvsYUFG7FTquUl4JfAf9taYYyW/tPv35gKOKS8BQ==" + "version": "2.16.0", + "resolved": "https://registry.npmjs.org/@netlify/edge-functions-bootstrap/-/edge-functions-bootstrap-2.16.0.tgz", + "integrity": "sha512-v8QQihSbBHj3JxtJsHoepXALpNumD9M7egHoc8z62FYl5it34dWczkaJoFFopEyhiBVKi4K/n0ZYpdzwfujd6g==" }, "node_modules/@netlify/edge-functions/node_modules/get-port": { "version": "7.1.0", @@ -20965,9 +20965,9 @@ } }, "@netlify/edge-functions-bootstrap": { - "version": "2.14.0", - "resolved": "https://registry.npmjs.org/@netlify/edge-functions-bootstrap/-/edge-functions-bootstrap-2.14.0.tgz", - "integrity": "sha512-Fs1cQ+XKfKr2OxrAvmX+S46CJmrysxBdCUCTk/wwcCZikrDvsYUFG7FTquUl4JfAf9taYYyW/tPv35gKOKS8BQ==" + "version": "2.16.0", + "resolved": "https://registry.npmjs.org/@netlify/edge-functions-bootstrap/-/edge-functions-bootstrap-2.16.0.tgz", + "integrity": "sha512-v8QQihSbBHj3JxtJsHoepXALpNumD9M7egHoc8z62FYl5it34dWczkaJoFFopEyhiBVKi4K/n0ZYpdzwfujd6g==" }, "@netlify/functions": { "version": "3.0.4", diff --git a/package.json b/package.json index 3085ee76c0d..88a38689037 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@netlify/config": "24.0.2", "@netlify/dev-utils": "4.1.1", "@netlify/edge-bundler": "14.5.2", - "@netlify/edge-functions-bootstrap": "2.14.0", + "@netlify/edge-functions-bootstrap": "2.16.0", "@netlify/headers-parser": "9.0.2", "@netlify/local-functions-proxy": "2.0.3", "@netlify/redirect-parser": "15.0.3",