Skip to content

Commit

Permalink
Bump @azure/functions
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.1 to 4.6.0.
- [Release notes](https://github.com/Azure/azure-functions-nodejs-library/releases)
- [Commits](Azure/azure-functions-nodejs-library@v4.5.1...v4.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 8, 2024
1 parent 56975a0 commit e6155c0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 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.1",
"@azure/functions": "^4.6.0",
"@azure/storage-queue": "^12.25.0",
"applicationinsights": "^3.3.0",
"csv-stringify": "^6.5.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,12 @@
long "^4.0.0"
uuid "^8.3.0"

"@azure/functions@^4.5.0", "@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==
"@azure/functions@^4.5.0", "@azure/functions@^4.6.0":
version "4.6.0"
resolved "https://registry.yarnpkg.com/@azure/functions/-/functions-4.6.0.tgz#eee9ca945b8a2f2d0748c28006e057178cd5f8c9"
integrity sha512-vGq9jXlgrJ3KaI8bepgfpk26zVY8vFZsQukF85qjjKTAR90eFOOBNaa+mc/0ViDY2lcdrU2fL/o1pQyZUtTDsw==
dependencies:
cookie "^0.6.0"
cookie "^0.7.0"
long "^4.0.0"
undici "^5.13.0"

Expand Down Expand Up @@ -2023,10 +2023,10 @@ convert-source-map@^2.0.0:
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-2.0.0.tgz#4b560f649fc4e918dd0ab75cf4961e8bc882d82a"
integrity sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==

cookie@^0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.6.0.tgz#2798b04b071b0ecbff0dbb62a505a8efa4e19051"
integrity sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==
cookie@^0.7.0:
version "0.7.2"
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.7.2.tgz#556369c472a2ba910f2979891b526b3436237ed7"
integrity sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==

create-jest@^29.7.0:
version "29.7.0"
Expand Down

0 comments on commit e6155c0

Please sign in to comment.