Fix script compilation by pinning back some deps (#53937)

This commit is contained in:
Jake Bailey 2023-04-20 14:29:13 -07:00 committed by GitHub
parent ddd5084659
commit 726b48fe4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 25 additions and 23 deletions

44
package-lock.json generated
View File

@ -621,9 +621,9 @@
}
},
"node_modules/@octokit/openapi-types": {
"version": "16.1.0",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-16.1.0.tgz",
"integrity": "sha512-+m6+376kp4gZAYtg64aXGHK2qM2LtIiZctqtbTnETdUaD7OSuX7zDV5kciqw1QIN13lg9jWz039OF7NZUdYEeQ==",
"version": "16.0.0",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-16.0.0.tgz",
"integrity": "sha512-JbFWOqTJVLHZSUUoF4FzAZKYtqdxWu9Z5m2QQnOyEa04fOFljvyh7D3GYKbfuaSWisqehImiVIMG4eyJeP5VEA==",
"dev": true
},
"node_modules/@octokit/plugin-paginate-rest": {
@ -733,12 +733,12 @@
}
},
"node_modules/@octokit/types": {
"version": "9.1.0",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.1.0.tgz",
"integrity": "sha512-MPKlN20dSKZ2JGV8KHNO4Y9z6xs74p5sQ2a5++5/uVme44K/5UEntIpai2n1WIrVtMlafYLdfN27BiBs2taY6g==",
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.0.0.tgz",
"integrity": "sha512-LUewfj94xCMH2rbD5YJ+6AQ4AVjFYTgpp6rboWM5T7N3IsIF65SBEOVcYMGAEzO/kKNiNaW4LoWtoThOhH06gw==",
"dev": true,
"dependencies": {
"@octokit/openapi-types": "^16.1.0"
"@octokit/openapi-types": "^16.0.0"
}
},
"node_modules/@types/chai": {
@ -4883,7 +4883,7 @@
"integrity": "sha512-/aFM2M4HVDBT/jjDBa84sJniv1t9Gm/rLkalaz9htOm+L+8JMj1k9w0CkUdcxNyNxZPlTxKPVko+m1VlM58ZVA==",
"dev": true,
"requires": {
"@octokit/types": "^9.0.0"
"@octokit/types": "9.0.0"
}
},
"@octokit/core": {
@ -4896,7 +4896,7 @@
"@octokit/graphql": "^5.0.0",
"@octokit/request": "^6.0.0",
"@octokit/request-error": "^3.0.0",
"@octokit/types": "^9.0.0",
"@octokit/types": "9.0.0",
"before-after-hook": "^2.2.0",
"universal-user-agent": "^6.0.0"
}
@ -4907,7 +4907,7 @@
"integrity": "sha512-LG4o4HMY1Xoaec87IqQ41TQ+glvIeTKqfjkCEmt5AIwDZJwQeVZFIEYXrYY6yLwK+pAScb9Gj4q+Nz2qSw1roA==",
"dev": true,
"requires": {
"@octokit/types": "^9.0.0",
"@octokit/types": "9.0.0",
"is-plain-object": "^5.0.0",
"universal-user-agent": "^6.0.0"
}
@ -4919,14 +4919,14 @@
"dev": true,
"requires": {
"@octokit/request": "^6.0.0",
"@octokit/types": "^9.0.0",
"@octokit/types": "9.0.0",
"universal-user-agent": "^6.0.0"
}
},
"@octokit/openapi-types": {
"version": "16.1.0",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-16.1.0.tgz",
"integrity": "sha512-+m6+376kp4gZAYtg64aXGHK2qM2LtIiZctqtbTnETdUaD7OSuX7zDV5kciqw1QIN13lg9jWz039OF7NZUdYEeQ==",
"version": "16.0.0",
"resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-16.0.0.tgz",
"integrity": "sha512-JbFWOqTJVLHZSUUoF4FzAZKYtqdxWu9Z5m2QQnOyEa04fOFljvyh7D3GYKbfuaSWisqehImiVIMG4eyJeP5VEA==",
"dev": true
},
"@octokit/plugin-paginate-rest": {
@ -4935,7 +4935,7 @@
"integrity": "sha512-Sq5VU1PfT6/JyuXPyt04KZNVsFOSBaYOAq2QRZUwzVlI10KFvcbUo8lR258AAQL1Et60b0WuVik+zOWKLuDZxw==",
"dev": true,
"requires": {
"@octokit/types": "^9.0.0"
"@octokit/types": "9.0.0"
}
},
"@octokit/plugin-request-log": {
@ -4951,7 +4951,7 @@
"integrity": "sha512-pnCaLwZBudK5xCdrR823xHGNgqOzRnJ/mpC/76YPpNP7DybdsJtP7mdOwh+wYZxK5jqeQuhu59ogMI4NRlBUvA==",
"dev": true,
"requires": {
"@octokit/types": "^9.0.0",
"@octokit/types": "9.0.0",
"deprecation": "^2.3.1"
}
},
@ -4963,7 +4963,7 @@
"requires": {
"@octokit/endpoint": "^7.0.0",
"@octokit/request-error": "^3.0.0",
"@octokit/types": "^9.0.0",
"@octokit/types": "9.0.0",
"is-plain-object": "^5.0.0",
"node-fetch": "^2.6.7",
"universal-user-agent": "^6.0.0"
@ -4986,7 +4986,7 @@
"integrity": "sha512-crqw3V5Iy2uOU5Np+8M/YexTlT8zxCfI+qu+LxUB7SZpje4Qmx3mub5DfEKSO8Ylyk0aogi6TYdf6kxzh2BguQ==",
"dev": true,
"requires": {
"@octokit/types": "^9.0.0",
"@octokit/types": "9.0.0",
"deprecation": "^2.0.0",
"once": "^1.4.0"
}
@ -5004,12 +5004,12 @@
}
},
"@octokit/types": {
"version": "9.1.0",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.1.0.tgz",
"integrity": "sha512-MPKlN20dSKZ2JGV8KHNO4Y9z6xs74p5sQ2a5++5/uVme44K/5UEntIpai2n1WIrVtMlafYLdfN27BiBs2taY6g==",
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.0.0.tgz",
"integrity": "sha512-LUewfj94xCMH2rbD5YJ+6AQ4AVjFYTgpp6rboWM5T7N3IsIF65SBEOVcYMGAEzO/kKNiNaW4LoWtoThOhH06gw==",
"dev": true,
"requires": {
"@octokit/openapi-types": "^16.1.0"
"@octokit/openapi-types": "16.0.0"
}
},
"@types/chai": {

View File

@ -83,7 +83,9 @@
"which": "^2.0.2"
},
"overrides": {
"typescript@*": "$typescript"
"typescript@*": "$typescript",
"@octokit/types": "9.0.0",
"@octokit/openapi-types": "16.0.0"
},
"scripts": {
"test": "hereby runtests-parallel --light=false",