Skip to content

Commit

Permalink
Merge pull request #24 from Localize/npm-updates
Browse files Browse the repository at this point in the history
chore: upgrade dependencies
  • Loading branch information
derek-b authored Feb 8, 2024
2 parents 53dbcc8 + e3872f1 commit e4c3cbe
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 136 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

Please see the [Backend API Documentation](https://help.localizejs.com/reference/introduction) for the services provided by this SDK.

## [1.5.0] - 2024-02-08
### Changed
- updated dependencies

## [1.4.0] - 2024-01-08
### Changed
- updated dependencies
Expand Down
170 changes: 37 additions & 133 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@localize/node",
"version": "1.4.0",
"version": "1.5.0",
"license": "MIT",
"description": "Localize API for Node.js",
"homepage": "https://github.com/localize/localize-node",
Expand All @@ -20,11 +20,11 @@
"url": "https://localizejs.com"
},
"dependencies": {
"axios": "1.6.3",
"axios": "1.6.7",
"underscore": "1.13.6"
},
"devDependencies": {
"mocha": "10.2.0",
"mocha": "10.3.0",
"should": "13.2.3"
}
}

0 comments on commit e4c3cbe

Please sign in to comment.