diff --git a/package-lock.json b/package-lock.json index f4a4b1baee00..673cfd261b23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -142,7 +142,7 @@ "event-to-promise": "^0.8.0", "git-diff": "^2.0.6", "glob": "^7.2.0", - "graphql": "^16.0.1", + "graphql": "^16.5.0", "heroku-client": "^3.1.0", "http-status-code": "^2.1.0", "husky": "^7.0.4", @@ -10438,12 +10438,12 @@ "integrity": "sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==" }, "node_modules/graphql": { - "version": "16.0.1", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.0.1.tgz", - "integrity": "sha512-oPvCuu6dlLdiz8gZupJ47o1clgb72r1u8NDBcQYjcV6G/iEdmE11B1bBlkhXRvV0LisP/SXRFP7tT6AgaTjpzg==", + "version": "16.5.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.5.0.tgz", + "integrity": "sha512-qbHgh8Ix+j/qY+a/ZcJnFQ+j8ezakqPiHwPiZhV/3PgGlgf96QMBB5/f2rkiC9sgLoy/xvT6TSiaf2nTHJh5iA==", "dev": true, "engines": { - "node": "^12.22.0 || ^14.16.0 || >=16.0.0" + "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" } }, "node_modules/gray-matter": { @@ -31312,9 +31312,9 @@ "integrity": "sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==" }, "graphql": { - "version": "16.0.1", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.0.1.tgz", - "integrity": "sha512-oPvCuu6dlLdiz8gZupJ47o1clgb72r1u8NDBcQYjcV6G/iEdmE11B1bBlkhXRvV0LisP/SXRFP7tT6AgaTjpzg==", + "version": "16.5.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.5.0.tgz", + "integrity": "sha512-qbHgh8Ix+j/qY+a/ZcJnFQ+j8ezakqPiHwPiZhV/3PgGlgf96QMBB5/f2rkiC9sgLoy/xvT6TSiaf2nTHJh5iA==", "dev": true }, "gray-matter": { diff --git a/package.json b/package.json index e50d9d2c8793..f8d63477eec8 100644 --- a/package.json +++ b/package.json @@ -144,7 +144,7 @@ "event-to-promise": "^0.8.0", "git-diff": "^2.0.6", "glob": "^7.2.0", - "graphql": "^16.0.1", + "graphql": "^16.5.0", "heroku-client": "^3.1.0", "http-status-code": "^2.1.0", "husky": "^7.0.4",