metalog 3.1.4 → 3.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## [Unreleased][unreleased]
4
4
 
5
+ ## [3.1.5][] - 2021-10-11
6
+
7
+ - Update dependencies and npm audit fix
8
+
5
9
  ## [3.1.4][] - 2021-09-10
6
10
 
7
11
  - Update dependencies
@@ -48,7 +52,8 @@
48
52
 
49
53
  First generation of Metarhia Logger
50
54
 
51
- [unreleased]: https://github.com/metarhia/metalog/compare/v3.1.4...HEAD
55
+ [unreleased]: https://github.com/metarhia/metalog/compare/v3.1.5...HEAD
56
+ [3.1.5]: https://github.com/metarhia/metalog/compare/v3.1.4...v3.1.5
52
57
  [3.1.4]: https://github.com/metarhia/metalog/compare/v3.1.3...v3.1.4
53
58
  [3.1.3]: https://github.com/metarhia/metalog/compare/v3.1.2...v3.1.3
54
59
  [3.1.2]: https://github.com/metarhia/metalog/compare/v3.1.1...v3.1.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "metalog",
3
- "version": "3.1.4",
3
+ "version": "3.1.5",
4
4
  "author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
5
5
  "description": "Logger for Metarhia",
6
6
  "license": "MIT",
@@ -53,17 +53,17 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "concolor": "^1.0.2",
56
- "metautil": "^3.5.11"
56
+ "metautil": "^3.5.16"
57
57
  },
58
58
  "devDependencies": {
59
- "@types/node": "^16.9.1",
59
+ "@types/node": "^16.10.3",
60
60
  "eslint": "^7.32.0",
61
61
  "eslint-config-metarhia": "^7.0.0",
62
62
  "eslint-config-prettier": "^8.3.0",
63
63
  "eslint-plugin-import": "^2.24.2",
64
64
  "eslint-plugin-prettier": "^4.0.0",
65
65
  "metatests": "^0.7.2",
66
- "prettier": "^2.4.0",
67
- "typescript": "^4.4.2"
66
+ "prettier": "^2.4.1",
67
+ "typescript": "^4.4.3"
68
68
  }
69
69
  }