Update package-lock.json

This commit is contained in:
TypeScript Bot 2021-09-14 06:10:48 +00:00
parent 2eecb3d954
commit 8523ac8bc9

30
package-lock.json generated
View file

@ -325,18 +325,18 @@
}
},
"@octokit/openapi-types": {
"version": "10.1.4",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-10.1.4.tgz",
"integrity": "sha512-poafDt5Ac5GV86baVXDdj6xeIMrEVEuRweMwkZfoXwySYWA0eKgrOP/ZaDE7V/hlW32z6oO61Zy/5U2oSZlDWw==",
"version": "10.1.5",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-10.1.5.tgz",
"integrity": "sha512-OoShNYzhAU8p8JbGHe1rRs1GIErRtmN2230AQCJAjL5lc0AUU5OhppVe6693HIZ2eCBLUhoLPhnnnmQ5ASH7Wg==",
"dev": true
},
"@octokit/plugin-paginate-rest": {
"version": "2.16.1",
"resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.16.1.tgz",
"integrity": "sha512-53RGhlRNhQVepZq063YCoIssZkAYjIU1kWQi9m7Qjdq/1IiuZOB9iSHdjDQmKtHWDRSqNwbtsX+tlJNhP1DHEQ==",
"version": "2.16.2",
"resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.16.2.tgz",
"integrity": "sha512-WF5/MTPnFgYH6rMGuxBvbxX2S/3ygNWylakgD7njKES0Qwk5e+d/L6r/BYXSw7B6xJJ3hlwIAmUmOxxYrR+Q8A==",
"dev": true,
"requires": {
"@octokit/types": "^6.27.1"
"@octokit/types": "^6.27.2"
}
},
"@octokit/plugin-request-log": {
@ -346,12 +346,12 @@
"dev": true
},
"@octokit/plugin-rest-endpoint-methods": {
"version": "5.10.2",
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.10.2.tgz",
"integrity": "sha512-Q1QdPqA1HuKbXBuUnyNEImp948htcxgOVwUFTbUbRUsWSJPhabDe3Imd+C8vZg2czpBkl9uR8zx71WE1CP9TxA==",
"version": "5.10.3",
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.10.3.tgz",
"integrity": "sha512-eAT4gje+VR9xdSlhuHWNXsNLpiODqdqz8jqShMgaxRH82Le2nS6EV6LAo3QPZ05Fso5oGmDfJF6eq9vs1cEhdA==",
"dev": true,
"requires": {
"@octokit/types": "^6.27.1",
"@octokit/types": "^6.27.2",
"deprecation": "^2.3.1"
}
},
@ -393,12 +393,12 @@
}
},
"@octokit/types": {
"version": "6.27.1",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.27.1.tgz",
"integrity": "sha512-p8VR2OTO1ozxqdAvPeCDDMNmcBzkOL6sPogy2MaEQCapbeWcWNDbwZnqMT3VTZ0DLBBAO0PyHYzU8bA99zd1Fg==",
"version": "6.27.2",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.27.2.tgz",
"integrity": "sha512-AgajmAJh7LhStgaEaNoY1N7znst2q07CKZVdnVB/V4tmitMbk+qijmD0IkkSKulXE5RVLbJjQikJF9+XLqhsVA==",
"dev": true,
"requires": {
"@octokit/openapi-types": "^10.1.4"
"@octokit/openapi-types": "^10.1.5"
}
},
"@types/browserify": {