diff --git a/debian/patches/0740-use-packaged-modules.patch b/debian/patches/0740-use-packaged-modules.patch index a13819c06f..87f2c019f2 100644 --- a/debian/patches/0740-use-packaged-modules.patch +++ b/debian/patches/0740-use-packaged-modules.patch @@ -87,8 +87,8 @@ Use debian packaged node modules when available - "@babel/plugin-syntax-import-meta": "^7.10.1", - "@babel/preset-env": "^7.10.1", "@gitlab/at.js": "1.5.5", - "@gitlab/svgs": "1.139.0", - "@gitlab/ui": "16.12.1", + "@gitlab/svgs": "1.140.0", + "@gitlab/ui": "17.0.1", @@ -53,54 +47,31 @@ "apollo-link": "^1.2.11", "apollo-link-batch-http": "^1.2.11", diff --git a/debian/patches/0741-add-graphql-tag.patch b/debian/patches/0741-add-graphql-tag.patch index 392bd3faa3..f69eb335ec 100644 --- a/debian/patches/0741-add-graphql-tag.patch +++ b/debian/patches/0741-add-graphql-tag.patch @@ -2,9 +2,9 @@ yarn fails to install graphql-tag --- a/package.json +++ b/package.json -@@ -70,6 +70,7 @@ +@@ -67,6 +67,7 @@ + "formdata-polyfill": "^3.0.19", "fuzzaldrin-plus": "^0.6.0", - "glob": "^7.1.6", "graphql": "^14.0.2", + "graphql-tag": "^2.10.0", "immer": "^5.2.1",