diff --git a/package-lock.json b/package-lock.json index 377eb58194..edf0793f2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,6 +47,11 @@ "xss": "^1.0.6" } }, + "@ardatan/aggregate-error": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/@ardatan/aggregate-error/-/aggregate-error-0.0.1.tgz", + "integrity": "sha512-UQ9BequOTIavs0pTHLMwQwKQF8tTV1oezY/H2O9chA+JNPFZSua55xpU5dPSjAU9/jLJ1VwU+HJuTVN8u7S6Fg==" + }, "@babel/cli": { "version": "7.10.0", "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.10.0.tgz", @@ -2725,6 +2730,15 @@ "tslib": "~2.0.0" }, "dependencies": { + "@graphql-tools/utils": { + "version": "6.0.10", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-6.0.10.tgz", + "integrity": "sha512-1s3vBnYUIDLBGEaV1VF3lv1Xq54lT8Oz7tNNypv7K7cv3auKX7idRtjP8RM6hKpGod46JNZgu3NNOshMUEyEyA==", + "requires": { + "aggregate-error": "3.0.1", + "camel-case": "4.1.1" + } + }, "tslib": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.0.tgz", @@ -2742,6 +2756,15 @@ "tslib": "~2.0.0" }, "dependencies": { + "@graphql-tools/utils": { + "version": "6.0.10", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-6.0.10.tgz", + "integrity": "sha512-1s3vBnYUIDLBGEaV1VF3lv1Xq54lT8Oz7tNNypv7K7cv3auKX7idRtjP8RM6hKpGod46JNZgu3NNOshMUEyEyA==", + "requires": { + "aggregate-error": "3.0.1", + "camel-case": "4.1.1" + } + }, "tslib": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.0.tgz", @@ -2758,6 +2781,15 @@ "tslib": "~2.0.0" }, "dependencies": { + "@graphql-tools/utils": { + "version": "6.0.10", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-6.0.10.tgz", + "integrity": "sha512-1s3vBnYUIDLBGEaV1VF3lv1Xq54lT8Oz7tNNypv7K7cv3auKX7idRtjP8RM6hKpGod46JNZgu3NNOshMUEyEyA==", + "requires": { + "aggregate-error": "3.0.1", + "camel-case": "4.1.1" + } + }, "tslib": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.0.tgz", @@ -2778,6 +2810,15 @@ "tslib": "~2.0.0" }, "dependencies": { + "@graphql-tools/utils": { + "version": "6.0.10", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-6.0.10.tgz", + "integrity": "sha512-1s3vBnYUIDLBGEaV1VF3lv1Xq54lT8Oz7tNNypv7K7cv3auKX7idRtjP8RM6hKpGod46JNZgu3NNOshMUEyEyA==", + "requires": { + "aggregate-error": "3.0.1", + "camel-case": "4.1.1" + } + }, "tslib": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.0.tgz", @@ -2786,11 +2827,11 @@ } }, "@graphql-tools/utils": { - "version": "6.0.10", - "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-6.0.10.tgz", - "integrity": "sha512-1s3vBnYUIDLBGEaV1VF3lv1Xq54lT8Oz7tNNypv7K7cv3auKX7idRtjP8RM6hKpGod46JNZgu3NNOshMUEyEyA==", + "version": "6.0.11", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-6.0.11.tgz", + "integrity": "sha512-BK6HO73FbB/Ufac6XX5H0O2q4tEZi//HaQ7DgmHFoda53GZSZ/ZckJ59wh/tUvHykEaSFUSmMBVQxKbXBhGhyg==", "requires": { - "aggregate-error": "3.0.1", + "@ardatan/aggregate-error": "0.0.1", "camel-case": "4.1.1" } }, @@ -2806,6 +2847,15 @@ "tslib": "~2.0.0" }, "dependencies": { + "@graphql-tools/utils": { + "version": "6.0.10", + "resolved": "https://registry.npmjs.org/@graphql-tools/utils/-/utils-6.0.10.tgz", + "integrity": "sha512-1s3vBnYUIDLBGEaV1VF3lv1Xq54lT8Oz7tNNypv7K7cv3auKX7idRtjP8RM6hKpGod46JNZgu3NNOshMUEyEyA==", + "requires": { + "aggregate-error": "3.0.1", + "camel-case": "4.1.1" + } + }, "tslib": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.0.0.tgz", diff --git a/package.json b/package.json index 8cafce1847..0053ea0a3b 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "dependencies": { "@apollographql/graphql-playground-html": "1.6.26", "@graphql-tools/stitch": "6.0.10", - "@graphql-tools/utils": "6.0.10", + "@graphql-tools/utils": "6.0.11", "@parse/fs-files-adapter": "1.0.1", "@parse/push-adapter": "3.2.0", "@parse/s3-files-adapter": "1.4.0",