Update package-lock.json

This commit is contained in:
TypeScript Bot 2021-01-19 06:51:13 +00:00
parent 621e0afe00
commit b34e680cd0

14
package-lock.json generated
View File

@ -324,9 +324,9 @@
}
},
"@octokit/openapi-types": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-2.3.0.tgz",
"integrity": "sha512-Own8lHWVi5eEfLOnsIzAx16BoRbpkzac3QDUCxIqYMf4bjz+AGpv17UfRn1Va4lVmjwOpvZglpFI3mmxuQ+sIQ==",
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-2.3.1.tgz",
"integrity": "sha512-KTzpRDT07euvbBYbPs121YDqq5DT94nBDFIyogsDhOnWL8yDCHev6myeiPTgS+VLmyUbdNCYu6L/gVj+Bd1q8Q==",
"dev": true
},
"@octokit/plugin-paginate-rest": {
@ -402,12 +402,12 @@
}
},
"@octokit/types": {
"version": "6.3.1",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.3.1.tgz",
"integrity": "sha512-SyOaprLWVPS6QhbZY8hF9Oydx/UUnslKq1NyNUr4CN42UEPC3+9AvrYrDm4UvaU1D5u/vVMuSZOicFqOielRXQ==",
"version": "6.3.2",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.3.2.tgz",
"integrity": "sha512-H6cbnDumWOQJneyNKCBWgnktRqTWcEm6gq2cIS3frtVgpCqB8zguromnjIWJW375btjnxwmbYBTEAEouruZ2Yw==",
"dev": true,
"requires": {
"@octokit/openapi-types": "^2.3.0",
"@octokit/openapi-types": "^2.3.1",
"@types/node": ">= 8"
}
},