Update package-lock.json

This commit is contained in:
TypeScript Bot 2021-07-01 06:06:07 +00:00
parent e402c1d464
commit d308b99f38

30
package-lock.json generated
View File

@ -325,9 +325,9 @@
}
},
"@octokit/openapi-types": {
"version": "8.1.3",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-8.1.3.tgz",
"integrity": "sha512-iK7SfjjkGdIiopuKEMAzPxSagZtIzWjwfYFBFxLKIS4Q4S8rSLQk7EnlTok2/bNAz1BvxnGKPKe+auSiCIU5QQ==",
"version": "8.1.4",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-8.1.4.tgz",
"integrity": "sha512-NnGr4NNDqO5wjSDJo5nxrGtzZUwoT23YasqK2H4Pav/6vSgeVTxuqCL9Aeh+cWfTxDomj1M4Os5BrXFsvl7qiQ==",
"dev": true
},
"@octokit/plugin-paginate-rest": {
@ -346,12 +346,12 @@
"dev": true
},
"@octokit/plugin-rest-endpoint-methods": {
"version": "5.3.5",
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.3.5.tgz",
"integrity": "sha512-QL3vIDYbANwxfrWOFlgn0rkp1ojlZKccsTb0+9x9keG8XGIq4ZJhxgpyJASYIui1QqCV8JIfDiEqX2dzr7x8KA==",
"version": "5.3.7",
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.3.7.tgz",
"integrity": "sha512-LAgTLOsJ86ig2wYSpcSx+UWt7aQYYsEZ/Tf/pksAVQWKNcGuTVCDl9OUiPhQ7DZelNozYVWTO9Iyjd/soe4tug==",
"dev": true,
"requires": {
"@octokit/types": "^6.17.1",
"@octokit/types": "^6.17.4",
"deprecation": "^2.3.1"
}
},
@ -389,24 +389,24 @@
}
},
"@octokit/rest": {
"version": "18.6.4",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.6.4.tgz",
"integrity": "sha512-1q1H1rJIjOjGd9/qIWaQgLaxtWcQ5H0tdh1D7JHqdsxopGciIUfU15GOZQf5lhW1YeQnlILHFynhKaZpXDiwuA==",
"version": "18.6.6",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-18.6.6.tgz",
"integrity": "sha512-kCLvz8MSh+KToXySdqUp80caBom1ZQmsX3gbT3osfbJy6fD86QObUjzAOD3D3Awz3X7ng24+lB+imvSr5EnM7g==",
"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.5"
"@octokit/plugin-rest-endpoint-methods": "5.3.7"
}
},
"@octokit/types": {
"version": "6.17.3",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.17.3.tgz",
"integrity": "sha512-l3JiWbtK95CTsHTuF8WpE0Raq9efWUUU88CiWiCxRgTsauUkIRmVYZoDZTwAHn1xAnPz0aezQynIo6igS9EqQA==",
"version": "6.17.4",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.17.4.tgz",
"integrity": "sha512-Ghk/JC4zC/1al1GwH6p8jVX6pLdypSWmbnx6h79C/yo3DeaDd6MsNsBFlHu22KbkFh+CdcAzFqdP7UdPaPPmmA==",
"dev": true,
"requires": {
"@octokit/openapi-types": "^8.1.3"
"@octokit/openapi-types": "^8.1.4"
}
},
"@types/browserify": {