From 8946ce56732c683fd472684d61b613367cae4afd Mon Sep 17 00:00:00 2001
From: Adhidarma Hadiwinoto <me@adhisimon.org>
Date: Tue, 6 Aug 2024 14:11:02 +0700
Subject: [PATCH] Bump json-stringify-pretty-compact to v3

---
 package-lock.json | 25 +++++++------------------
 package.json      |  2 +-
 2 files changed, 8 insertions(+), 19 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 43f596c..961ba4c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -13,7 +13,7 @@
         "express": "^4.17.1",
         "express-rate-limit": "^6.6.0",
         "join-path": "^1.1.1",
-        "json-stringify-pretty-compact": "^4.0.0",
+        "json-stringify-pretty-compact": "^3.0.0",
         "komodo-sdk": "^1.45.6",
         "mkdirp": "^1.0.4",
         "moment": "^2.24.0",
@@ -2088,9 +2088,9 @@
       "dev": true
     },
     "node_modules/json-stringify-pretty-compact": {
-      "version": "4.0.0",
-      "resolved": "https://registry.npmjs.org/json-stringify-pretty-compact/-/json-stringify-pretty-compact-4.0.0.tgz",
-      "integrity": "sha512-3CNZ2DnrpByG9Nqj6Xo8vqbjT4F6N+tb4Gb28ESAZjYZ5yqvmc56J+/kuIwkaAMOyblTQhUW7PxMkUb8Q36N3Q==",
+      "version": "3.0.0",
+      "resolved": "https://registry.npmjs.org/json-stringify-pretty-compact/-/json-stringify-pretty-compact-3.0.0.tgz",
+      "integrity": "sha512-Rc2suX5meI0S3bfdZuA7JMFBGkJ875ApfVyq2WHELjBiiG22My/l7/8zPpH/CfFVQHuVLd8NLR0nv6vi0BYYKA==",
       "license": "MIT"
     },
     "node_modules/json-stringify-safe": {
@@ -2150,12 +2150,6 @@
         "sd-notify": "^2.8.0"
       }
     },
-    "node_modules/komodo-sdk/node_modules/json-stringify-pretty-compact": {
-      "version": "3.0.0",
-      "resolved": "https://registry.npmjs.org/json-stringify-pretty-compact/-/json-stringify-pretty-compact-3.0.0.tgz",
-      "integrity": "sha512-Rc2suX5meI0S3bfdZuA7JMFBGkJ875ApfVyq2WHELjBiiG22My/l7/8zPpH/CfFVQHuVLd8NLR0nv6vi0BYYKA==",
-      "license": "MIT"
-    },
     "node_modules/komodo-sdk/node_modules/uniqid": {
       "version": "4.1.1",
       "resolved": "https://registry.npmjs.org/uniqid/-/uniqid-4.1.1.tgz",
@@ -6335,9 +6329,9 @@
       "dev": true
     },
     "json-stringify-pretty-compact": {
-      "version": "4.0.0",
-      "resolved": "https://registry.npmjs.org/json-stringify-pretty-compact/-/json-stringify-pretty-compact-4.0.0.tgz",
-      "integrity": "sha512-3CNZ2DnrpByG9Nqj6Xo8vqbjT4F6N+tb4Gb28ESAZjYZ5yqvmc56J+/kuIwkaAMOyblTQhUW7PxMkUb8Q36N3Q=="
+      "version": "3.0.0",
+      "resolved": "https://registry.npmjs.org/json-stringify-pretty-compact/-/json-stringify-pretty-compact-3.0.0.tgz",
+      "integrity": "sha512-Rc2suX5meI0S3bfdZuA7JMFBGkJ875ApfVyq2WHELjBiiG22My/l7/8zPpH/CfFVQHuVLd8NLR0nv6vi0BYYKA=="
     },
     "json-stringify-safe": {
       "version": "5.0.1",
@@ -6391,11 +6385,6 @@
         "uuid": "^3.4.0"
       },
       "dependencies": {
-        "json-stringify-pretty-compact": {
-          "version": "3.0.0",
-          "resolved": "https://registry.npmjs.org/json-stringify-pretty-compact/-/json-stringify-pretty-compact-3.0.0.tgz",
-          "integrity": "sha512-Rc2suX5meI0S3bfdZuA7JMFBGkJ875ApfVyq2WHELjBiiG22My/l7/8zPpH/CfFVQHuVLd8NLR0nv6vi0BYYKA=="
-        },
         "uniqid": {
           "version": "4.1.1",
           "resolved": "https://registry.npmjs.org/uniqid/-/uniqid-4.1.1.tgz",
diff --git a/package.json b/package.json
index 6329624..7fb56dd 100644
--- a/package.json
+++ b/package.json
@@ -33,7 +33,7 @@
     "express": "^4.17.1",
     "express-rate-limit": "^6.6.0",
     "join-path": "^1.1.1",
-    "json-stringify-pretty-compact": "^4.0.0",
+    "json-stringify-pretty-compact": "^3.0.0",
     "komodo-sdk": "^1.45.6",
     "mkdirp": "^1.0.4",
     "moment": "^2.24.0",
-- 
1.9.0