From 7cf8dce7ecc0356baff9a5056dfda4e67e27f9fa Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 11:54:33 +0100 Subject: [PATCH] Bump js-beautify from 1.13.0 to 1.13.5 (#5844) Bumps [js-beautify](https://github.com/beautify-web/js-beautify) from 1.13.0 to 1.13.5. - [Release notes](https://github.com/beautify-web/js-beautify/releases) - [Changelog](https://github.com/beautify-web/js-beautify/blob/main/CHANGELOG.md) - [Commits](https://github.com/beautify-web/js-beautify/compare/v1.13.0...v1.13.5) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3e2f6384e..e0325c314 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13309,9 +13309,9 @@ } }, "js-beautify": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.13.0.tgz", - "integrity": "sha512-/Tbp1OVzZjbwzwJQFIlYLm9eWQ+3aYbBXLSaqb1mEJzhcQAfrqMMQYtjb6io+U6KpD0ID4F+Id3/xcjH3l/sqA==", + "version": "1.13.5", + "resolved": "https://registry.npmjs.org/js-beautify/-/js-beautify-1.13.5.tgz", + "integrity": "sha512-MsXlH6Z/BiRYSkSRW3clNDqDjSpiSNOiG8xYVUBXt4k0LnGvDhlTGOlHX1VFtAdoLmtwjxMG5qiWKy/g+Ipv5w==", "dev": true, "requires": { "config-chain": "^1.1.12", diff --git a/package.json b/package.json index 33f8e3bb8..a556fc201 100644 --- a/package.json +++ b/package.json @@ -162,7 +162,7 @@ "husky": "5.1.2", "jasmine-core": "3.6.0", "jasmine-spec-reporter": "6.0.0", - "js-beautify": "1.13.0", + "js-beautify": "1.13.5", "karma": "5.2.3", "karma-chrome-launcher": "3.1.0", "karma-cli": "2.0.0", -- GitLab