@serenity-js/local-server 3.42.2 → 3.43.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -3,6 +3,26 @@
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.43.1](https://github.com/serenity-js/serenity-js/compare/v3.43.0...v3.43.1) (2026-05-11)
7
+
8
+ **Note:** Version bump only for package @serenity-js/local-server
9
+
10
+
11
+
12
+
13
+
14
+ # [3.43.0](https://github.com/serenity-js/serenity-js/compare/v3.42.2...v3.43.0) (2026-05-11)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **deps:** update dependency semver to v7.8.0 ([c76c7ea](https://github.com/serenity-js/serenity-js/commit/c76c7eaef92c840859fa080494f702f8d32372bc))
20
+ * **deps:** update rest dependencies ([a933e10](https://github.com/serenity-js/serenity-js/commit/a933e1060a0298104ac1ab7843c386e06277f070))
21
+
22
+
23
+
24
+
25
+
6
26
  ## [3.42.2](https://github.com/serenity-js/serenity-js/compare/v3.42.1...v3.42.2) (2026-04-26)
7
27
 
8
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serenity-js/local-server",
3
- "version": "3.42.2",
3
+ "version": "3.43.1",
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",
@@ -78,12 +78,12 @@
78
78
  "node": "^20 || ^22 || ^24"
79
79
  },
80
80
  "dependencies": {
81
- "@serenity-js/core": "3.42.2",
81
+ "@serenity-js/core": "3.43.1",
82
82
  "http-shutdown": "1.2.2",
83
83
  "portfinder": "1.0.38"
84
84
  },
85
85
  "peerDependencies": {
86
- "@hapi/hapi": "^21.4.8",
86
+ "@hapi/hapi": "^21.4.9",
87
87
  "express": "^5.2.1",
88
88
  "koa": "^3.2.0",
89
89
  "restify": "^11.1.0"
@@ -103,26 +103,26 @@
103
103
  }
104
104
  },
105
105
  "devDependencies": {
106
- "@hapi/hapi": "21.4.8",
106
+ "@hapi/hapi": "21.4.9",
107
107
  "@integration/testing-tools": "3.0.0",
108
- "@serenity-js/assertions": "3.42.2",
109
- "@serenity-js/rest": "3.42.2",
108
+ "@serenity-js/assertions": "3.43.1",
109
+ "@serenity-js/rest": "3.43.1",
110
110
  "@types/chai": "4.3.20",
111
111
  "@types/express": "5.0.6",
112
112
  "@types/hapi": "18.0.15",
113
113
  "@types/mocha": "10.0.10",
114
114
  "@types/restify": "8.5.12",
115
- "axios": "1.15.2",
115
+ "axios": "1.16.0",
116
116
  "c8": "11.0.0",
117
117
  "express": "5.2.1",
118
118
  "koa": "3.2.0",
119
119
  "mocha": "11.7.5",
120
120
  "mocha-multi": "1.1.7",
121
121
  "restify": "11.1.0",
122
- "semver": "7.7.4",
122
+ "semver": "7.8.0",
123
123
  "ts-node": "10.9.2",
124
124
  "tsx": "4.21.0",
125
125
  "typescript": "5.9.3"
126
126
  },
127
- "gitHead": "e0df1ddca37510fb3a9f64b1ed343a101cfa3a0d"
127
+ "gitHead": "b7cc8abc2e54e11707f1b3611df16c4bcdadcf62"
128
128
  }