From 6e37b8f7a68950e80ffa9f587a456ace0642510a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 23:46:04 +0000 Subject: [PATCH] chore(deps): bump @netlify/functions in /examples/netlify Bumps [@netlify/functions](https://github.com/netlify/functions) from 1.6.0 to 2.2.1. - [Release notes](https://github.com/netlify/functions/releases) - [Changelog](https://github.com/netlify/functions/blob/main/CHANGELOG.md) - [Commits](https://github.com/netlify/functions/compare/v1.6.0...v2.2.1) --- updated-dependencies: - dependency-name: "@netlify/functions" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/netlify/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/netlify/package.json b/examples/netlify/package.json index dd850539..112c7a5e 100644 --- a/examples/netlify/package.json +++ b/examples/netlify/package.json @@ -7,7 +7,7 @@ "author": "Andreas Thomas", "license": "ISC", "dependencies": { - "@netlify/functions": "^1.3.0", + "@netlify/functions": "^2.2.1", "@upstash/redis": "latest" } }