Comparing version 1.7.0 to 1.7.1
@@ -5,2 +5,6 @@ # Changelog | ||
## [1.7.1][] - 2021-06-03 | ||
- Update dependencies for security reasons | ||
## [1.7.0][] - 2021-05-24 | ||
@@ -91,3 +95,4 @@ | ||
[unreleased]: https://github.com/metarhia/metacom/compare/v1.7.0...HEAD | ||
[unreleased]: https://github.com/metarhia/metacom/compare/v1.7.1...HEAD | ||
[1.7.1]: https://github.com/metarhia/metacom/compare/v1.7.0...v1.7.1 | ||
[1.7.0]: https://github.com/metarhia/metacom/compare/v1.6.1...v1.7.0 | ||
@@ -94,0 +99,0 @@ [1.6.1]: https://github.com/metarhia/metacom/compare/v1.6.0...v1.6.1 |
{ | ||
"name": "metacom", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>", | ||
@@ -53,20 +53,20 @@ "description": "Communication protocol for Metarhia stack with rpc, events, binary streams, memory and db access", | ||
"engines": { | ||
"node": "^12.9 || 14 || 15" | ||
"node": "^12.9 || 14 || 16" | ||
}, | ||
"dependencies": { | ||
"@types/ws": "^7.4.4", | ||
"metautil": "^3.5.3", | ||
"ws": "^7.4.5" | ||
"metautil": "^3.5.4", | ||
"ws": "^7.4.6" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^15.6.0", | ||
"@types/node": "^15.6.2", | ||
"eslint": "^7.27.0", | ||
"eslint-config-metarhia": "^7.0.1", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-import": "^2.23.3", | ||
"eslint-plugin-import": "^2.23.4", | ||
"eslint-plugin-prettier": "^3.4.0", | ||
"metatests": "^0.7.2", | ||
"prettier": "^2.3.0", | ||
"typescript": "^4.2.4" | ||
"typescript": "^4.3.2" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31837
Updatedmetautil@^3.5.4
Updatedws@^7.4.6