Skip to content

Commit 964ef13

Browse files
committed
fix(deps): update dependency @netlify/functions to ^2.7.0
1 parent 30ff1ae commit 964ef13

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

tests/fixtures/advanced-api-routes/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "next build"
99
},
1010
"dependencies": {
11-
"@netlify/functions": "^2.5.1",
11+
"@netlify/functions": "^2.7.0",
1212
"next": "latest",
1313
"react": "18.2.0",
1414
"react-dom": "18.2.0"

tests/fixtures/page-router-base-path-i18n/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "next build"
99
},
1010
"dependencies": {
11-
"@netlify/functions": "^2.5.1",
11+
"@netlify/functions": "^2.7.0",
1212
"next": "latest",
1313
"react": "18.2.0",
1414
"react-dom": "18.2.0"

tests/fixtures/page-router/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "next build"
99
},
1010
"dependencies": {
11-
"@netlify/functions": "^2.5.1",
11+
"@netlify/functions": "^2.7.0",
1212
"next": "latest",
1313
"react": "18.2.0",
1414
"react-dom": "18.2.0"

tests/fixtures/server-components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "next build"
99
},
1010
"dependencies": {
11-
"@netlify/functions": "^2.5.1",
11+
"@netlify/functions": "^2.7.0",
1212
"next": "latest",
1313
"react": "18.2.0",
1414
"react-dom": "18.2.0"

tests/fixtures/turborepo-npm/apps/page-router/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": "next build"
88
},
99
"dependencies": {
10-
"@netlify/functions": "^2.5.1",
10+
"@netlify/functions": "^2.7.0",
1111
"@repo/ui": "*",
1212
"next": "latest",
1313
"react": "^18.2.0",

tests/fixtures/turborepo/apps/page-router/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": "next build"
88
},
99
"dependencies": {
10-
"@netlify/functions": "^2.5.1",
10+
"@netlify/functions": "^2.7.0",
1111
"@repo/ui": "workspace:*",
1212
"next": "latest",
1313
"react": "^18.2.0",

0 commit comments

Comments
 (0)