Update to @azure/functions@3

Might be needed to update the Function runtime to version 4.
This commit is contained in:
Nathan Shively-Sanders
2022-11-07 09:41:13 -08:00
parent 9b58d46699
commit af9338fadc
2 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
"types": "dist/index.d.ts",
"description": "Publish DefinitelyTyped definitions to NPM",
"dependencies": {
"@azure/functions": "^1.2.3",
"@azure/functions": "^3.2.0",
"@azure/identity": "^1.5.2",
"@azure/keyvault-secrets": "^4.3.0",
"@definitelytyped/definitions-parser": "^0.0.136",

View File

@@ -104,10 +104,10 @@
"@opentelemetry/api" "^1.0.1"
tslib "^2.2.0"
"@azure/functions@^1.2.3":
version "1.2.3"
resolved "https://registry.yarnpkg.com/@azure/functions/-/functions-1.2.3.tgz#65765837e7319eedffbf8a971cb2f78d4e043d54"
integrity sha512-dZITbYPNg6ay6ngcCOjRUh1wDhlFITS0zIkqplyH5KfKEAVPooaoaye5mUFnR+WP9WdGRjlNXyl/y2tgWKHcRg==
"@azure/functions@^3.2.0":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@azure/functions/-/functions-3.2.0.tgz#c73003db8bd93be186824db29e98e00879bf0f91"
integrity sha512-HbE7iORnYcjLzKNf5mIQRJQDTsVxhoXHRWEZ6KWdGh4e7+F9xTloiBicavbSoVmlAYivenIVpryHanVwsQaHUw==
"@azure/identity@^1.5.2":
version "1.5.2"