diff --git a/changelog.md b/changelog.md
index 28416f1..9d51ee8 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,12 @@
+## 0.16.4 (2021-06-11)
+
+* build: update dep dev ([93fcd85](https://github.com/posthtml/posthtml/commit/93fcd85))
+
+
+
## 0.16.3 (2021-06-10)
+* 0.16.3 ([a432762](https://github.com/posthtml/posthtml/commit/a432762))
* build: update dep dev ([a041b43](https://github.com/posthtml/posthtml/commit/a041b43))
* build(deps): bump glob-parent from 5.1.1 to 5.1.2 ([a519a3e](https://github.com/posthtml/posthtml/commit/a519a3e))
diff --git a/package-lock.json b/package-lock.json
index fd02d72..4afe113 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "posthtml",
- "version": "0.16.3",
+ "version": "0.16.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -3007,6 +3007,11 @@
"is-extglob": "^2.1.1"
}
},
+ "is-json": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/is-json/-/is-json-2.0.1.tgz",
+ "integrity": "sha1-a+Fm0USCihMdaGiRuYPfYsOUkf8="
+ },
"is-negative-zero": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.0.tgz",
@@ -4302,9 +4307,12 @@
}
},
"posthtml-render": {
- "version": "2.0.5",
- "resolved": "https://registry.npmjs.org/posthtml-render/-/posthtml-render-2.0.5.tgz",
- "integrity": "sha512-L5vZMss1wJAG+HP0cgZnB6WHHYNBqS6NXRZfPsWfRon9U/i4YdBA5vDeAjo5cIL4B6tGa7Tabhrg8ebIF8zw9A=="
+ "version": "2.0.6",
+ "resolved": "https://registry.npmjs.org/posthtml-render/-/posthtml-render-2.0.6.tgz",
+ "integrity": "sha512-AvjM4yfEtjhbpZdtLOWfnezgojEtgeejSxrjTAvfr5phXjPcZQyB5QiOvYeU+rrTF0u+eqqlJrs8HS3nrPexGQ==",
+ "requires": {
+ "is-json": "^2.0.1"
+ }
},
"prelude-ls": {
"version": "1.2.1",
diff --git a/package.json b/package.json
index 7de5296..6167f66 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "posthtml",
- "version": "0.16.3",
+ "version": "0.16.4",
"description": "HTML/XML processor",
"keywords": [
"html",
@@ -24,7 +24,7 @@
},
"dependencies": {
"posthtml-parser": "^0.9.0",
- "posthtml-render": "^2.0.5"
+ "posthtml-render": "^2.0.6"
},
"devDependencies": {
"@commitlint/cli": "^12.1.4",