diff --git a/package-lock.json b/package-lock.json index 971b002fcac..c17eca610ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@netlify/dev-utils": "4.3.2", "@netlify/edge-bundler": "14.9.3", "@netlify/edge-functions": "3.0.3", - "@netlify/edge-functions-bootstrap": "2.17.1", + "@netlify/edge-functions-bootstrap": "3.1.0", "@netlify/headers-parser": "9.0.2", "@netlify/images": "^1.2.5", "@netlify/local-functions-proxy": "2.0.3", @@ -3480,9 +3480,9 @@ } }, "node_modules/@netlify/edge-functions-bootstrap": { - "version": "2.17.1", - "resolved": "https://registry.npmjs.org/@netlify/edge-functions-bootstrap/-/edge-functions-bootstrap-2.17.1.tgz", - "integrity": "sha512-KyNJbDhK1rC5wEeI7bXPgfl8QvADMHqNy2nwNJG60EHVRXTF0zxFnOpt/p0m2C512gcMXRrKZxaOZQ032RHVbw==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@netlify/edge-functions-bootstrap/-/edge-functions-bootstrap-3.1.0.tgz", + "integrity": "sha512-A19x6Wi9pA1cp6cMUWPqQhyGhlYxrZIoMjKMN8raBoQHQrscK5SpD/Slbvic7Sji+lYR9QSH5/hAwivT2rVr9A==", "license": "MIT" }, "node_modules/@netlify/edge-functions/node_modules/@netlify/types": { @@ -5318,7 +5318,6 @@ }, "node_modules/@parcel/watcher-wasm/node_modules/napi-wasm": { "version": "1.1.0", - "extraneous": true, "inBundle": true, "license": "MIT" }, diff --git a/package.json b/package.json index 4445c99449a..559d42dd806 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "@netlify/dev-utils": "4.3.2", "@netlify/edge-bundler": "14.9.3", "@netlify/edge-functions": "3.0.3", - "@netlify/edge-functions-bootstrap": "2.17.1", + "@netlify/edge-functions-bootstrap": "3.1.0", "@netlify/headers-parser": "9.0.2", "@netlify/images": "^1.2.5", "@netlify/local-functions-proxy": "2.0.3",