diff --git a/src/lib/edge-functions/bootstrap.mjs b/src/lib/edge-functions/bootstrap.mjs index 230bf1415b7..2caad5dc0af 100644 --- a/src/lib/edge-functions/bootstrap.mjs +++ b/src/lib/edge-functions/bootstrap.mjs @@ -1,5 +1,5 @@ import { env } from 'process' -const latestBootstrapURL = 'https://6539213a19a93a000876a033--edge.netlify.com/bootstrap/index-combined.ts' +const latestBootstrapURL = 'https://65437779a0c9990008b54abe--edge.netlify.com/bootstrap/index-combined.ts' export const getBootstrapURL = () => env.NETLIFY_EDGE_BOOTSTRAP || latestBootstrapURL diff --git a/tests/integration/__fixtures__/dev-server-with-edge-functions-and-npm-modules/package-lock.json b/tests/integration/__fixtures__/dev-server-with-edge-functions-and-npm-modules/package-lock.json index 8f7a475c2c5..2faee6c255d 100644 --- a/tests/integration/__fixtures__/dev-server-with-edge-functions-and-npm-modules/package-lock.json +++ b/tests/integration/__fixtures__/dev-server-with-edge-functions-and-npm-modules/package-lock.json @@ -1,17 +1,17 @@ { - "name": "dev-server-with-edge-functions", + "name": "dev-server-with-edge-functions-and-npm-modules", "lockfileVersion": 3, "requires": true, "packages": { "": { "dependencies": { - "@netlify/blobs": "^4.0.0" + "@netlify/blobs": "^4.1.0" } }, "node_modules/@netlify/blobs": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@netlify/blobs/-/blobs-4.0.0.tgz", - "integrity": "sha512-jjAzsH5WCceUz8ubVlYppfhUKuTR4E6OBNherIdH7tYHWy4NnLQ5FQgVP9kR7Ps5HOxl3aPsr5ygu1KQY0mdTQ==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@netlify/blobs/-/blobs-4.1.0.tgz", + "integrity": "sha512-E9lraY9QfIidUjR/pJprjSvZH2t5EAQznkXd6wp8nLw5jHgd9MGjVHhi/qzyqA0b6mxZYHhjmElAzYb4n/0ibw==", "engines": { "node": "^14.16.0 || >=16.0.0" } diff --git a/tests/integration/__fixtures__/dev-server-with-edge-functions-and-npm-modules/package.json b/tests/integration/__fixtures__/dev-server-with-edge-functions-and-npm-modules/package.json index 07cb5d04146..51539542b80 100644 --- a/tests/integration/__fixtures__/dev-server-with-edge-functions-and-npm-modules/package.json +++ b/tests/integration/__fixtures__/dev-server-with-edge-functions-and-npm-modules/package.json @@ -1,5 +1,5 @@ { "dependencies": { - "@netlify/blobs": "^4.0.0" + "@netlify/blobs": "^4.1.0" } }