Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 2eba088

Browse files
authored
Updated dependencies to fix security issue. (#56)
1 parent a929119 commit 2eba088

File tree

3 files changed

+82
-77
lines changed

3 files changed

+82
-77
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
66

7+
## [2.2.1] / 2018-04-30
8+
### Changed
9+
- Updated dependencies to fix security issue.
10+
711
## [2.2.0] / 2018-03-17
812
### Added
913
- Added getPublicData API call ([#38])
@@ -85,7 +89,8 @@ Thank you to [@patricks], [@janhuddel], and [@marcuspocus] for their pull reques
8589
## 1.0.0 - 2014-03-13
8690

8791

88-
[Unreleased]: https://github.com/karbassi/netatmo/compare/v2.2.0...HEAD
92+
[Unreleased]: https://github.com/karbassi/netatmo/compare/v2.2.1...HEAD
93+
[2.2.1]: https://github.com/karbassi/netatmo/compare/v2.2.0...v2.2.1
8994
[2.2.0]: https://github.com/karbassi/netatmo/compare/v2.1.0...v2.2.0
9095
[2.1.0]: https://github.com/karbassi/netatmo/compare/v2.0.0...v2.1.0
9196
[2.0.0]: https://github.com/karbassi/netatmo/compare/v1.6.0...v2.0.0

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
],
2525
"license": "MIT",
2626
"dependencies": {
27-
"moment": "^2.19",
28-
"request": "^2.82"
27+
"moment": "^2.22.1",
28+
"request": "^2.85.0"
2929
}
3030
}

0 commit comments

Comments
 (0)