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"