Update package-lock.json

This commit is contained in:
TypeScript Bot 2021-07-24 06:05:56 +00:00
parent 48aecfa5a5
commit 90e15549fe

30
package-lock.json generated
View File

@ -325,9 +325,9 @@
}
},
"@octokit/openapi-types": {
"version": "9.1.0",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-9.1.0.tgz",
"integrity": "sha512-XBP03pG4XuTU+VgeJM1ozRdmZJerMG4tk6wA+raFKycC4qV9jtD2UQroAg9bAcmI3Q0zWvifeDGtPqsFjMzkLg==",
"version": "9.1.1",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-9.1.1.tgz",
"integrity": "sha512-xmyPP9tVb4T4A6Lk6SL6ScnIqAHpPV4jfMZI8VtY286212ri9J/6IFGuLsZ26daADUmriuLejake4k+azEfnaw==",
"dev": true
},
"@octokit/plugin-paginate-rest": {
@ -346,12 +346,12 @@
"dev": true
},
"@octokit/plugin-rest-endpoint-methods": {
"version": "5.5.0",
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.5.0.tgz",
"integrity": "sha512-v4dNoHF8cXNx7C67yQx7oarHs5Wg2IiafWvp/ULkNcCOuXgQdBOkJtwidpYqPiRPUw4uHDkI6Tgfje+nXB+Deg==",
"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==",
"dev": true,
"requires": {
"@octokit/types": "^6.21.0",
"@octokit/types": "^6.21.1",
"deprecation": "^2.3.1"
}
},
@ -389,24 +389,24 @@
}
},
"@octokit/rest": {
"version": "18.7.0",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.7.0.tgz",
"integrity": "sha512-8K8BJFyPFRSfnwu+aSbdjU5w3EtxC33PkDlEi5tyVTYC+t4n7gaqygRg5ajJLCpb/ZzVaXXFJXC9OxQ9TvFRAw==",
"version": "18.7.1",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.7.1.tgz",
"integrity": "sha512-790Yv8Xpbqs3BtnMAO5hlOftVICHPdgZ/3qlTmeOoqrQGzT25BIpHkg/KKMeKG9Fg8d598PLxGhf80RswElv9g==",
"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.0"
"@octokit/plugin-rest-endpoint-methods": "5.5.1"
}
},
"@octokit/types": {
"version": "6.21.0",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.21.0.tgz",
"integrity": "sha512-VPSxn9uhCoOUMpxCsOAQhf8DgIx+uzFjZRYDiZS5+TvrKaEwBrWkjr/5NmUVvPbW6xdPC2n3yL3XCnoxa4rxvg==",
"version": "6.21.1",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.21.1.tgz",
"integrity": "sha512-PP+m3T5EWZKawru4zi/FvX8KL2vkO5f1fLthx78/7743p7RtJUevt3z7698k+7oAYRA7YuVqfXthSEHqkDvZ8g==",
"dev": true,
"requires": {
"@octokit/openapi-types": "^9.1.0"
"@octokit/openapi-types": "^9.1.1"
}
},
"@types/browserify": {