Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
[PI-387] remove request-promise from package.json and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-gierakowski committed Aug 31, 2023
1 parent 7faf8d4 commit cabf557
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rhino.fi/client-js",
"version": "5.3.0",
"version": "5.3.1",
"main": "src/index.js",
"files": [
"src",
Expand Down Expand Up @@ -39,7 +39,6 @@
"lodash": "^4.17.20",
"ramda": "^0.27.1",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"web3": "^1.7.5",
"web3-utils": "^1.3.0"
},
Expand Down
15 changes: 0 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1482,7 +1482,6 @@ __metadata:
nock: ^13.0.4
ramda: ^0.27.1
request: ^2.88.2
request-promise: ^4.2.6
solc: ^0.4.24
web3: ^1.7.5
web3-utils: ^1.3.0
Expand Down Expand Up @@ -8754,20 +8753,6 @@ __metadata:
languageName: node
linkType: hard

"request-promise@npm:^4.2.6":
version: 4.2.6
resolution: "request-promise@npm:4.2.6"
dependencies:
bluebird: ^3.5.0
request-promise-core: 1.1.4
stealthy-require: ^1.1.1
tough-cookie: ^2.3.3
peerDependencies:
request: ^2.34
checksum: 1856c718cb4b888db8b6a206537ecac47390ea4fbdaef00da9a6169a03dd66a95c38493713f927f78a19bfeb28dcb28f5d20f6ab927d644d9e0626847d808f9f
languageName: node
linkType: hard

"request@npm:^2.79.0, request@npm:^2.85.0, request@npm:^2.88.0, request@npm:^2.88.2":
version: 2.88.2
resolution: "request@npm:2.88.2"
Expand Down

0 comments on commit cabf557

Please sign in to comment.