diff --git a/package-lock.json b/package-lock.json index e40b44f..00bd79e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0-development", "license": "MIT", "dependencies": { - "@octokit/types": "^6.35.0" + "@octokit/types": "^6.36.0" }, "devDependencies": { "@octokit/core": "^3.0.0", @@ -2520,9 +2520,9 @@ } }, "node_modules/@octokit/openapi-types": { - "version": "12.1.0", - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-12.1.0.tgz", - "integrity": "sha512-kQzJh3ZUv3lDpi6M+uekMRHULvf9DlWoI1XgKN6nPeGDzkSgtkhVq1MMz3bFKQ6H6GbdC3ZqG/a6VzKhIx0VeA==" + "version": "12.3.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-12.3.0.tgz", + "integrity": "sha512-b3RRUyTVVFc6S8Q+f054qf/VFdQnbZdoaFy9zB3J4IOJQ7pEAgF6asP1hvWd5wcK5k1laqjzmMT77N5DHRvJCg==" }, "node_modules/@octokit/plugin-paginate-rest": { "version": "2.17.0", @@ -2596,11 +2596,11 @@ } }, "node_modules/@octokit/types": { - "version": "6.35.0", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.35.0.tgz", - "integrity": "sha512-DhLfdUuv3H37u6jBDfkwamypx3HflHg29b26nbA6iVFYkAlZ5cMEtu/9pQoihGnQE5M7jJFnNo25Rr1UwQNF8Q==", + "version": "6.36.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.36.0.tgz", + "integrity": "sha512-MQTsQfD64FAMKqDYQ3KDmNMJiabMPus4/WF78AHUZ6O3pUX9iKkIKa4UsbMhIec9mZ/IU/t0OpsgNqEOFLgiLA==", "dependencies": { - "@octokit/openapi-types": "^12.1.0" + "@octokit/openapi-types": "^12.2.0" } }, "node_modules/@pika/babel-plugin-esm-import-rewrite": { @@ -19027,9 +19027,9 @@ } }, "@octokit/openapi-types": { - "version": "12.1.0", - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-12.1.0.tgz", - "integrity": "sha512-kQzJh3ZUv3lDpi6M+uekMRHULvf9DlWoI1XgKN6nPeGDzkSgtkhVq1MMz3bFKQ6H6GbdC3ZqG/a6VzKhIx0VeA==" + "version": "12.3.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-12.3.0.tgz", + "integrity": "sha512-b3RRUyTVVFc6S8Q+f054qf/VFdQnbZdoaFy9zB3J4IOJQ7pEAgF6asP1hvWd5wcK5k1laqjzmMT77N5DHRvJCg==" }, "@octokit/plugin-paginate-rest": { "version": "2.17.0", @@ -19095,11 +19095,11 @@ } }, "@octokit/types": { - "version": "6.35.0", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.35.0.tgz", - "integrity": "sha512-DhLfdUuv3H37u6jBDfkwamypx3HflHg29b26nbA6iVFYkAlZ5cMEtu/9pQoihGnQE5M7jJFnNo25Rr1UwQNF8Q==", + "version": "6.36.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.36.0.tgz", + "integrity": "sha512-MQTsQfD64FAMKqDYQ3KDmNMJiabMPus4/WF78AHUZ6O3pUX9iKkIKa4UsbMhIec9mZ/IU/t0OpsgNqEOFLgiLA==", "requires": { - "@octokit/openapi-types": "^12.1.0" + "@octokit/openapi-types": "^12.2.0" } }, "@pika/babel-plugin-esm-import-rewrite": { diff --git a/package.json b/package.json index c45aa02..6a9321b 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ ], "license": "MIT", "dependencies": { - "@octokit/types": "^6.35.0" + "@octokit/types": "^6.36.0" }, "peerDependencies": { "@octokit/core": ">=2" diff --git a/scripts/update-endpoints/generated/endpoints.json b/scripts/update-endpoints/generated/endpoints.json index 4ed190c..b19d4d2 100644 --- a/scripts/update-endpoints/generated/endpoints.json +++ b/scripts/update-endpoints/generated/endpoints.json @@ -4134,6 +4134,19 @@ "renamed": null, "responses": [{ "code": 204, "schema": null }] }, + { + "url": "/repos/{owner}/{repo}/dependency-graph/snapshots", + "id": "create-repository-snapshot", + "scope": "dependency-graph", + "documentationUrl": "https://docs.github.com/rest/reference/dependency-graph#create-a-snapshot-of-dependencies-for-a-repository", + "renamed": null, + "responses": [ + { + "code": 201, + "schema": "{\"type\":\"object\",\"required\":[\"id\",\"created_at\",\"result\",\"message\"],\"properties\":{\"id\":{\"type\":\"integer\",\"description\":\"ID of the created snapshot.\"},\"created_at\":{\"type\":\"string\",\"description\":\"The time at which the snapshot was created.\"},\"result\":{\"type\":\"string\",\"description\":\"Either \\\"SUCCESS\\\", \\\"ACCEPTED\\\", or \\\"INVALID\\\". \\\"SUCCESS\\\" indicates that the snapshot was successfully created and the repository's dependencies were updated. \\\"ACCEPTED\\\" indicates that the snapshot was successfully created, but the repository's dependencies were not updated. \\\"INVALID\\\" indicates that the snapshot was malformed.\"},\"message\":{\"type\":\"string\",\"description\":\"A message providing further details about the result, such as why the dependencies were not updated.\"}}}" + } + ] + }, { "url": "/repos/{owner}/{repo}/dependency-graph/compare/{basehead}", "id": "diff-range",