diff --git a/package-lock.json b/package-lock.json index af1147698c..8ce4c24f83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6678,10 +6678,9 @@ "link": true }, "node_modules/@netlify/serverless-functions-api": { - "version": "1.19.0", - "resolved": "https://registry.npmjs.org/@netlify/serverless-functions-api/-/serverless-functions-api-1.19.0.tgz", - "integrity": "sha512-QE5iUhsoFh2Ig30A3bos5FP9zHn1Gr2Hyoc3nhtrxTkmBzUCrER2LBuJPN7EnrWakp2zx/Ag0ehzOby/OJVDqA==", - "license": "MIT", + "version": "1.19.1", + "resolved": "https://registry.npmjs.org/@netlify/serverless-functions-api/-/serverless-functions-api-1.19.1.tgz", + "integrity": "sha512-2KYkyluThg1AKfd0JWI7FzpS4A/fzVVGYIf6AM4ydWyNj8eI/86GQVLeRgDoH7CNOxt243R5tutWlmHpVq0/Ew==", "dependencies": { "@netlify/node-cookies": "^0.1.0", "urlpattern-polyfill": "8.0.2" @@ -27509,7 +27508,7 @@ "@babel/parser": "^7.22.5", "@babel/types": "7.24.6", "@netlify/binary-info": "^1.0.0", - "@netlify/serverless-functions-api": "^1.19.0", + "@netlify/serverless-functions-api": "^1.19.1", "@vercel/nft": "^0.27.1", "archiver": "^7.0.0", "common-path-prefix": "^3.0.0", diff --git a/packages/zip-it-and-ship-it/package.json b/packages/zip-it-and-ship-it/package.json index 83cd571dd9..aac049baed 100644 --- a/packages/zip-it-and-ship-it/package.json +++ b/packages/zip-it-and-ship-it/package.json @@ -44,7 +44,7 @@ "@babel/parser": "^7.22.5", "@babel/types": "7.24.6", "@netlify/binary-info": "^1.0.0", - "@netlify/serverless-functions-api": "^1.19.0", + "@netlify/serverless-functions-api": "^1.19.1", "@vercel/nft": "^0.27.1", "archiver": "^7.0.0", "common-path-prefix": "^3.0.0",