Skip to content

Commit

Permalink
RHINENG-11289: Added override for Async package
Browse files Browse the repository at this point in the history
  • Loading branch information
rexwhite committed Oct 15, 2024
1 parent 6b953b7 commit 90adbb6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 23 deletions.
29 changes: 8 additions & 21 deletions package-lock.json

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

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"author": "Jozef Hartinger",
"dependencies": {
"@hapi/joi": "^15.1.1",
"async": "^3.2.0",
"bluebird": "^3.7.2",
"convict": "^6.2.4",
"convict-format-with-validator": "^6.2.0",
Expand All @@ -45,7 +44,6 @@
},
"devDependencies": {
"@tsconfig/node16": "^1.0.3",
"@types/async": "^3.2.0",
"@types/bluebird": "^3.5.37",
"@types/convict-format-with-validator": "^6.0.2",
"@types/hapi__joi": "^15.0.4",
Expand All @@ -70,5 +68,10 @@
"supertest": "^4.0.2",
"ts-jest": "^29.0.3",
"typescript": "^4.8.4"
},
"overrides": {
"pino-cloudwatch": {
"async": "^3.2.6"
}
}
}

0 comments on commit 90adbb6

Please sign in to comment.