Commit 8946ce56732c683fd472684d61b613367cae4afd
1 parent
ffd25fb05a
Exists in
master
Bump json-stringify-pretty-compact to v3
Showing 2 changed files with 8 additions and 19 deletions Side-by-side Diff
package-lock.json
... | ... | @@ -13,7 +13,7 @@ |
13 | 13 | "express": "^4.17.1", |
14 | 14 | "express-rate-limit": "^6.6.0", |
15 | 15 | "join-path": "^1.1.1", |
16 | - "json-stringify-pretty-compact": "^4.0.0", | |
16 | + "json-stringify-pretty-compact": "^3.0.0", | |
17 | 17 | "komodo-sdk": "^1.45.6", |
18 | 18 | "mkdirp": "^1.0.4", |
19 | 19 | "moment": "^2.24.0", |
... | ... | @@ -2088,9 +2088,9 @@ |
2088 | 2088 | "dev": true |
2089 | 2089 | }, |
2090 | 2090 | "node_modules/json-stringify-pretty-compact": { |
2091 | - "version": "4.0.0", | |
2092 | - "resolved": "https://registry.npmjs.org/json-stringify-pretty-compact/-/json-stringify-pretty-compact-4.0.0.tgz", | |
2093 | - "integrity": "sha512-3CNZ2DnrpByG9Nqj6Xo8vqbjT4F6N+tb4Gb28ESAZjYZ5yqvmc56J+/kuIwkaAMOyblTQhUW7PxMkUb8Q36N3Q==", | |
2091 | + "version": "3.0.0", | |
2092 | + "resolved": "https://registry.npmjs.org/json-stringify-pretty-compact/-/json-stringify-pretty-compact-3.0.0.tgz", | |
2093 | + "integrity": "sha512-Rc2suX5meI0S3bfdZuA7JMFBGkJ875ApfVyq2WHELjBiiG22My/l7/8zPpH/CfFVQHuVLd8NLR0nv6vi0BYYKA==", | |
2094 | 2094 | "license": "MIT" |
2095 | 2095 | }, |
2096 | 2096 | "node_modules/json-stringify-safe": { |
... | ... | @@ -2150,12 +2150,6 @@ |
2150 | 2150 | "sd-notify": "^2.8.0" |
2151 | 2151 | } |
2152 | 2152 | }, |
2153 | - "node_modules/komodo-sdk/node_modules/json-stringify-pretty-compact": { | |
2154 | - "version": "3.0.0", | |
2155 | - "resolved": "https://registry.npmjs.org/json-stringify-pretty-compact/-/json-stringify-pretty-compact-3.0.0.tgz", | |
2156 | - "integrity": "sha512-Rc2suX5meI0S3bfdZuA7JMFBGkJ875ApfVyq2WHELjBiiG22My/l7/8zPpH/CfFVQHuVLd8NLR0nv6vi0BYYKA==", | |
2157 | - "license": "MIT" | |
2158 | - }, | |
2159 | 2153 | "node_modules/komodo-sdk/node_modules/uniqid": { |
2160 | 2154 | "version": "4.1.1", |
2161 | 2155 | "resolved": "https://registry.npmjs.org/uniqid/-/uniqid-4.1.1.tgz", |
... | ... | @@ -6335,9 +6329,9 @@ |
6335 | 6329 | "dev": true |
6336 | 6330 | }, |
6337 | 6331 | "json-stringify-pretty-compact": { |
6338 | - "version": "4.0.0", | |
6339 | - "resolved": "https://registry.npmjs.org/json-stringify-pretty-compact/-/json-stringify-pretty-compact-4.0.0.tgz", | |
6340 | - "integrity": "sha512-3CNZ2DnrpByG9Nqj6Xo8vqbjT4F6N+tb4Gb28ESAZjYZ5yqvmc56J+/kuIwkaAMOyblTQhUW7PxMkUb8Q36N3Q==" | |
6332 | + "version": "3.0.0", | |
6333 | + "resolved": "https://registry.npmjs.org/json-stringify-pretty-compact/-/json-stringify-pretty-compact-3.0.0.tgz", | |
6334 | + "integrity": "sha512-Rc2suX5meI0S3bfdZuA7JMFBGkJ875ApfVyq2WHELjBiiG22My/l7/8zPpH/CfFVQHuVLd8NLR0nv6vi0BYYKA==" | |
6341 | 6335 | }, |
6342 | 6336 | "json-stringify-safe": { |
6343 | 6337 | "version": "5.0.1", |
... | ... | @@ -6391,11 +6385,6 @@ |
6391 | 6385 | "uuid": "^3.4.0" |
6392 | 6386 | }, |
6393 | 6387 | "dependencies": { |
6394 | - "json-stringify-pretty-compact": { | |
6395 | - "version": "3.0.0", | |
6396 | - "resolved": "https://registry.npmjs.org/json-stringify-pretty-compact/-/json-stringify-pretty-compact-3.0.0.tgz", | |
6397 | - "integrity": "sha512-Rc2suX5meI0S3bfdZuA7JMFBGkJ875ApfVyq2WHELjBiiG22My/l7/8zPpH/CfFVQHuVLd8NLR0nv6vi0BYYKA==" | |
6398 | - }, | |
6399 | 6388 | "uniqid": { |
6400 | 6389 | "version": "4.1.1", |
6401 | 6390 | "resolved": "https://registry.npmjs.org/uniqid/-/uniqid-4.1.1.tgz", |
package.json
... | ... | @@ -33,7 +33,7 @@ |
33 | 33 | "express": "^4.17.1", |
34 | 34 | "express-rate-limit": "^6.6.0", |
35 | 35 | "join-path": "^1.1.1", |
36 | - "json-stringify-pretty-compact": "^4.0.0", | |
36 | + "json-stringify-pretty-compact": "^3.0.0", | |
37 | 37 | "komodo-sdk": "^1.45.6", |
38 | 38 | "mkdirp": "^1.0.4", |
39 | 39 | "moment": "^2.24.0", |