Update package-lock.json

This commit is contained in:
TypeScript Bot 2021-08-11 06:06:12 +00:00
parent 8d4fe5a0fb
commit 08358f3380

22
package-lock.json generated
View File

@ -325,18 +325,18 @@
}
},
"@octokit/openapi-types": {
"version": "9.4.0",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-9.4.0.tgz",
"integrity": "sha512-rKRkXikOJgDNImPl49IJuECLVXjj+t4qOXHhl8SBjMQCGGp1w4m5Ud/0kfdUx+zCpTvBN8vaOUDF4nnboZoOtQ==",
"version": "9.6.0",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-9.6.0.tgz",
"integrity": "sha512-L+8x7DpcNtHkMbTxxCxg3cozvHUNP46rOIzFwoMs0piWwQzAGNXqlIQO2GLvnKTWLUh99DkY+UyHVrP4jXlowg==",
"dev": true
},
"@octokit/plugin-paginate-rest": {
"version": "2.15.0",
"resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.15.0.tgz",
"integrity": "sha512-/vjcb0w6ggVRtsb8OJBcRR9oEm+fpdo8RJk45khaWw/W0c8rlB2TLCLyZt/knmC17NkX7T9XdyQeEY7OHLSV1g==",
"version": "2.15.1",
"resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.15.1.tgz",
"integrity": "sha512-47r52KkhQDkmvUKZqXzA1lKvcyJEfYh3TKAIe5+EzMeyDM3d+/s5v11i2gTk8/n6No6DPi3k5Ind6wtDbo/AEg==",
"dev": true,
"requires": {
"@octokit/types": "^6.23.0"
"@octokit/types": "^6.24.0"
}
},
"@octokit/plugin-request-log": {
@ -401,12 +401,12 @@
}
},
"@octokit/types": {
"version": "6.24.0",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.24.0.tgz",
"integrity": "sha512-MfEimJeQ8AV1T2nI5kOfHqsqPHaAnG0Dw3MVoHSEsEq6iLKx2N91o+k2uAgXhPYeSE76LVBqjgTShnFFgNwe0A==",
"version": "6.25.0",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.25.0.tgz",
"integrity": "sha512-bNvyQKfngvAd/08COlYIN54nRgxskmejgywodizQNyiKoXmWRAjKup2/LYwm+T9V0gsKH6tuld1gM0PzmOiB4Q==",
"dev": true,
"requires": {
"@octokit/openapi-types": "^9.4.0"
"@octokit/openapi-types": "^9.5.0"
}
},
"@types/browserify": {