@serenity-js/local-server 3.37.0 → 3.37.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,25 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [3.37.2](https://github.com/serenity-js/serenity-js/compare/v3.37.1...v3.37.2) (2026-01-23)
7
+
8
+ **Note:** Version bump only for package @serenity-js/local-server
9
+
10
+
11
+
12
+
13
+
14
+ ## [3.37.1](https://github.com/serenity-js/serenity-js/compare/v3.37.0...v3.37.1) (2025-12-16)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **deps:** update dependency express to v5.2.1 ([485fb4c](https://github.com/serenity-js/serenity-js/commit/485fb4c90fcfd6cc80be9e03f6f7debf0698e278))
20
+
21
+
22
+
23
+
24
+
6
25
  # [3.37.0](https://github.com/serenity-js/serenity-js/compare/v3.36.2...v3.37.0) (2025-12-02)
7
26
 
8
27
 
package/README.md CHANGED
@@ -193,4 +193,4 @@ and priority help in the [Discussions Forum](https://github.com/orgs/serenity-js
193
193
 
194
194
  For corporate sponsorship or commercial support, please contact [Jan Molak](https://www.linkedin.com/in/janmolak/).
195
195
 
196
- [![GitHub Sponsors](https://img.shields.io/badge/Support%20@serenity%2FJS-703EC8?style=for-the-badge&logo=github&logoColor=white)](https://github.com/sponsors/serenity-js).
196
+ [![GitHub Sponsors](https://img.shields.io/badge/Support%20@serenity%2FJS-703EC8?style=for-the-badge&logo=github&logoColor=white)](https://github.com/sponsors/serenity-js)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serenity-js/local-server",
3
- "version": "3.37.0",
3
+ "version": "3.37.2",
4
4
  "description": "Serenity/JS Screenplay Pattern library for managing local Node.js test servers, including Express, Koa, Hapi, and Restify, to support comprehensive integration testing",
5
5
  "author": {
6
6
  "name": "Jan Molak",
@@ -57,13 +57,13 @@
57
57
  "node": "^20 || ^22 || ^24"
58
58
  },
59
59
  "dependencies": {
60
- "@serenity-js/core": "3.37.0",
60
+ "@serenity-js/core": "3.37.2",
61
61
  "http-shutdown": "1.2.2",
62
62
  "portfinder": "1.0.38"
63
63
  },
64
64
  "peerDependencies": {
65
65
  "@hapi/hapi": "^21.4.4",
66
- "express": "^5.2.0",
66
+ "express": "^5.2.1",
67
67
  "koa": "^3.1.1",
68
68
  "restify": "^11.1.0"
69
69
  },
@@ -84,8 +84,8 @@
84
84
  "devDependencies": {
85
85
  "@hapi/hapi": "21.4.4",
86
86
  "@integration/testing-tools": "3.0.0",
87
- "@serenity-js/assertions": "3.37.0",
88
- "@serenity-js/rest": "3.37.0",
87
+ "@serenity-js/assertions": "3.37.2",
88
+ "@serenity-js/rest": "3.37.2",
89
89
  "@types/chai": "4.3.20",
90
90
  "@types/express": "5.0.6",
91
91
  "@types/hapi": "18.0.15",
@@ -93,7 +93,7 @@
93
93
  "@types/restify": "8.5.12",
94
94
  "axios": "1.13.2",
95
95
  "c8": "10.1.3",
96
- "express": "5.2.0",
96
+ "express": "5.2.1",
97
97
  "koa": "3.1.1",
98
98
  "mocha": "11.7.5",
99
99
  "mocha-multi": "1.1.7",
@@ -102,5 +102,5 @@
102
102
  "ts-node": "10.9.2",
103
103
  "typescript": "5.9.3"
104
104
  },
105
- "gitHead": "dae146cd99a04f09b5926fb9d3205af562fa2927"
105
+ "gitHead": "5544cfdbfd7f3c4d3bb4e492b5d2f233eb5e3a79"
106
106
  }