Update package-lock.json

This commit is contained in:
TypeScript Bot 2020-09-15 06:20:25 +00:00
parent b908d6698e
commit a8456085e3

16
package-lock.json generated
View File

@ -305,12 +305,12 @@
"dev": true
},
"@octokit/plugin-rest-endpoint-methods": {
"version": "4.1.4",
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.1.4.tgz",
"integrity": "sha512-Y2tVpSa7HjV3DGIQrQOJcReJ2JtcN9FaGr9jDa332Flro923/h3/Iu9e7Y4GilnzfLclHEh5iCQoCkHm7tWOcg==",
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.2.0.tgz",
"integrity": "sha512-1/qn1q1C1hGz6W/iEDm9DoyNoG/xdFDt78E3eZ5hHeUfJTLJgyAMdj9chL/cNBHjcjd+FH5aO1x0VCqR2RE0mw==",
"dev": true,
"requires": {
"@octokit/types": "^5.4.1",
"@octokit/types": "^5.5.0",
"deprecation": "^2.3.1"
}
},
@ -350,15 +350,15 @@
}
},
"@octokit/rest": {
"version": "18.0.5",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.0.5.tgz",
"integrity": "sha512-SPKI24tQXrr1XsnaIjv2x0rl4M5eF1+hj8+vMe3d/exZ7NnL5sTe1BuFyCyJyrc+j1HkXankvgGN9zT0rwBwtg==",
"version": "18.0.6",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.0.6.tgz",
"integrity": "sha512-ES4lZBKPJMX/yUoQjAZiyFjei9pJ4lTTfb9k7OtYoUzKPDLl/M8jiHqt6qeSauyU4eZGLw0sgP1WiQl9FYeM5w==",
"dev": true,
"requires": {
"@octokit/core": "^3.0.0",
"@octokit/plugin-paginate-rest": "^2.2.0",
"@octokit/plugin-request-log": "^1.0.0",
"@octokit/plugin-rest-endpoint-methods": "4.1.4"
"@octokit/plugin-rest-endpoint-methods": "4.2.0"
}
},
"@octokit/types": {