From 37cdd298845fb3023c691f474c6df160b1830f13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Feb 2021 17:16:26 +0000 Subject: [PATCH] build(deps-dev): bump @azure/functions from 1.2.2 to 1.2.3 Bumps [@azure/functions](https://github.com/Azure/azure-functions-nodejs-worker) from 1.2.2 to 1.2.3. - [Release notes](https://github.com/Azure/azure-functions-nodejs-worker/releases) - [Commits](https://github.com/Azure/azure-functions-nodejs-worker/commits) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index fe7c5c5..92b90a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "@azure/functions": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/@azure/functions/-/functions-1.2.2.tgz", - "integrity": "sha512-p/dDHq1sG/iAib+eDY4NxskWHoHW1WFzD85s0SfWxc2wVjJbxB0xz/zBF4s7ymjVgTu+0ceipeBk+tmpnt98oA==", + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/@azure/functions/-/functions-1.2.3.tgz", + "integrity": "sha512-dZITbYPNg6ay6ngcCOjRUh1wDhlFITS0zIkqplyH5KfKEAVPooaoaye5mUFnR+WP9WdGRjlNXyl/y2tgWKHcRg==", "dev": true }, "@hapi/bourne": { diff --git a/package.json b/package.json index 5a62996..8244956 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "probot": "^11.0.0" }, "devDependencies": { - "@azure/functions": "^1.2.2", + "@azure/functions": "^1.2.3", "nock": "^13.0.7", "smee-client": "^1.2.2", "uvu": "^0.5.1"