Skip to content

Commit

Permalink
Make node-fetch a transitive dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pcholakov committed Nov 27, 2023
1 parent b09fa58 commit 792fb9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
11 changes: 3 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
"aws-cdk": "2.108.0",
"esbuild": "^0.19.6",
"jest": "^29.7.0",
"node-fetch": "^3.3.2",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "~5.2.2"
},
"dependencies": {
"aws-cdk-lib": "2.108.0",
"constructs": "^10.0.0",
"node-fetch": "^3.3.2",
"source-map-support": "^0.5.21"
},
"directories": {
Expand Down

0 comments on commit 792fb9d

Please sign in to comment.