From 177f1658f2d0b104f6e8904681017c598f130c0c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 07:33:29 +0000 Subject: [PATCH] Update dependency @aws-amplify/api-graphql to v4.7.0 --- ui/package-lock.json | 160 ++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 150 insertions(+), 10 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 568e64b6..6ac4d70a 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -84,12 +84,12 @@ } }, "node_modules/@aws-amplify/api-graphql": { - "version": "4.6.7", - "resolved": "https://registry.npmjs.org/@aws-amplify/api-graphql/-/api-graphql-4.6.7.tgz", - "integrity": "sha512-PG6JwnPXxlMPXjMM924of5IO9xEmnJsSoDLdDZWz0p4Je6SjycRqWMezvc32jo4bY/niZUOH1hMa/Ux+w+YkWA==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/@aws-amplify/api-graphql/-/api-graphql-4.7.0.tgz", + "integrity": "sha512-C9BaNRpP4v9Z9QiraEq2dBrZCotl6jadgRZvYMWKCJ1sFC4KHyGLxljm3UeK8woCglgomYdXdh4Jdgc79SXSMw==", "dependencies": { - "@aws-amplify/api-rest": "4.0.64", - "@aws-amplify/core": "6.8.0", + "@aws-amplify/api-rest": "4.0.65", + "@aws-amplify/core": "6.9.0", "@aws-amplify/data-schema": "^1.7.0", "@aws-sdk/types": "3.387.0", "graphql": "15.8.0", @@ -98,6 +98,55 @@ "uuid": "^9.0.0" } }, + "node_modules/@aws-amplify/api-graphql/node_modules/@aws-amplify/api-rest": { + "version": "4.0.65", + "resolved": "https://registry.npmjs.org/@aws-amplify/api-rest/-/api-rest-4.0.65.tgz", + "integrity": "sha512-5UDcbyCSw8Q+QeALYt2/JmEH7sZFG6b02G+2KyOeaTJGjk2eLyHbfYSlSBcbYDQTyEduTtvxhq+Q1BExCQIptQ==", + "dependencies": { + "tslib": "^2.5.0" + }, + "peerDependencies": { + "@aws-amplify/core": "^6.1.0" + } + }, + "node_modules/@aws-amplify/api-graphql/node_modules/@aws-amplify/core": { + "version": "6.9.0", + "resolved": "https://registry.npmjs.org/@aws-amplify/core/-/core-6.9.0.tgz", + "integrity": "sha512-eG5kmGdqaZFSbqlE8L3/VFtpwLMUpJgdZI+ibPMQWOi9f2VO9Nm6PzKOZa4l1T0Ifhg5s31da+FffCdx8S+fOA==", + "dependencies": { + "@aws-crypto/sha256-js": "5.2.0", + "@aws-sdk/types": "3.398.0", + "@smithy/util-hex-encoding": "2.0.0", + "@types/uuid": "^9.0.0", + "js-cookie": "^3.0.5", + "rxjs": "^7.8.1", + "tslib": "^2.5.0", + "uuid": "^9.0.0" + } + }, + "node_modules/@aws-amplify/api-graphql/node_modules/@aws-amplify/core/node_modules/@aws-sdk/types": { + "version": "3.398.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.398.0.tgz", + "integrity": "sha512-r44fkS+vsEgKCuEuTV+TIk0t0m5ZlXHNjSDYEUvzLStbbfUFiNus/YG4UCa0wOk9R7VuQI67badsvvPeVPCGDQ==", + "dependencies": { + "@smithy/types": "^2.2.2", + "tslib": "^2.5.0" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@aws-amplify/api-graphql/node_modules/@smithy/types": { + "version": "2.12.0", + "resolved": "https://registry.npmjs.org/@smithy/types/-/types-2.12.0.tgz", + "integrity": "sha512-QwYgloJ0sVNBeBuBs65cIkTbfzV/Q6ZNPCJ99EICFEdJYG50nGIY/uYXp+TbsdJReIuPr0a0kXmCvren3MbRRw==", + "dependencies": { + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=14.0.0" + } + }, "node_modules/@aws-amplify/api-graphql/node_modules/uuid": { "version": "9.0.1", "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", @@ -121,6 +170,33 @@ "@aws-amplify/core": "^6.1.0" } }, + "node_modules/@aws-amplify/api/node_modules/@aws-amplify/api-graphql": { + "version": "4.6.7", + "resolved": "https://registry.npmjs.org/@aws-amplify/api-graphql/-/api-graphql-4.6.7.tgz", + "integrity": "sha512-PG6JwnPXxlMPXjMM924of5IO9xEmnJsSoDLdDZWz0p4Je6SjycRqWMezvc32jo4bY/niZUOH1hMa/Ux+w+YkWA==", + "dependencies": { + "@aws-amplify/api-rest": "4.0.64", + "@aws-amplify/core": "6.8.0", + "@aws-amplify/data-schema": "^1.7.0", + "@aws-sdk/types": "3.387.0", + "graphql": "15.8.0", + "rxjs": "^7.8.1", + "tslib": "^2.5.0", + "uuid": "^9.0.0" + } + }, + "node_modules/@aws-amplify/api/node_modules/uuid": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/@aws-amplify/auth": { "version": "6.9.0", "resolved": "https://registry.npmjs.org/@aws-amplify/auth/-/auth-6.9.0.tgz", @@ -10311,15 +10387,37 @@ "@aws-amplify/api-graphql": "4.6.7", "@aws-amplify/api-rest": "4.0.64", "tslib": "^2.5.0" + }, + "dependencies": { + "@aws-amplify/api-graphql": { + "version": "4.6.7", + "resolved": "https://registry.npmjs.org/@aws-amplify/api-graphql/-/api-graphql-4.6.7.tgz", + "integrity": "sha512-PG6JwnPXxlMPXjMM924of5IO9xEmnJsSoDLdDZWz0p4Je6SjycRqWMezvc32jo4bY/niZUOH1hMa/Ux+w+YkWA==", + "requires": { + "@aws-amplify/api-rest": "4.0.64", + "@aws-amplify/core": "6.8.0", + "@aws-amplify/data-schema": "^1.7.0", + "@aws-sdk/types": "3.387.0", + "graphql": "15.8.0", + "rxjs": "^7.8.1", + "tslib": "^2.5.0", + "uuid": "^9.0.0" + } + }, + "uuid": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==" + } } }, "@aws-amplify/api-graphql": { - "version": "4.6.7", - "resolved": "https://registry.npmjs.org/@aws-amplify/api-graphql/-/api-graphql-4.6.7.tgz", - "integrity": "sha512-PG6JwnPXxlMPXjMM924of5IO9xEmnJsSoDLdDZWz0p4Je6SjycRqWMezvc32jo4bY/niZUOH1hMa/Ux+w+YkWA==", + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/@aws-amplify/api-graphql/-/api-graphql-4.7.0.tgz", + "integrity": "sha512-C9BaNRpP4v9Z9QiraEq2dBrZCotl6jadgRZvYMWKCJ1sFC4KHyGLxljm3UeK8woCglgomYdXdh4Jdgc79SXSMw==", "requires": { - "@aws-amplify/api-rest": "4.0.64", - "@aws-amplify/core": "6.8.0", + "@aws-amplify/api-rest": "4.0.65", + "@aws-amplify/core": "6.9.0", "@aws-amplify/data-schema": "^1.7.0", "@aws-sdk/types": "3.387.0", "graphql": "15.8.0", @@ -10328,6 +10426,48 @@ "uuid": "^9.0.0" }, "dependencies": { + "@aws-amplify/api-rest": { + "version": "4.0.65", + "resolved": "https://registry.npmjs.org/@aws-amplify/api-rest/-/api-rest-4.0.65.tgz", + "integrity": "sha512-5UDcbyCSw8Q+QeALYt2/JmEH7sZFG6b02G+2KyOeaTJGjk2eLyHbfYSlSBcbYDQTyEduTtvxhq+Q1BExCQIptQ==", + "requires": { + "tslib": "^2.5.0" + } + }, + "@aws-amplify/core": { + "version": "6.9.0", + "resolved": "https://registry.npmjs.org/@aws-amplify/core/-/core-6.9.0.tgz", + "integrity": "sha512-eG5kmGdqaZFSbqlE8L3/VFtpwLMUpJgdZI+ibPMQWOi9f2VO9Nm6PzKOZa4l1T0Ifhg5s31da+FffCdx8S+fOA==", + "requires": { + "@aws-crypto/sha256-js": "5.2.0", + "@aws-sdk/types": "3.398.0", + "@smithy/util-hex-encoding": "2.0.0", + "@types/uuid": "^9.0.0", + "js-cookie": "^3.0.5", + "rxjs": "^7.8.1", + "tslib": "^2.5.0", + "uuid": "^9.0.0" + }, + "dependencies": { + "@aws-sdk/types": { + "version": "3.398.0", + "resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.398.0.tgz", + "integrity": "sha512-r44fkS+vsEgKCuEuTV+TIk0t0m5ZlXHNjSDYEUvzLStbbfUFiNus/YG4UCa0wOk9R7VuQI67badsvvPeVPCGDQ==", + "requires": { + "@smithy/types": "^2.2.2", + "tslib": "^2.5.0" + } + } + } + }, + "@smithy/types": { + "version": "2.12.0", + "resolved": "https://registry.npmjs.org/@smithy/types/-/types-2.12.0.tgz", + "integrity": "sha512-QwYgloJ0sVNBeBuBs65cIkTbfzV/Q6ZNPCJ99EICFEdJYG50nGIY/uYXp+TbsdJReIuPr0a0kXmCvren3MbRRw==", + "requires": { + "tslib": "^2.6.2" + } + }, "uuid": { "version": "9.0.1", "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz",