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 here 960412a9b4 (diff-1df884eca4890fc2cff7eec6f61ac2157b1b9e72fe4cc13c782e300125fb0da3R20) although the same commit shows that it used to work without it 960412a9b4 (diff-d2785da28187b6d6ef1e0bdab42139309e443906fb5d9d365fce5e2a01673ef5R52-R56)

* Update Typescript sample
This commit is contained in:
Bijan Chokoufe Nejad
2024-04-11 04:45:41 +02:00
committed by GitHub
parent a887f6d4bf
commit 44ae981830
2 changed files with 4 additions and 6 deletions

View File

@@ -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",

View File

@@ -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",