Skip to content

Commit

Permalink
[notification-hubs] Update Notification Hubs dependencies (#27790)
Browse files Browse the repository at this point in the history
### Packages impacted by this PR

- @azure/notification-hubs

### Issues associated with this PR


### Describe the problem that is addressed by this PR


### What are the possible designs available to address the problem? If
there are more than one possible design, why was the one in this PR
chosen?


### Are there test cases added in this PR? _(If not, why?)_


### Provide a list of related PRs _(if any)_


### Command used to generate this PR:**_(Applicable only to SDK release
request PRs)_

### Checklists
- [x] Added impacted package name to the issue description
- [ ] Does this PR needs any fixes in the SDK Generator?** _(If so,
create an Issue in the
[Autorest/typescript](https://github.com/Azure/autorest.typescript)
repository and link it here)_
- [x] Added a changelog (if necessary)
  • Loading branch information
mpodwysocki authored Nov 13, 2023
1 parent 7fe0a11 commit bc94a30
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion sdk/notificationhubs/notification-hubs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.0.3 (2023-11-08)
## 1.0.3 (2023-11-13)

### Features Added

Expand Down
16 changes: 8 additions & 8 deletions sdk/notificationhubs/notification-hubs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,16 +130,16 @@
"util": "^0.12.4"
},
"dependencies": {
"@azure/core-auth": "^1.4.1",
"@azure/core-auth": "^1.5.0",
"@azure/abort-controller": "^1.1.0",
"@azure/core-lro": "^2.4.0",
"@azure/core-paging": "^1.3.0",
"@azure/core-rest-pipeline": "^1.8.1",
"@azure/core-lro": "^2.5.4",
"@azure/core-paging": "^1.5.0",
"@azure/core-rest-pipeline": "^1.12.2",
"@azure/core-tracing": "^1.0.1",
"@azure/core-util": "^1.3.0",
"@azure/core-xml": "^1.3.1",
"@azure/logger": "^1.0.3",
"@azure-rest/core-client": "^1.1.5",
"@azure/core-util": "^1.6.1",
"@azure/core-xml": "^1.3.4",
"@azure/logger": "^1.0.4",
"@azure-rest/core-client": "^1.1.4",
"tslib": "^2.6.2"
}
}

0 comments on commit bc94a30

Please sign in to comment.