Skip to content

Commit

Permalink
Bump @azure/functions (#8086)
Browse files Browse the repository at this point in the history
Bumps [@azure/functions](https://github.com/Azure/azure-functions-nodejs-library) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/Azure/azure-functions-nodejs-library/releases)
- [Commits](Azure/azure-functions-nodejs-library@v4.5.0...v4.5.1)

---
updated-dependencies:
- dependency-name: "@azure/functions"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 16, 2024
1 parent b23b34e commit 05a22ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"main": "dist/**/index.js",
"dependencies": {
"@azure/functions": "^4.5.0",
"@azure/functions": "^4.5.1",
"@azure/storage-queue": "^12.16.0",
"applicationinsights": "^3.2.1",
"csv-stringify": "^6.5.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,10 @@
long "^4.0.0"
uuid "^8.3.0"

"@azure/functions@^4.5.0":
version "4.5.0"
resolved "https://registry.yarnpkg.com/@azure/functions/-/functions-4.5.0.tgz#7aea7b0b4f2ae86dcc4d1663909e846ea2cca066"
integrity sha512-WNCiOHMQEZpezxgThD3o2McKEjUEljtQBvdw4X4oE5714eTw76h33kIj0660ZJGEnxYSx4dx18oAbg5kLMs9iQ==
"@azure/functions@^4.5.1":
version "4.5.1"
resolved "https://registry.yarnpkg.com/@azure/functions/-/functions-4.5.1.tgz#70d1a99d335af87579a55d3c149ef1ae77da0a66"
integrity sha512-ikiw1IrM2W9NlQM3XazcX+4Sq3XAjZi4eeG22B5InKC2x5i7MatGF2S/Gn1ACZ+fEInwu+Ru9J8DlnBv1/hIvg==
dependencies:
cookie "^0.6.0"
long "^4.0.0"
Expand Down

0 comments on commit 05a22ae

Please sign in to comment.