Skip to content

Commit

Permalink
[IOPLT-681] Bump @azure/functions package (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
kin0992 authored Sep 4, 2024
1 parent 2d98cb9 commit 39a8213
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .changeset/tiny-penguins-sit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"functions-subscription": patch
---

Bump @azure/functions package

Version [4.5.0 fixed an error where the retry option were ignored](https://github.com/Azure/azure-functions-nodejs-library/releases/tag/v4.5.0).
2 changes: 1 addition & 1 deletion apps/functions-subscription/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@azure/arm-servicebus": "^6.1.0",
"@azure/cosmos": "^4.0.0",
"@azure/event-hubs": "^5.11.4",
"@azure/functions": "^4.4.0",
"@azure/functions": "^4.5.1",
"@azure/identity": "^4.2.1",
"@azure/service-bus": "^7.9.4",
"@pagopa/handler-kit": "^1.1.0",
Expand Down
15 changes: 13 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ __metadata:
languageName: node
linkType: hard

"@azure/functions@npm:^4.0.1, @azure/functions@npm:^4.4.0":
"@azure/functions@npm:^4.0.1":
version: 4.4.0
resolution: "@azure/functions@npm:4.4.0"
dependencies:
Expand All @@ -358,6 +358,17 @@ __metadata:
languageName: node
linkType: hard

"@azure/functions@npm:^4.5.1":
version: 4.5.1
resolution: "@azure/functions@npm:4.5.1"
dependencies:
cookie: "npm:^0.6.0"
long: "npm:^4.0.0"
undici: "npm:^5.13.0"
checksum: 10c0/58e16a6bd4916b807e5d72d3dd6e411bf89502a947e0e7d780d6d084bf7cc873c50a704d9ebb74f108d4ae38302e9e862901661f3f3b70c7de877cfdb78fa2da
languageName: node
linkType: hard

"@azure/identity@npm:^4.2.1":
version: 4.2.1
resolution: "@azure/identity@npm:4.2.1"
Expand Down Expand Up @@ -6728,7 +6739,7 @@ __metadata:
"@azure/arm-servicebus": "npm:^6.1.0"
"@azure/cosmos": "npm:^4.0.0"
"@azure/event-hubs": "npm:^5.11.4"
"@azure/functions": "npm:^4.4.0"
"@azure/functions": "npm:^4.5.1"
"@azure/identity": "npm:^4.2.1"
"@azure/service-bus": "npm:^7.9.4"
"@pagopa/handler-kit": "npm:^1.1.0"
Expand Down

0 comments on commit 39a8213

Please sign in to comment.