mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 16:38:05 -06:00
Update package-lock.json
This commit is contained in:
parent
670bc4202e
commit
31b4ec503c
58
package-lock.json
generated
58
package-lock.json
generated
@ -632,14 +632,14 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@octokit/request": {
|
||||
"version": "6.2.2",
|
||||
"resolved": "https://registry.npmjs.org/@octokit/request/-/request-6.2.2.tgz",
|
||||
"integrity": "sha512-6VDqgj0HMc2FUX2awIs+sM6OwLgwHvAi4KCK3mT2H2IKRt6oH9d0fej5LluF5mck1lRR/rFWN0YIDSYXYSylbw==",
|
||||
"version": "6.2.3",
|
||||
"resolved": "https://registry.npmjs.org/@octokit/request/-/request-6.2.3.tgz",
|
||||
"integrity": "sha512-TNAodj5yNzrrZ/VxP+H5HiYaZep0H3GU0O7PaF+fhDrt8FPrnkei9Aal/txsN/1P7V3CPiThG0tIvpPDYUsyAA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@octokit/endpoint": "^7.0.0",
|
||||
"@octokit/request-error": "^3.0.0",
|
||||
"@octokit/types": "^8.0.0",
|
||||
"@octokit/types": "^9.0.0",
|
||||
"is-plain-object": "^5.0.0",
|
||||
"node-fetch": "^2.6.7",
|
||||
"universal-user-agent": "^6.0.0"
|
||||
@ -662,21 +662,6 @@
|
||||
"node": ">= 14"
|
||||
}
|
||||
},
|
||||
"node_modules/@octokit/request/node_modules/@octokit/openapi-types": {
|
||||
"version": "14.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-14.0.0.tgz",
|
||||
"integrity": "sha512-HNWisMYlR8VCnNurDU6os2ikx0s0VyEjDYHNS/h4cgb8DeOxQ0n72HyinUtdDVxJhFy3FWLGl0DJhfEWk3P5Iw==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/@octokit/request/node_modules/@octokit/types": {
|
||||
"version": "8.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-8.2.1.tgz",
|
||||
"integrity": "sha512-8oWMUji8be66q2B9PmEIUyQm00VPDPun07umUWSaCwxmeaquFBro4Hcc3ruVoDo3zkQyZBlRvhIMEYS3pBhanw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@octokit/openapi-types": "^14.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@octokit/request/node_modules/node-fetch": {
|
||||
"version": "2.6.8",
|
||||
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.8.tgz",
|
||||
@ -2732,9 +2717,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/hereby": {
|
||||
"version": "1.7.0",
|
||||
"resolved": "https://registry.npmjs.org/hereby/-/hereby-1.7.0.tgz",
|
||||
"integrity": "sha512-qGqZI8jJcKbDi7JwegfJHZDizG1rSPmCncrXvM0QZyZDD1c74p5C/6yDTUuwykldikI8ytyMKXFwoxhIV3uHBw==",
|
||||
"version": "1.7.1",
|
||||
"resolved": "https://registry.npmjs.org/hereby/-/hereby-1.7.1.tgz",
|
||||
"integrity": "sha512-lh5w90yCUYkajcuuoIjWkqXDdQyzonLRYmZ7QSf8gJVURKP8SjoO4LtQz2d+saAEszOWfBd1gY50ngbppga1Xw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"command-line-args": "^5.2.1",
|
||||
@ -4978,34 +4963,19 @@
|
||||
}
|
||||
},
|
||||
"@octokit/request": {
|
||||
"version": "6.2.2",
|
||||
"resolved": "https://registry.npmjs.org/@octokit/request/-/request-6.2.2.tgz",
|
||||
"integrity": "sha512-6VDqgj0HMc2FUX2awIs+sM6OwLgwHvAi4KCK3mT2H2IKRt6oH9d0fej5LluF5mck1lRR/rFWN0YIDSYXYSylbw==",
|
||||
"version": "6.2.3",
|
||||
"resolved": "https://registry.npmjs.org/@octokit/request/-/request-6.2.3.tgz",
|
||||
"integrity": "sha512-TNAodj5yNzrrZ/VxP+H5HiYaZep0H3GU0O7PaF+fhDrt8FPrnkei9Aal/txsN/1P7V3CPiThG0tIvpPDYUsyAA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@octokit/endpoint": "^7.0.0",
|
||||
"@octokit/request-error": "^3.0.0",
|
||||
"@octokit/types": "^8.0.0",
|
||||
"@octokit/types": "^9.0.0",
|
||||
"is-plain-object": "^5.0.0",
|
||||
"node-fetch": "^2.6.7",
|
||||
"universal-user-agent": "^6.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@octokit/openapi-types": {
|
||||
"version": "14.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-14.0.0.tgz",
|
||||
"integrity": "sha512-HNWisMYlR8VCnNurDU6os2ikx0s0VyEjDYHNS/h4cgb8DeOxQ0n72HyinUtdDVxJhFy3FWLGl0DJhfEWk3P5Iw==",
|
||||
"dev": true
|
||||
},
|
||||
"@octokit/types": {
|
||||
"version": "8.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-8.2.1.tgz",
|
||||
"integrity": "sha512-8oWMUji8be66q2B9PmEIUyQm00VPDPun07umUWSaCwxmeaquFBro4Hcc3ruVoDo3zkQyZBlRvhIMEYS3pBhanw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@octokit/openapi-types": "^14.0.0"
|
||||
}
|
||||
},
|
||||
"node-fetch": {
|
||||
"version": "2.6.8",
|
||||
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.8.tgz",
|
||||
@ -6532,9 +6502,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"hereby": {
|
||||
"version": "1.7.0",
|
||||
"resolved": "https://registry.npmjs.org/hereby/-/hereby-1.7.0.tgz",
|
||||
"integrity": "sha512-qGqZI8jJcKbDi7JwegfJHZDizG1rSPmCncrXvM0QZyZDD1c74p5C/6yDTUuwykldikI8ytyMKXFwoxhIV3uHBw==",
|
||||
"version": "1.7.1",
|
||||
"resolved": "https://registry.npmjs.org/hereby/-/hereby-1.7.1.tgz",
|
||||
"integrity": "sha512-lh5w90yCUYkajcuuoIjWkqXDdQyzonLRYmZ7QSf8gJVURKP8SjoO4LtQz2d+saAEszOWfBd1gY50ngbppga1Xw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"command-line-args": "^5.2.1",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user