Skip to content

Commit

Permalink
Pin @types/send to 0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
onurtemizkan committed Feb 5, 2025
1 parent 90d487b commit 82cd3ff
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-packages/node-integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"@types/amqplib": "^0.10.5",
"@types/node-cron": "^3.0.11",
"@types/node-schedule": "^2.1.7",
"@types/send": "0.17.1",
"globby": "11"
},
"config": {
Expand Down
1 change: 1 addition & 0 deletions dev-packages/node-integration-tests/scripts/use-ts-3_8.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const packageJson = JSON.parse(readFileSync(packageJsonPath, 'utf8'));
if (!packageJson.resolutions) packageJson.resolutions = {};
packageJson.resolutions['@types/express'] = '4.17.13';
packageJson.resolutions['@types/express-serve-static-core'] = '4.17.30';
packageJson.resolutions['@types/send'] = '0.17.1';

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

Expand Down
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8327,6 +8327,14 @@
"@types/mime" "^1"
"@types/node" "*"

"@types/[email protected]":
version "0.17.1"
resolved "https://registry.yarnpkg.com/@types/send/-/send-0.17.1.tgz#ed4932b8a2a805f1fe362a70f4e62d0ac994e301"
integrity sha512-Cwo8LE/0rnvX7kIIa3QHCkcuF21c05Ayb0ZfxPiv0W8VRiZiNW/WuRupHKpqqGVGf7SUA44QSOUKaEd9lIrd/Q==
dependencies:
"@types/mime" "^1"
"@types/node" "*"

"@types/serve-index@^1.9.1":
version "1.9.4"
resolved "https://registry.yarnpkg.com/@types/serve-index/-/serve-index-1.9.4.tgz#e6ae13d5053cb06ed36392110b4f9a49ac4ec898"
Expand Down

0 comments on commit 82cd3ff

Please sign in to comment.