diff --git a/package-lock.json b/package-lock.json index 1cbe6c3..c46e53d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "license": "MIT", "dependencies": { "@actions/core": "^1.6.0", - "graphql": "^15.6.0", + "graphql": "^15.8.0", "graphql-request": "^3.5.0" }, "devDependencies": { @@ -5402,9 +5402,9 @@ "dev": true }, "node_modules/graphql": { - "version": "15.6.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.6.0.tgz", - "integrity": "sha512-WJR872Zlc9hckiEPhXgyUftXH48jp2EjO5tgBBOyNMRJZ9fviL2mJBD6CAysk6N5S0r9BTs09Qk39nnJBkvOXQ==", + "version": "15.8.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.8.0.tgz", + "integrity": "sha512-5gghUc24tP9HRznNpV2+FIoq3xKkj5dTQqf4v0CpdPbFVwFkWoxOM+o+2OC9ZSvjEMTjfmG9QT+gcvggTwW1zw==", "engines": { "node": ">= 10.x" } @@ -14522,9 +14522,9 @@ "dev": true }, "graphql": { - "version": "15.6.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.6.0.tgz", - "integrity": "sha512-WJR872Zlc9hckiEPhXgyUftXH48jp2EjO5tgBBOyNMRJZ9fviL2mJBD6CAysk6N5S0r9BTs09Qk39nnJBkvOXQ==" + "version": "15.8.0", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.8.0.tgz", + "integrity": "sha512-5gghUc24tP9HRznNpV2+FIoq3xKkj5dTQqf4v0CpdPbFVwFkWoxOM+o+2OC9ZSvjEMTjfmG9QT+gcvggTwW1zw==" }, "graphql-config": { "version": "4.0.1", diff --git a/package.json b/package.json index a380e6a..7a64213 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "license": "MIT", "dependencies": { "@actions/core": "^1.6.0", - "graphql": "^15.6.0", + "graphql": "^15.8.0", "graphql-request": "^3.5.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 27eab77..7c400af 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2811,9 +2811,9 @@ graphql-ws@^5.0.0: version "5.3.0" resolved "https://registry.npmjs.org/graphql-ws/-/graphql-ws-5.3.0.tgz" -graphql@^15.6.0: - version "15.6.0" - resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.6.0.tgz#e69323c6a9780a1a4b9ddf7e35ca8904bb04df02" +graphql@^15.8.0: + version "15.8.0" + resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.8.0.tgz#33410e96b012fa3bdb1091cc99a94769db212b38" has-ansi@^2.0.0: version "2.0.0"