Skip to content

Commit 04294ec

Browse files
committed
chore: v1.17.3
1.17.3
1 parent bab59c1 commit 04294ec

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Changed
1111
<!-- * add to here... -->
1212

13+
## [1.17.3] - 2025-03-11
14+
### Changed
15+
- Upgrade axios lib due to https://github.com/advisories/GHSA-jr5f-v2jv-69x6
16+
1317
## [1.17.2] - 2025-03-06
1418
### Added
1519
- Added option to override translate path
@@ -300,8 +304,9 @@ client library took over this package name. Thanks to
300304
ownership.
301305

302306
<!-- (Unreleased should never be deleted) -->
303-
[Unreleased]: https://github.com/DeepLcom/deepl-node/compare/v1.17.1...HEAD
304-
[1.17.1]: https://github.com/DeepLcom/deepl-node/compare/v1.17.1...v1.17.2
307+
[Unreleased]: https://github.com/DeepLcom/deepl-node/compare/v1.17.3...HEAD
308+
[1.17.3]: https://github.com/DeepLcom/deepl-node/compare/v1.17.2...v1.17.3
309+
[1.17.2]: https://github.com/DeepLcom/deepl-node/compare/v1.17.1...v1.17.2
305310
[1.17.1]: https://github.com/DeepLcom/deepl-node/compare/v1.17.0...v1.17.1
306311
[1.17.0]: https://github.com/DeepLcom/deepl-node/compare/v1.16.0...v1.17.0
307312
[1.16.0]: https://github.com/DeepLcom/deepl-node/compare/v1.15.0...v1.16.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "deepl-node",
33
"description": "deepl-node is the official DeepL Node.js client library",
4-
"version": "1.17.2",
4+
"version": "1.17.3",
55
"author": "DeepL SE <[email protected]> (https://www.deepl.com)",
66
"license": "MIT",
77
"repository": {

src/translator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ export class Translator {
695695
sendPlatformInfo: boolean,
696696
appInfo: AppInfo | undefined,
697697
): string {
698-
let libraryInfoString = 'deepl-node/1.17.2';
698+
let libraryInfoString = 'deepl-node/1.17.3';
699699
if (sendPlatformInfo) {
700700
const systemType = os.type();
701701
const systemVersion = os.version();

0 commit comments

Comments
 (0)