Browse Source

Deps bump

pull/599/head
Vitaly Puzrin 5 years ago
parent
commit
3d24bda404
  1. 1
      CHANGELOG.md
  2. 2
      lib/common/entities.js
  3. 2
      package.json

1
CHANGELOG.md

@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
"official ones". Without update, old code will work, but can cause invalid
result in rare case. This is the only reason of major version bump. With high probability you don't need to change your code, only update version dependency.
- Updated changelog format.
- Deps bump.
## [9.1.0] - 2019-08-11

2
lib/common/entities.js

@ -3,4 +3,4 @@
'use strict';
/*eslint quotes:0*/
module.exports = require('entities/maps/entities.json');
module.exports = require('entities/lib/maps/entities.json');

2
package.json

@ -26,7 +26,7 @@
],
"dependencies": {
"argparse": "^1.0.7",
"entities": "~1.1.1",
"entities": "~2.0.0",
"linkify-it": "^2.0.0",
"mdurl": "^1.0.1",
"uc.micro": "^1.0.5"

Loading…
Cancel
Save