From 3d24bda4045f8166ae1932a0be38fbf8b4ba7d19 Mon Sep 17 00:00:00 2001 From: Vitaly Puzrin Date: Wed, 11 Sep 2019 00:36:38 +0300 Subject: [PATCH] Deps bump --- CHANGELOG.md | 1 + lib/common/entities.js | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcfbb44..d228ada 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/lib/common/entities.js b/lib/common/entities.js index 7380ae8..c2e23e9 100644 --- a/lib/common/entities.js +++ b/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'); diff --git a/package.json b/package.json index 124ac8e..9c90e1c 100644 --- a/package.json +++ b/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"