From 063a5593981e6d41072c4a68d9a9d827a192a0ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 10:26:24 -0600 Subject: [PATCH] Bump sql-formatter from 15.4.8 to 15.4.9 in /hedera-mirror-rest (#10050) Bumps [sql-formatter](https://github.com/sql-formatter-org/sql-formatter) from 15.4.8 to 15.4.9. - [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.4.8...v15.4.9) --- updated-dependencies: - dependency-name: sql-formatter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- hedera-mirror-rest/package-lock.json | 8 ++++---- hedera-mirror-rest/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hedera-mirror-rest/package-lock.json b/hedera-mirror-rest/package-lock.json index 0203ee323b..6fa347d8cd 100644 --- a/hedera-mirror-rest/package-lock.json +++ b/hedera-mirror-rest/package-lock.json @@ -69,7 +69,7 @@ "qs": "^6.13.1", "quick-lru": "^7.0.0", "rfc4648": "^1.5.4", - "sql-formatter": "^15.4.8", + "sql-formatter": "^15.4.9", "swagger-stats": "^0.99.7", "swagger-ui-express": "^5.0.1", "word-wrap": "npm:@aashutoshrathi/word-wrap@^1.2.6" @@ -11040,9 +11040,9 @@ "dev": true }, "node_modules/sql-formatter": { - "version": "15.4.8", - "resolved": "https://registry.npmjs.org/sql-formatter/-/sql-formatter-15.4.8.tgz", - "integrity": "sha512-DNLFVjKB6QaBli00LaNEJgLeBIPygD6L35hKPbOVi01hK+7sTpShOc2+pa6FgDobcpHKI6+FKswkp7PiNiDaTw==", + "version": "15.4.9", + "resolved": "https://registry.npmjs.org/sql-formatter/-/sql-formatter-15.4.9.tgz", + "integrity": "sha512-5vmt2HlCAVozxsBZuXWkAki/KGawaK+b5GG5x+BtXOFVpN/8cqppblFUxHl4jxdA0cvo14lABhM+KBnrUapOlw==", "inBundle": true, "dependencies": { "argparse": "^2.0.1", diff --git a/hedera-mirror-rest/package.json b/hedera-mirror-rest/package.json index 8fe8c1c611..8413096905 100644 --- a/hedera-mirror-rest/package.json +++ b/hedera-mirror-rest/package.json @@ -45,7 +45,7 @@ "qs": "^6.13.1", "quick-lru": "^7.0.0", "rfc4648": "^1.5.4", - "sql-formatter": "^15.4.8", + "sql-formatter": "^15.4.9", "swagger-stats": "^0.99.7", "swagger-ui-express": "^5.0.1", "word-wrap": "npm:@aashutoshrathi/word-wrap@^1.2.6"