Update package-lock.json

This commit is contained in:
TypeScript Bot
2022-06-21 06:06:24 +00:00
parent 74d76e93b3
commit 4c2770d769
+15 -15
View File
@@ -219,18 +219,18 @@
}
},
"@octokit/openapi-types": {
"version": "12.1.0",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-12.1.0.tgz",
"integrity": "sha512-kQzJh3ZUv3lDpi6M+uekMRHULvf9DlWoI1XgKN6nPeGDzkSgtkhVq1MMz3bFKQ6H6GbdC3ZqG/a6VzKhIx0VeA==",
"version": "12.4.0",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-12.4.0.tgz",
"integrity": "sha512-Npcb7Pv30b33U04jvcD7l75yLU0mxhuX2Xqrn51YyZ5WTkF04bpbxLaZ6GcaTqu03WZQHoO/Gbfp95NGRueDUA==",
"dev": true
},
"@octokit/plugin-paginate-rest": {
"version": "2.18.0",
"resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.18.0.tgz",
"integrity": "sha512-n5/AzIoy5Wzp85gqzSbR+dWQDHlyHZrGijnDfLh452547Ynu0hCvszH7EfRE0eqM5ZjfkplO0k+q+P8AAIIJEA==",
"version": "2.19.0",
"resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.19.0.tgz",
"integrity": "sha512-hQ4Qysg2hNmEMuZeJkvyzM4eSZiTifOKqYAMsW8FnxFKowhuwWICSgBQ9Gn9GpUmgKB7qaf1hFvMjYaTAg5jQA==",
"dev": true,
"requires": {
"@octokit/types": "^6.35.0"
"@octokit/types": "^6.36.0"
}
},
"@octokit/plugin-request-log": {
@@ -240,12 +240,12 @@
"dev": true
},
"@octokit/plugin-rest-endpoint-methods": {
"version": "5.14.0",
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.14.0.tgz",
"integrity": "sha512-MRnMs4Dcm1OSaz/g/RLr4YY9otgysS7vN5SUkHGd7t+R8323cHsHFoEWHYPSmgUC0BieHRhvnCRWb4i3Pl+Lgg==",
"version": "5.15.0",
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.15.0.tgz",
"integrity": "sha512-Gsw9+Xm56jVhfbJoy4pt6eOOyf8/3K6CAnx1Sl7U2GhZWcg8MR6YgXWnpfdF69S2ViMXLA7nfvTDAsZpFlkLRw==",
"dev": true,
"requires": {
"@octokit/types": "^6.35.0",
"@octokit/types": "^6.36.0",
"deprecation": "^2.3.1"
}
},
@@ -287,12 +287,12 @@
}
},
"@octokit/types": {
"version": "6.35.0",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.35.0.tgz",
"integrity": "sha512-DhLfdUuv3H37u6jBDfkwamypx3HflHg29b26nbA6iVFYkAlZ5cMEtu/9pQoihGnQE5M7jJFnNo25Rr1UwQNF8Q==",
"version": "6.37.0",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.37.0.tgz",
"integrity": "sha512-BXWQhFKRkjX4dVW5L2oYa0hzWOAqsEsujXsQLSdepPoDZfYdubrD1KDGpyNldGXtR8QM/WezDcxcIN1UKJMGPA==",
"dev": true,
"requires": {
"@octokit/openapi-types": "^12.1.0"
"@octokit/openapi-types": "^12.4.0"
}
},
"@types/chai": {