Skip to content

Commit 37d82ab

Browse files
authored
Merge branch 'main' into renovate/execa-9.x
2 parents 01760a4 + 9207de5 commit 37d82ab

File tree

13 files changed

+415
-334
lines changed

13 files changed

+415
-334
lines changed

functions-templates/go/hello-world/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module github.com/someone/{{name}}
22

33
go 1.19
44

5-
require github.com/aws/aws-lambda-go v1.38.0
5+
require github.com/aws/aws-lambda-go v1.47.0

functions-templates/javascript/submission-created/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"author": "Netlify",
1515
"license": "MIT",
1616
"dependencies": {
17-
"node-fetch": "^2.6.1"
17+
"node-fetch": "^3.0.0"
1818
}
1919
}

0 commit comments

Comments
 (0)