mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-03-10 08:31:23 +00:00
Update versions for typescript-node and remove vulnerable test package (#18334)
* Update versions for typescript-node Use latest versions for `bluebird` and `request` and remove `rewire`. `rewire` has high security alerts and shouldn't have been added to the generated clients as its used in tests. It was introduced here960412a9b4 (diff-1df884eca4890fc2cff7eec6f61ac2157b1b9e72fe4cc13c782e300125fb0da3R20)although the same commit shows that it used to work without it960412a9b4 (diff-d2785da28187b6d6ef1e0bdab42139309e443906fb5d9d365fce5e2a01673ef5R52-R56)* Update Typescript sample
This commit is contained in:
committed by
GitHub
parent
a887f6d4bf
commit
44ae981830
@@ -16,9 +16,8 @@
|
||||
"author": "OpenAPI-Generator Contributors",
|
||||
"license": "Unlicense",
|
||||
"dependencies": {
|
||||
"bluebird": "^3.5.0",
|
||||
"request": "^2.81.0",
|
||||
"rewire": "^3.0.2"
|
||||
"bluebird": "^3.7.2",
|
||||
"request": "^2.88.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bluebird": "^3.5.33",
|
||||
|
||||
@@ -16,9 +16,8 @@
|
||||
"author": "OpenAPI-Generator Contributors",
|
||||
"license": "Unlicense",
|
||||
"dependencies": {
|
||||
"bluebird": "^3.5.0",
|
||||
"request": "^2.81.0",
|
||||
"rewire": "^3.0.2"
|
||||
"bluebird": "^3.7.2",
|
||||
"request": "^2.88.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bluebird": "^3.5.33",
|
||||
|
||||
Reference in New Issue
Block a user