Skip to content

Commit 9a9028b

Browse files
authoredMar 20, 2025··
fix(deps): update dependency @netlify/functions to v3.0.2 (#7111)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c301c1b commit 9a9028b

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
lines changed
 

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

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

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

+7-7
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

+1-1
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.1",
17+
"@netlify/functions": "^3.0.2",
1818
"@types/node": "^22.0.0",
1919
"typescript": "^4.0.0"
2020
}

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

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

‎package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
"@bugsnag/js": "8.2.0",
170170
"@eslint/compat": "^1.2.7",
171171
"@eslint/js": "^9.21.0",
172-
"@netlify/functions": "3.0.1",
172+
"@netlify/functions": "3.0.2",
173173
"@sindresorhus/slugify": "2.2.1",
174174
"@tsconfig/node18": "^18.2.4",
175175
"@tsconfig/recommended": "^1.0.8",

2 commit comments

Comments
 (2)

github-actions[bot] commented on Mar 20, 2025

@github-actions[bot]

📊 Benchmark results

  • Dependency count: 1,173
  • Package size: 297 MB
  • Number of ts-expect-error directives: 715

github-actions[bot] commented on Mar 20, 2025

@github-actions[bot]

📊 Benchmark results

  • Dependency count: 1,173
  • Package size: 297 MB
  • Number of ts-expect-error directives: 715
Please sign in to comment.