Skip to content

Commit c464449

Browse files
committed
Pin @types/send to 0.17.1
1 parent 90d487b commit c464449

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev-packages/node-integration-tests/scripts/use-ts-3_8.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const packageJson = JSON.parse(readFileSync(packageJsonPath, 'utf8'));
1515
if (!packageJson.resolutions) packageJson.resolutions = {};
1616
packageJson.resolutions['@types/express'] = '4.17.13';
1717
packageJson.resolutions['@types/express-serve-static-core'] = '4.17.30';
18+
packageJson.resolutions['@types/send'] = '0.17.1';
1819

1920
writeFileSync(packageJsonPath, JSON.stringify(packageJson, null, 2));
2021

0 commit comments

Comments
 (0)