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