diff --git a/package-lock.json b/package-lock.json index 1fcf9eb..46a4477 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "fast-json-patch": "3.1.1", "http-status-codes": "2.3.0", "node-fetch": "2.7.0", - "quicktype-core": "23.0.107", + "quicktype-core": "23.0.115", "type-fest": "4.14.0", "yargs": "17.7.2" }, @@ -10447,12 +10447,12 @@ ] }, "node_modules/quicktype-core": { - "version": "23.0.107", - "resolved": "https://registry.npmjs.org/quicktype-core/-/quicktype-core-23.0.107.tgz", - "integrity": "sha512-Z985C3qiXngj6xhAc3B2+vZOvBFFWUEUu8Jz4WGwOGMQmUXVb2XQN+wc5Fotviqz+P7QkHoX9KqjyjQTy1YQhg==", + "version": "23.0.115", + "resolved": "https://registry.npmjs.org/quicktype-core/-/quicktype-core-23.0.115.tgz", + "integrity": "sha512-wrDX8TtHjlCMQgPOxv94NoNfhvIO4V0qFQZY2NOyuup0hINKT6gKKnqceu6QMkME33V7Nt58lx6ABbWQ5f4f2Q==", "dependencies": { "@glideapps/ts-necessities": "2.1.3", - "@types/urijs": "^1.19.19", + "@types/urijs": "^1.19.25", "browser-or-node": "^2.1.1", "collection-utils": "^1.0.1", "cross-fetch": "^4.0.0", @@ -10461,7 +10461,7 @@ "lodash": "^4.17.21", "pako": "^1.0.6", "pluralize": "^8.0.0", - "readable-stream": "4.4.2", + "readable-stream": "4.5.2", "unicode-properties": "^1.4.1", "urijs": "^1.19.1", "wordwrap": "^1.0.0", @@ -10553,9 +10553,9 @@ } }, "node_modules/readable-stream": { - "version": "4.4.2", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.4.2.tgz", - "integrity": "sha512-Lk/fICSyIhodxy1IDK2HazkeGjSmezAWX2egdtJnYhtzKEsBPJowlI6F6LPb5tqIQILrMbx22S5o3GuJavPusA==", + "version": "4.5.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.5.2.tgz", + "integrity": "sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==", "dependencies": { "abort-controller": "^3.0.0", "buffer": "^6.0.3", diff --git a/package.json b/package.json index 87afd86..fe24c21 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "fast-json-patch": "3.1.1", "http-status-codes": "2.3.0", "node-fetch": "2.7.0", - "quicktype-core": "23.0.107", + "quicktype-core": "23.0.115", "type-fest": "4.14.0", "yargs": "17.7.2" },