From 6cac8767ceef666ab252b10578e017e2b9e7aca3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 02:03:05 +0000 Subject: [PATCH] Bump cookie and @azure/functions Bumps [cookie](https://github.com/jshttp/cookie) to 0.7.2 and updates ancestor dependency [@azure/functions](https://github.com/Azure/azure-functions-nodejs-library). These dependencies need to be updated together. Updates `cookie` from 0.6.0 to 0.7.2 - [Release notes](https://github.com/jshttp/cookie/releases) - [Commits](https://github.com/jshttp/cookie/compare/v0.6.0...v0.7.2) Updates `@azure/functions` from 4.3.0 to 4.6.0 - [Release notes](https://github.com/Azure/azure-functions-nodejs-library/releases) - [Commits](https://github.com/Azure/azure-functions-nodejs-library/compare/v4.3.0...v4.6.0) --- updated-dependencies: - dependency-name: cookie dependency-type: indirect - dependency-name: "@azure/functions" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../v4-model/package-lock.json | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/samples/ServerlessChatWithAuth/v4-model/package-lock.json b/samples/ServerlessChatWithAuth/v4-model/package-lock.json index 623f77bc..91d21ed0 100644 --- a/samples/ServerlessChatWithAuth/v4-model/package-lock.json +++ b/samples/ServerlessChatWithAuth/v4-model/package-lock.json @@ -14,11 +14,12 @@ } }, "node_modules/@azure/functions": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/@azure/functions/-/functions-4.3.0.tgz", - "integrity": "sha512-l7iAuSyyBCOgwkDZmV6UUagwkFoqMOVfq01oJ+rJlFhN7Mb8/kkUAZLffCPUxBy2Wwah741BhJGizwaCP9G2/A==", + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/@azure/functions/-/functions-4.6.0.tgz", + "integrity": "sha512-vGq9jXlgrJ3KaI8bepgfpk26zVY8vFZsQukF85qjjKTAR90eFOOBNaa+mc/0ViDY2lcdrU2fL/o1pQyZUtTDsw==", + "license": "MIT", "dependencies": { - "cookie": "^0.6.0", + "cookie": "^0.7.0", "long": "^4.0.0", "undici": "^5.13.0" }, @@ -404,9 +405,10 @@ } }, "node_modules/cookie": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz", - "integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==", + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz", + "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==", + "license": "MIT", "engines": { "node": ">= 0.6" }