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",