40 Commits

Author SHA1 Message Date
wiz
87c20f3775 Merge pull request #1594 from mempool/dependabot/npm_and_yarn/backend/express-4.18.1
Bump express from 4.17.1 to 4.18.1 in /backend
2022-05-09 15:17:23 +09:00
wiz
0d68fea113 Merge pull request #1593 from mempool/dependabot/npm_and_yarn/backend/ws-8.6.0
Bump ws from 8.3.0 to 8.6.0 in /backend
2022-05-09 15:09:36 +09:00
wiz
5640c1e0e0 Merge pull request #1585 from mempool/dependabot/npm_and_yarn/backend/typescript-4.6.4
Bump typescript from 4.4.4 to 4.6.4 in /backend
2022-05-09 11:49:35 +09:00
dependabot[bot]
514ade3f10 Bump ws from 8.3.0 to 8.6.0 in /backend
Bumps [ws](https://github.com/websockets/ws) from 8.3.0 to 8.6.0.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/8.3.0...8.6.0)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-09 02:42:41 +00:00
dependabot[bot]
499ae98700 Bump crypto-js from 4.0.0 to 4.1.1 in /backend
Bumps [crypto-js](https://github.com/brix/crypto-js) from 4.0.0 to 4.1.1.
- [Release notes](https://github.com/brix/crypto-js/releases)
- [Commits](https://github.com/brix/crypto-js/compare/4.0.0...4.1.1)

---
updated-dependencies:
- dependency-name: crypto-js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-09 02:40:04 +00:00
dependabot[bot]
b845800455 Bump typescript from 4.4.4 to 4.6.4 in /backend
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.4.4 to 4.6.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.4.4...v4.6.4)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-09 02:39:48 +00:00
dependabot[bot]
d6f5368535 Bump express from 4.17.1 to 4.18.1 in /backend
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.1.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.17.1...4.18.1)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-06 06:27:56 +00:00
softsimon
c83e5b2542 Upgrading npm packages and 2022-05-02 20:04:04 +04:00
softsimon
74d7ca8c4c Breaking out strtotime from locutus lib 2022-04-12 17:52:30 +04:00
softsimon
627adec8b0 npm audit fix 2022-03-27 14:26:06 +04:00
softsimon
21cbea9e0a Merge node-bitcoin into the project 2022-03-15 14:44:31 +01:00
Felipe Knorr Kuhn
90a43f5c27 Add socks-proxy-agent dependency 2022-02-03 23:14:56 -08:00
wiz
fb1822623b Bump version number to v2.4.0-dev 2022-01-16 15:41:23 +09:00
wiz
e5b2639d73 Release v2.3.0 2022-01-16 15:36:48 +09:00
softsimon
7051cc8b0d Fixing high vulnerabilities 2022-01-14 16:43:56 +04:00
softsimon
6a03539fc9 Upgrading backend libraries 2021-12-09 13:24:29 +04:00
wiz
e03d75e3ac Move npm deps in package.json to fix npm install --prod 2021-12-07 10:42:06 +00:00
wiz
e7fa2a5cb1 Bump version to v2.3.0-dev after shipping v2.2.2 2021-09-09 07:27:01 +09:00
wiz
c67840beb4 Bump version number for v2.2.2 release 2021-09-09 07:23:36 +09:00
softsimon
645986b7fc Backend: Bumping Typescript version to 4.4.2 (#748)
* Backend: Bumping Typescript version to 4.4.2

* Replacing any types with instanceOf checks.
2021-08-31 15:09:33 +03:00
wiz
f37b0de202 Bump version tags to v2.2.2-dev 2021-08-13 07:56:14 +09:00
wiz
e908a3f304 Bump version to v2.2.1 2021-08-13 07:45:47 +09:00
Priyansh
1d567888ba Expose the difficulty adjustment information in an API #622 (#628)
* Added difficulty adjustment information API

* Added Difficulty API in API docs frontend

* Added link to API

* Updated the API implementation of difficulty-adjustment

* Updated API End Point in frontend

* Updated sample API response in frontend
2021-07-19 00:45:45 +03:00
softsimon
61a500718b Updating @mempool/node-bitcoin to support new methods 2021-07-13 18:43:10 +03:00
wiz
b207b3d24c Bump version to v2.2.1-dev 2021-07-03 14:49:59 -07:00
wiz
12094ff222 Bump version for v2.2.0 release 2021-07-03 14:36:10 -07:00
softsimon
6836896a41 npm audit fix 2021-06-26 15:28:45 -04:00
softsimon
1addef61a2 npm audit fix 2021-05-31 19:03:10 -04:00
softsimon
f7f8a6b720 Bumping "ws" dependency to fix vulnerability. 2021-05-31 18:49:19 -04:00
softsimon
20178641da Upgrading all front and backend dependencies, including Angular 11.
fixes #429
2021-04-07 16:18:55 +04:00
softsimon
004c7b072d Upgrading mysql client lib. 2021-01-30 21:39:23 +07:00
wiz
d8c7b4f860 Update backend/package-lock.json for axios security vulnerability 2021-01-11 23:27:27 +09:00
softsimon
ced9f20f64 Remove unnecessary @types/axios dependency. 2020-11-23 18:36:55 +07:00
softsimon
1c1cfa0cbb Replacing request.js with axios
fixes #153
2020-11-15 14:22:47 +07:00
wiz
66ff3e09f4 Revert "Lock NPM versions."
This reverts commit b544af14e435c6a180d111473b27841ae15e1090.
2020-10-26 20:56:55 +09:00
softsimon
82dd3eaf75 Lock NPM versions. 2020-10-26 15:59:28 +07:00
softsimon
04c4be5f4b Run Bisq block parse in separate Worker Thread. 2020-10-17 18:13:09 +07:00
wiz
b2d4eaf11e Set npm dep locutus to dev 2020-09-19 02:25:51 +09:00
softsimon
a3f8555087 HLOC markets api. 2020-09-13 17:51:53 +07:00
softsimon
073f75ec48 Upgraded typescript and tslint version and fixed query type error. 2020-07-24 19:38:39 +07:00