From 3feaf0172ed52bc714600d2d1326622e3569ef42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 20:16:39 +0000 Subject: [PATCH] deps: bump sql-formatter from 15.6.6 to 15.6.7 Bumps [sql-formatter](https://github.com/sql-formatter-org/sql-formatter) from 15.6.6 to 15.6.7. - [Release notes](https://github.com/sql-formatter-org/sql-formatter/releases) - [Changelog](https://github.com/sql-formatter-org/sql-formatter/blob/master/.release-it.json) - [Commits](https://github.com/sql-formatter-org/sql-formatter/compare/v15.6.6...v15.6.7) --- updated-dependencies: - dependency-name: sql-formatter dependency-version: 15.6.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f9544706..7ad7f8c3 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "react-dom": "17.0.2", "react-responsive": "^10.0.1", "showdown": "^2.1.0", - "sql-formatter": "^15.6.6", + "sql-formatter": "^15.6.7", "terser": "^5.43.1", "uuid": "^11.1.0" }, diff --git a/yarn.lock b/yarn.lock index 3d591e97..5367a88a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9553,10 +9553,10 @@ sprintf-js@~1.0.2: resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c" integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw= -sql-formatter@^15.6.6: - version "15.6.6" - resolved "https://registry.yarnpkg.com/sql-formatter/-/sql-formatter-15.6.6.tgz#e74c616e53b6aaada29ea1e85ada65b11112ea13" - integrity sha512-bZydXEXhaNDQBr8xYHC3a8thwcaMuTBp0CkKGjwGYDsIB26tnlWeWPwJtSQ0TEwiJcz9iJJON5mFPkx7XroHcg== +sql-formatter@^15.6.7: + version "15.6.7" + resolved "https://registry.yarnpkg.com/sql-formatter/-/sql-formatter-15.6.7.tgz#8ecaa35a33975318ede3f2384b1430a24c6bfd69" + integrity sha512-Gns3cJ5lZO+vaVk9FaIR+aAz3TEqXtE4As1cbibWvHT4WDUbb1uKbU7cxGP54Eppd+yzOGyDfNy8D6hac6jM+w== dependencies: argparse "^2.0.1" nearley "^2.20.1"