From 41b699ff468d8017009789d28c492e3b78058ec4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 11:07:07 +0000 Subject: [PATCH] chore(deps): bump js-beautify from 1.15.1 to 1.15.2 Bumps [js-beautify](https://github.com/beautifier/js-beautify) from 1.15.1 to 1.15.2. - [Release notes](https://github.com/beautifier/js-beautify/releases) - [Changelog](https://github.com/beautifier/js-beautify/blob/main/CHANGELOG.md) - [Commits](https://github.com/beautifier/js-beautify/compare/v1.15.1...v1.15.2) --- updated-dependencies: - dependency-name: js-beautify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0b5e6ce80..5fcbd49af 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "inquirer": "8.2.6", "invisi-data": "^1.0.0", "joi": "17.13.3", - "js-beautify": "1.15.1", + "js-beautify": "1.15.2", "lodash.clonedeep": "4.5.0", "lodash.merge": "4.6.2", "mkdirp": "3.0.1",