@octokit/openapi 16.2.0 → 16.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "16.2.0",
4
+ "version": "16.3.0",
5
5
  "title": "GitHub's official OpenAPI spec + Octokit extension",
6
6
  "description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
7
7
  "license": {
@@ -7066,6 +7066,7 @@
7066
7066
  "description": "The products and respective version ranges affected by the advisory.",
7067
7067
  "nullable": true,
7068
7068
  "items": {
7069
+ "description": "A vulnerability describing the product and its affected versions within a GitHub Security Advisory.",
7069
7070
  "type": "object",
7070
7071
  "properties": {
7071
7072
  "package": {
@@ -7110,7 +7111,7 @@
7110
7111
  },
7111
7112
  "first_patched_version": {
7112
7113
  "type": "string",
7113
- "description": "The package version that resolve the vulnerability.",
7114
+ "description": "The package version that resolves the vulnerability.",
7114
7115
  "nullable": true
7115
7116
  },
7116
7117
  "vulnerable_functions": {
@@ -7678,6 +7679,7 @@
7678
7679
  "description": "The products and respective version ranges affected by the advisory.",
7679
7680
  "nullable": true,
7680
7681
  "items": {
7682
+ "description": "A vulnerability describing the product and its affected versions within a GitHub Security Advisory.",
7681
7683
  "type": "object",
7682
7684
  "properties": {
7683
7685
  "package": {
@@ -7722,7 +7724,7 @@
7722
7724
  },
7723
7725
  "first_patched_version": {
7724
7726
  "type": "string",
7725
- "description": "The package version that resolve the vulnerability.",
7727
+ "description": "The package version that resolves the vulnerability.",
7726
7728
  "nullable": true
7727
7729
  },
7728
7730
  "vulnerable_functions": {