Update package-lock.json

This commit is contained in:
TypeScript Bot 2021-06-27 06:06:02 +00:00
parent 5dbb7d313c
commit a7a0d258cf

22
package-lock.json generated
View File

@ -346,12 +346,12 @@
"dev": true
},
"@octokit/plugin-rest-endpoint-methods": {
"version": "5.3.3",
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.3.3.tgz",
"integrity": "sha512-xHlZK9gxVFP2YQYXOmR1ItCwl9k+0Z3cA40oGMQfpPbWIYY32FTM15Qj+V0V6oLJZr0E26Sz3VX6qYlM/ytfig==",
"version": "5.3.4",
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.3.4.tgz",
"integrity": "sha512-2Y2q/FYCsW5tcwIqgnLOgzZXEb3I1VoSQGyHs/Zki/Ufs5H+uT0maPVHatLKw90LQbqK7ON8NpL3Y8IyzG6pNA==",
"dev": true,
"requires": {
"@octokit/types": "^6.16.6",
"@octokit/types": "^6.16.7",
"deprecation": "^2.3.1"
}
},
@ -389,15 +389,15 @@
}
},
"@octokit/rest": {
"version": "18.6.2",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.6.2.tgz",
"integrity": "sha512-q6nrxhM+oXzPmbZlykNaBP1vG0+mU6URLBy9cl4XXrWcD0k0ShYiaXDaPewbllTxoMevqv+OABb+Q7ycUWkE2A==",
"version": "18.6.3",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.6.3.tgz",
"integrity": "sha512-BeV2P48RR3MVPhSBq6KXXHMVHEJg5vnFBkFN1GKPXBohXTp+eb0gJq+5iYgkjbOMG6biNvkKllPDWJchpQHHiA==",
"dev": true,
"requires": {
"@octokit/core": "^3.5.0",
"@octokit/plugin-paginate-rest": "^2.6.2",
"@octokit/plugin-request-log": "^1.0.2",
"@octokit/plugin-rest-endpoint-methods": "5.3.3"
"@octokit/plugin-rest-endpoint-methods": "5.3.4"
}
},
"@octokit/types": {
@ -583,9 +583,9 @@
"dev": true
},
"@types/node": {
"version": "15.12.4",
"resolved": "https://registry.npmjs.org/@types/node/-/node-15.12.4.tgz",
"integrity": "sha512-zrNj1+yqYF4WskCMOHwN+w9iuD12+dGm0rQ35HLl9/Ouuq52cEtd0CH9qMgrdNmi5ejC1/V7vKEXYubB+65DkA==",
"version": "15.12.5",
"resolved": "https://registry.npmjs.org/@types/node/-/node-15.12.5.tgz",
"integrity": "sha512-se3yX7UHv5Bscf8f1ERKvQOD6sTyycH3hdaoozvaLxgUiY5lIGEeH37AD0G0Qi9kPqihPn0HOfd2yaIEN9VwEg==",
"dev": true
},
"@types/node-fetch": {