From e449ca6ceba88c41b6c547a92a9f2a0ad438309e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 10:38:39 +0000 Subject: [PATCH] Bump js-beautify from 1.14.0 to 1.14.3 Bumps [js-beautify](https://github.com/beautify-web/js-beautify) from 1.14.0 to 1.14.3. - [Release notes](https://github.com/beautify-web/js-beautify/releases) - [Commits](https://github.com/beautify-web/js-beautify/compare/v1.14.0...v1.14.3) --- updated-dependencies: - dependency-name: js-beautify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index d31074e..fb54a8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "form-data": "^4.0.0", "humanize-duration": "^3.27.0", "ip": "^1.1.5", - "js-beautify": "^1.14.0", + "js-beautify": "^1.14.3", "mathjs": "^9.4.3", "moment": "^2.29.1", "moment-duration-format": "^2.2.2", @@ -4573,11 +4573,11 @@ "integrity": "sha1-+eIwPUUH9tdDVac2ZNFED7Wg71k=" }, "node_modules/js-beautify": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.14.0.tgz", - "integrity": "sha512-yuck9KirNSCAwyNJbqW+BxJqJ0NLJ4PwBUzQQACl5O3qHMBXVkXb/rD0ilh/Lat/tn88zSZ+CAHOlk0DsY7GuQ==", + "version": "1.14.3", + "resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.14.3.tgz", + "integrity": "sha512-f1ra8PHtOEu/70EBnmiUlV8nJePS58y9qKjl4JHfYWlFH6bo7ogZBz//FAZp7jDuXtYnGYKymZPlrg2I/9Zo4g==", "dependencies": { - "config-chain": "^1.1.12", + "config-chain": "^1.1.13", "editorconfig": "^0.15.3", "glob": "^7.1.3", "nopt": "^5.0.0" @@ -12403,11 +12403,11 @@ "integrity": "sha1-+eIwPUUH9tdDVac2ZNFED7Wg71k=" }, "js-beautify": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.14.0.tgz", - "integrity": "sha512-yuck9KirNSCAwyNJbqW+BxJqJ0NLJ4PwBUzQQACl5O3qHMBXVkXb/rD0ilh/Lat/tn88zSZ+CAHOlk0DsY7GuQ==", + "version": "1.14.3", + "resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.14.3.tgz", + "integrity": "sha512-f1ra8PHtOEu/70EBnmiUlV8nJePS58y9qKjl4JHfYWlFH6bo7ogZBz//FAZp7jDuXtYnGYKymZPlrg2I/9Zo4g==", "requires": { - "config-chain": "^1.1.12", + "config-chain": "^1.1.13", "editorconfig": "^0.15.3", "glob": "^7.1.3", "nopt": "^5.0.0" diff --git a/package.json b/package.json index 0e34f6e..809ebba 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "form-data": "^4.0.0", "humanize-duration": "^3.27.0", "ip": "^1.1.5", - "js-beautify": "^1.14.0", + "js-beautify": "^1.14.3", "mathjs": "^9.4.3", "moment": "^2.29.1", "moment-duration-format": "^2.2.2",