Skip to content

Commit 18d5ccb

Browse files
fix(deps): update dependency @netlify/functions to v5.1.4 (#8057)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@netlify/functions](https://redirect.github.com/netlify/primitives) ([source](https://redirect.github.com/netlify/primitives/tree/HEAD/packages/functions/prod)) | [`5.1.3` → `5.1.4`](https://renovatebot.com/diffs/npm/@netlify%2ffunctions/5.1.3/5.1.4) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@netlify%2ffunctions/5.1.4?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@netlify%2ffunctions/5.1.3/5.1.4?slim=true) | | [@netlify/functions](https://redirect.github.com/netlify/primitives) ([source](https://redirect.github.com/netlify/primitives/tree/HEAD/packages/functions/prod)) | [`^5.1.3` → `^5.1.4`](https://renovatebot.com/diffs/npm/@netlify%2ffunctions/5.1.3/5.1.4) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@netlify%2ffunctions/5.1.4?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@netlify%2ffunctions/5.1.3/5.1.4?slim=true) | --- ### Release Notes <details> <summary>netlify/primitives (@&#8203;netlify/functions)</summary> ### [`v5.1.4`](https://redirect.github.com/netlify/primitives/blob/HEAD/packages/functions/prod/CHANGELOG.md#514-2026-03-18) [Compare Source](https://redirect.github.com/netlify/primitives/compare/180c8943fd125b539fececb123b54e3886197de2...cafb003cc37a43c6afc9aa0358015c90ae9a6794) ##### Dependencies - The following workspace dependencies were updated - dependencies - [@&#8203;netlify/types](https://redirect.github.com/netlify/types) bumped from 2.4.0 to 2.5.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/netlify/cli). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42Ni40IiwidXBkYXRlZEluVmVyIjoiNDMuNjYuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwiamF2YXNjcmlwdCJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4460d87 commit 18d5ccb

6 files changed

Lines changed: 33 additions & 46 deletions

File tree

functions-templates/javascript/scheduled-function/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"author": "Netlify",
1616
"license": "MIT",
1717
"dependencies": {
18-
"@netlify/functions": "^5.1.3"
18+
"@netlify/functions": "^5.1.4"
1919
}
2020
}

functions-templates/typescript/hello-world/package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

functions-templates/typescript/hello-world/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"author": "Netlify",
1515
"license": "MIT",
1616
"dependencies": {
17-
"@netlify/functions": "^5.1.3",
17+
"@netlify/functions": "^5.1.4",
1818
"@types/node": "^22.0.0",
1919
"typescript": "^4.0.0"
2020
}

functions-templates/typescript/scheduled-function/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"author": "Netlify",
1616
"license": "MIT",
1717
"dependencies": {
18-
"@netlify/functions": "^5.1.3",
18+
"@netlify/functions": "^5.1.4",
1919
"@types/node": "^22.0.0",
2020
"typescript": "^4.5.5"
2121
}

package-lock.json

Lines changed: 14 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
"@bugsnag/js": "8.6.0",
161161
"@eslint/compat": "1.4.1",
162162
"@eslint/js": "9.36.0",
163-
"@netlify/functions": "5.1.3",
163+
"@netlify/functions": "5.1.4",
164164
"@netlify/types": "2.4.0",
165165
"@sindresorhus/slugify": "3.0.0",
166166
"@tsconfig/node20": "20.1.0",

0 commit comments

Comments
 (0)