Skip to content

Commit 3d34134

Browse files
committed
Release version to 4.0.2.
1 parent 0303a3a commit 3d34134

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
### Next version
22

3-
* Require Node 20.
3+
### 4.0.2 - 2025-06-03
4+
5+
* Requires Node 20.
46
* Replace express-brute with rate-limiter-flexible (fixes GHSA-984p-xq9m-4rjw).
7+
* Upgraded bunch of dependencies: body-parser, express, supertest, base-x, proj4 etc.
58

69
### 4.0.1
710

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "terriajs-server",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "NodeJS server for TerriaJS, consisting of a CORS proxy, proj4 CRS lookup service, and express static server.",
55
"engineStrict": true,
66
"engines": {

0 commit comments

Comments
 (0)