Update package-lock.json

This commit is contained in:
TypeScript Bot 2021-07-30 06:06:14 +00:00
parent db0f7938dd
commit 42915c3529

36
package-lock.json generated
View File

@ -325,9 +325,9 @@
}
},
"@octokit/openapi-types": {
"version": "9.1.1",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-9.1.1.tgz",
"integrity": "sha512-xmyPP9tVb4T4A6Lk6SL6ScnIqAHpPV4jfMZI8VtY286212ri9J/6IFGuLsZ26daADUmriuLejake4k+azEfnaw==",
"version": "9.2.0",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-9.2.0.tgz",
"integrity": "sha512-c4A1Xm0At+ypvBfEETREu519wLncJYQXvY+dBGg/V5YA51eg5EwdDsPPfcOMG0cuXscqRvsIgIySTmTJUdcTNA==",
"dev": true
},
"@octokit/plugin-paginate-rest": {
@ -346,12 +346,12 @@
"dev": true
},
"@octokit/plugin-rest-endpoint-methods": {
"version": "5.5.1",
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.5.1.tgz",
"integrity": "sha512-Al57+OZmO65JpiPk4JS6u6kQ2y9qjoZtY1IWiSshc4N+F7EcrK8Rgy/cUJBB4WIcSFUQyF66EJQK1oKgXWeRNw==",
"version": "5.5.2",
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.5.2.tgz",
"integrity": "sha512-1ArooY7AYQdUd2zyqWLFHQ6gver9PvZSiuM+EPAsDplv1Y6u8zHl6yZ7yGIgaf7xvWupwUkJS2WttGYyb1P0DQ==",
"dev": true,
"requires": {
"@octokit/types": "^6.21.1",
"@octokit/types": "^6.22.0",
"deprecation": "^2.3.1"
}
},
@ -389,24 +389,24 @@
}
},
"@octokit/rest": {
"version": "18.7.1",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.7.1.tgz",
"integrity": "sha512-790Yv8Xpbqs3BtnMAO5hlOftVICHPdgZ/3qlTmeOoqrQGzT25BIpHkg/KKMeKG9Fg8d598PLxGhf80RswElv9g==",
"version": "18.7.2",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.7.2.tgz",
"integrity": "sha512-TAedgLqNRS+rdGqS9v00sqBeS6IgyLSoqqCDu6pmoadAB7xSjFHShxzaXUAbxxJjyHtb7mencRGzgH4W/V6Myg==",
"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.5.1"
"@octokit/plugin-rest-endpoint-methods": "5.5.2"
}
},
"@octokit/types": {
"version": "6.21.1",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.21.1.tgz",
"integrity": "sha512-PP+m3T5EWZKawru4zi/FvX8KL2vkO5f1fLthx78/7743p7RtJUevt3z7698k+7oAYRA7YuVqfXthSEHqkDvZ8g==",
"version": "6.22.0",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.22.0.tgz",
"integrity": "sha512-Y8GR0BJHQDpO09qw/ZQpN+DXrFzCWaE0pvK4frDm3zJ+h99AktsFfBoDazbCtHxiL8d0jD8xRH4BeynlKLeChg==",
"dev": true,
"requires": {
"@octokit/openapi-types": "^9.1.1"
"@octokit/openapi-types": "^9.2.0"
}
},
"@types/browserify": {
@ -583,9 +583,9 @@
"dev": true
},
"@types/node": {
"version": "16.4.6",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.4.6.tgz",
"integrity": "sha512-FKyawK3o5KL16AwbeFajen8G4K3mmqUrQsehn5wNKs8IzlKHE8TfnSmILXVMVziAEcnB23u1RCFU1NT6hSyr7Q==",
"version": "16.4.7",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.4.7.tgz",
"integrity": "sha512-aDDY54sst8sx47CWT6QQqIZp45yURq4dic0+HCYfYNcY5Ejlb/CLmFnRLfy3wQuYafOeh3lB/DAKaqRKBtcZmA==",
"dev": true
},
"@types/node-fetch": {