diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 25ba398ac..474e89af5 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -16,7 +16,7 @@ "@urql/exchange-request-policy": "^1.0.2", "@vector-im/compound-web": "https://github.com/vector-im/compound-web.git#9a850a6fa2dcd3d0444ba24e1a89a2a9dcb19ef0", "date-fns": "^2.30.0", - "graphql": "^16.6.0", + "graphql": "^16.7.1", "jotai": "^2.2.1", "jotai-devtools": "^0.5.3", "jotai-location": "^0.5.1", @@ -13566,9 +13566,9 @@ "dev": true }, "node_modules/graphql": { - "version": "16.6.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.6.0.tgz", - "integrity": "sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==", + "version": "16.7.1", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.7.1.tgz", + "integrity": "sha512-DRYR9tf+UGU0KOsMcKAlXeFfX89UiiIZ0dRU3mR0yJfu6OjZqUcp68NnFLnqQU5RexygFoDy1EW+ccOYcPfmHg==", "engines": { "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" } diff --git a/frontend/package.json b/frontend/package.json index 5f0ab4823..88b45e69d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -24,7 +24,7 @@ "@urql/exchange-request-policy": "^1.0.2", "@vector-im/compound-web": "https://github.com/vector-im/compound-web.git#9a850a6fa2dcd3d0444ba24e1a89a2a9dcb19ef0", "date-fns": "^2.30.0", - "graphql": "^16.6.0", + "graphql": "^16.7.1", "jotai": "^2.2.1", "jotai-devtools": "^0.5.3", "jotai-location": "^0.5.1",