diff --git a/ux/package-lock.json b/ux/package-lock.json index 23a312284f..99efb16a78 100644 --- a/ux/package-lock.json +++ b/ux/package-lock.json @@ -46,7 +46,7 @@ "filesize": "10.0.12", "filesize-parser": "1.5.0", "fuse.js": "6.6.2", - "graphql": "16.8.0", + "graphql": "16.6.0", "graphql-tag": "2.12.6", "highlight.js": "11.8.0", "js-cookie": "3.0.5", @@ -4172,9 +4172,9 @@ "dev": true }, "node_modules/graphql": { - "version": "16.8.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.8.0.tgz", - "integrity": "sha512-0oKGaR+y3qcS5mCu1vb7KG+a89vjn06C7Ihq/dDl3jA+A8B3TKomvi3CiEcVLJQGalbu8F52LxkOym7U5sSfbg==", + "version": "16.6.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.6.0.tgz", + "integrity": "sha512-KPIBPDlW7NxrbT/eh4qPXz5FiFdL5UbaA0XUNz2Rp3Z3hqBSkbj0GVjwFDztsWVauZUWsbKHgMg++sk8UX0bkw==", "engines": { "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" } diff --git a/ux/package.json b/ux/package.json index 194e4c7fae..9a8c0e75ff 100644 --- a/ux/package.json +++ b/ux/package.json @@ -51,7 +51,7 @@ "filesize": "10.0.12", "filesize-parser": "1.5.0", "fuse.js": "6.6.2", - "graphql": "16.8.0", + "graphql": "16.6.0", "graphql-tag": "2.12.6", "highlight.js": "11.8.0", "js-cookie": "3.0.5",