Skip to content

Commit

Permalink
Version 3.1.10
Browse files Browse the repository at this point in the history
PR-URL: #217
  • Loading branch information
tshemsedinov committed Mar 13, 2023
1 parent fbd6917 commit b67f491
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 61 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

## [Unreleased][unreleased]

## [3.1.10][] - 2023-03-13

- Update dependencies and fix security issues
- Add `node:` prefix in require for built-in modules

## [3.1.9][] - 2022-07-07

Expand Down Expand Up @@ -74,7 +77,8 @@

First generation of Metarhia Logger

[unreleased]: https://github.com/metarhia/metalog/compare/v3.1.9...HEAD
[unreleased]: https://github.com/metarhia/metalog/compare/v3.1.10...HEAD
[3.1.10]: https://github.com/metarhia/metalog/compare/v3.1.9...v3.1.10
[3.1.9]: https://github.com/metarhia/metalog/compare/v3.1.8...v3.1.9
[3.1.8]: https://github.com/metarhia/metalog/compare/v3.1.7...v3.1.8
[3.1.7]: https://github.com/metarhia/metalog/compare/v3.1.6...v3.1.7
Expand Down
107 changes: 53 additions & 54 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metalog",
"version": "3.1.9",
"version": "3.1.10",
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
"description": "Logger for Metarhia",
"license": "MIT",
Expand Down Expand Up @@ -49,14 +49,14 @@
"node": "^14.18 || 16 || 18 || 19"
},
"dependencies": {
"concolor": "^1.0.4",
"metautil": "^3.6.0"
"concolor": "^1.0.5",
"metautil": "^3.7.1"
},
"devDependencies": {
"@types/node": "^18.14.0",
"eslint": "^8.34.0",
"@types/node": "^18.15.2",
"eslint": "^8.36.0",
"eslint-config-metarhia": "^8.1.0",
"eslint-config-prettier": "^8.6.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.0.0",
"metatests": "^0.8.2",
Expand Down

0 comments on commit b67f491

Please sign in to comment.