From fb9452e265a51fe68091242c836001315adac05d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 16 Nov 2024 01:43:40 +0000 Subject: [PATCH] fix: upgrade @octokit/graphql from 6.0.0 to 6.0.1 Snyk has created this PR to upgrade @octokit/graphql from 6.0.0 to 6.0.1. See this package in npm: @octokit/graphql See this project in Snyk: https://app.snyk.io/org/ospo/project/c4284fd9-2ac6-4295-b5d4-479e62720faf?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 41 +++++++++++++++++++++++++---------------- package.json | 2 +- 2 files changed, 26 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9f20565..7261df0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "license": "CC0-1.0", "dependencies": { - "@octokit/graphql": "^6.0.0" + "@octokit/graphql": "^6.0.1" }, "devDependencies": { "@11ty/eleventy": "^2.0.1", @@ -874,6 +874,7 @@ "version": "8.0.1", "resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-8.0.1.tgz", "integrity": "sha512-tVviBdPuf3kcCiIvXYDJg7NAJrkTh8QEnc+UCybknKdEBCjIi7uQbFX3liQrpk1m5PjwC7fUJg08DYZ4F+l1RQ==", + "license": "MIT", "dependencies": { "@octokit/types": "^10.0.0", "is-plain-object": "^5.0.0", @@ -884,11 +885,12 @@ } }, "node_modules/@octokit/graphql": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-6.0.0.tgz", - "integrity": "sha512-dngrZFEXPqJpFAU30knQ+g22phTxKKJJZ+czRbK8W9J/U/JmOBEuwL9/PDnCnGl7Zc7OpHP4ZtAZ6Y4tlbozqg==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-6.0.1.tgz", + "integrity": "sha512-d1VbBRGY4cQi7qV2SgoFvshKtqbTsQ135BmDDzoSaRrOPiTqKbfjBcPLeDAmKN/VlGtcRdJqvJ+Vshw16Hx84A==", + "license": "MIT", "dependencies": { - "@octokit/request": "^7.0.0", + "@octokit/request": "^7.0.1", "@octokit/types": "^10.0.0", "universal-user-agent": "^6.0.0" }, @@ -897,16 +899,18 @@ } }, "node_modules/@octokit/openapi-types": { - "version": "18.0.0", - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-18.0.0.tgz", - "integrity": "sha512-V8GImKs3TeQRxRtXFpG2wl19V7444NIOTDF24AWuIbmNaNYOQMWRbjcGDXV5B+0n887fgDcuMNOmlul+k+oJtw==" + "version": "18.1.1", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-18.1.1.tgz", + "integrity": "sha512-VRaeH8nCDtF5aXWnjPuEMIYf1itK/s3JYyJcWFJT8X9pSNnBtriDf7wlEWsGuhPLl4QIH4xM8fqTXDwJ3Mu6sw==", + "license": "MIT" }, "node_modules/@octokit/request": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/@octokit/request/-/request-7.0.0.tgz", - "integrity": "sha512-iUnS9KDsFWfHLwomq/QZmEja8nQZ9FnkMp58+6qz1AKFIBi+sF6w1HGpimRxmmpstFHHGB3eE0qYjuV1Z/Gc3Q==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/@octokit/request/-/request-7.0.1.tgz", + "integrity": "sha512-R227pDk1fuQXuX17LU8ChzFyTOe/myHvvceBF3C/fFath+NlsVkHICOlvEbx+9EgYUl4uDH7VqTby00menlM8Q==", + "license": "MIT", "dependencies": { - "@octokit/endpoint": "^8.0.0", + "@octokit/endpoint": "^8.0.1", "@octokit/request-error": "^4.0.1", "@octokit/types": "^10.0.0", "is-plain-object": "^5.0.0", @@ -920,6 +924,7 @@ "version": "4.0.2", "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-4.0.2.tgz", "integrity": "sha512-uqwUEmZw3x4I9DGYq9fODVAAvcLsPQv97NRycP6syEFu5916M189VnNBW2zANNwqg3OiligNcAey7P0SET843w==", + "license": "MIT", "dependencies": { "@octokit/types": "^10.0.0", "deprecation": "^2.0.0", @@ -933,6 +938,7 @@ "version": "10.0.0", "resolved": "https://registry.npmjs.org/@octokit/types/-/types-10.0.0.tgz", "integrity": "sha512-Vm8IddVmhCgU1fxC1eyinpwqzXPEYu0NrYzD3YZjlGjyftdLBTeqNblRC0jmJmgxbJIsQlyogVeGnrNaaMVzIg==", + "license": "MIT", "dependencies": { "@octokit/openapi-types": "^18.0.0" } @@ -1940,7 +1946,8 @@ "node_modules/deprecation": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/deprecation/-/deprecation-2.3.1.tgz", - "integrity": "sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==" + "integrity": "sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==", + "license": "ISC" }, "node_modules/detect-libc": { "version": "2.0.1", @@ -3683,6 +3690,7 @@ "version": "5.0.0", "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz", "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==", + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -6466,9 +6474,10 @@ } }, "node_modules/universal-user-agent": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-6.0.0.tgz", - "integrity": "sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w==" + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-6.0.1.tgz", + "integrity": "sha512-yCzhz6FN2wU1NiiQRogkTQszlQSlpWaw8SvVegAc+bDxbzHgh1vX8uIe8OYyMH6DwH+sdTJsgMl36+mSMdRJIQ==", + "license": "ISC" }, "node_modules/unpipe": { "version": "1.0.0", diff --git a/package.json b/package.json index e2eea5c..d391ab9 100644 --- a/package.json +++ b/package.json @@ -58,6 +58,6 @@ "trailingComma": "es5" }, "dependencies": { - "@octokit/graphql": "^6.0.0" + "@octokit/graphql": "^6.0.1" } }