From 2bf18f094c556b0fd4e965d44bef63dae3918352 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 19:44:41 +0000 Subject: [PATCH] Dev: Bump @netlify/functions in the npm-in-range group Bumps the npm-in-range group with 1 update: [@netlify/functions](https://github.com/netlify/primitives/tree/HEAD/packages/functions/prod). Updates `@netlify/functions` from 5.1.5 to 5.2.0 - [Release notes](https://github.com/netlify/primitives/releases) - [Changelog](https://github.com/netlify/primitives/blob/main/packages/functions/prod/CHANGELOG.md) - [Commits](https://github.com/netlify/primitives/commits/functions-v5.2.0/packages/functions/prod) --- updated-dependencies: - dependency-name: "@netlify/functions" dependency-version: 5.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-in-range ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f117bcc..4773f1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ }, "devDependencies": { "@codeyourfuture/eslint-config-standard": "^8.1.1", - "@netlify/functions": "^5.1.5", + "@netlify/functions": "^5.2.0", "@octokit/webhooks-types": "^7.6.1", "@types/eslint": "^9.6.1", "@types/node": "^24.12.2", @@ -486,9 +486,9 @@ } }, "node_modules/@netlify/functions": { - "version": "5.1.5", - "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-5.1.5.tgz", - "integrity": "sha512-mhTl6x3TWoRwNgz8HZ9zvSR9OHB/hDEA6VinBmWY5ubgycKNCerf6XyFaFnujH2Ygx3c32yg6QOOr1v9y8euug==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/@netlify/functions/-/functions-5.2.0.tgz", + "integrity": "sha512-Pj93qeQd1tkQ5xm9gWJZmBf/1riLYqYHc0OzFukrJomrj82Ott53Rr/Q88H1ms5cF+P5QXRKWmA2JSxSybKfjA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 22083d2..d5ad324 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "homepage": "https://github.com/CodeYourFuture/gitbot#readme", "devDependencies": { "@codeyourfuture/eslint-config-standard": "^8.1.1", - "@netlify/functions": "^5.1.5", + "@netlify/functions": "^5.2.0", "@octokit/webhooks-types": "^7.6.1", "@types/eslint": "^9.6.1", "@types/node": "^24.12.2",