Skip to content

Commit fb66a81

Browse files
fix(deps): update dependency @netlify/functions to v4
1 parent f0de4e2 commit fb66a81

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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": "^3.0.4"
18+
"@netlify/functions": "^4.2.4"
1919
}
2020
}

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": "^3.0.4",
17+
"@netlify/functions": "^4.2.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": "^3.0.4",
18+
"@netlify/functions": "^4.2.4",
1919
"@types/node": "^22.0.0",
2020
"typescript": "^4.5.5"
2121
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
"@eslint/compat": "1.3.2",
159159
"@eslint/js": "9.24.0",
160160
"@netlify/edge-functions": "2.17.1",
161-
"@netlify/functions": "3.0.4",
161+
"@netlify/functions": "4.2.4",
162162
"@netlify/types": "2.0.2",
163163
"@sindresorhus/slugify": "2.2.1",
164164
"@tsconfig/node18": "18.2.4",

0 commit comments

Comments
 (0)