From ba47fec865776a86da32b86764133f9464662b54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 02:07:11 +0000 Subject: [PATCH] Bump sql-formatter from 15.4.5 to 15.4.6 in /hedera-mirror-rest Bumps [sql-formatter](https://github.com/sql-formatter-org/sql-formatter) from 15.4.5 to 15.4.6. - [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.5...v15.4.6) --- updated-dependencies: - dependency-name: sql-formatter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 1dc4ad4060..1022c38c5d 100644 --- a/hedera-mirror-rest/package-lock.json +++ b/hedera-mirror-rest/package-lock.json @@ -69,7 +69,7 @@ "qs": "^6.13.0", "quick-lru": "^7.0.0", "rfc4648": "^1.5.3", - "sql-formatter": "^15.4.5", + "sql-formatter": "^15.4.6", "swagger-stats": "^0.99.7", "swagger-ui-express": "^5.0.1", "word-wrap": "npm:@aashutoshrathi/word-wrap@^1.2.6" @@ -11003,9 +11003,9 @@ "dev": true }, "node_modules/sql-formatter": { - "version": "15.4.5", - "resolved": "https://registry.npmjs.org/sql-formatter/-/sql-formatter-15.4.5.tgz", - "integrity": "sha512-dxYn0OzEmB19/9Y+yh8bqD8kJx2S/4pOTM4QLKxQDh7K6lp1Sx9MhmiF9RUJHSVjfV72KihW5R1h6Kecy6O5qA==", + "version": "15.4.6", + "resolved": "https://registry.npmjs.org/sql-formatter/-/sql-formatter-15.4.6.tgz", + "integrity": "sha512-aH6kwvJpylljHqXe+zpie0Q5snL3uerDLLhjPEBjDCVK1NMRFq4nMJbuPJWYp08LaaaJJgBhShAdAfspcBYY0Q==", "inBundle": true, "dependencies": { "argparse": "^2.0.1", diff --git a/hedera-mirror-rest/package.json b/hedera-mirror-rest/package.json index ec273b1516..e5bb9d580a 100644 --- a/hedera-mirror-rest/package.json +++ b/hedera-mirror-rest/package.json @@ -45,7 +45,7 @@ "qs": "^6.13.0", "quick-lru": "^7.0.0", "rfc4648": "^1.5.3", - "sql-formatter": "^15.4.5", + "sql-formatter": "^15.4.6", "swagger-stats": "^0.99.7", "swagger-ui-express": "^5.0.1", "word-wrap": "npm:@aashutoshrathi/word-wrap@^1.2.6"