@serenity-js/local-server 3.35.2 → 3.35.3

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 +13 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -3,6 +3,19 @@
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.35.3](https://github.com/serenity-js/serenity-js/compare/v3.35.2...v3.35.3) (2025-10-30)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **deps:** update dependency axios to v1.12.0 [security] ([640e95f](https://github.com/serenity-js/serenity-js/commit/640e95f9f8ee83640592966f1b5909c0773efde0))
12
+ * **deps:** update dependency axios to v1.12.0 [security] ([343ab7a](https://github.com/serenity-js/serenity-js/commit/343ab7aa371f51d346a1da2b6f11e81d1251b109))
13
+ * **deps:** update dependency semver to v7.7.3 ([4d73e21](https://github.com/serenity-js/serenity-js/commit/4d73e2127068088d42aa751acf730097a4e3a426))
14
+
15
+
16
+
17
+
18
+
6
19
  ## [3.35.2](https://github.com/serenity-js/serenity-js/compare/v3.35.1...v3.35.2) (2025-10-06)
7
20
 
8
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serenity-js/local-server",
3
- "version": "3.35.2",
3
+ "version": "3.35.3",
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,14 +57,14 @@
57
57
  "node": "^18.12 || ^20 || ^22"
58
58
  },
59
59
  "dependencies": {
60
- "@serenity-js/core": "3.35.2",
60
+ "@serenity-js/core": "3.35.3",
61
61
  "http-shutdown": "1.2.2",
62
62
  "portfinder": "1.0.38"
63
63
  },
64
64
  "peerDependencies": {
65
65
  "@hapi/hapi": "^21.4.3",
66
66
  "express": "^5.1.0",
67
- "koa": "^3.0.1",
67
+ "koa": "^3.0.3",
68
68
  "restify": "^11.1.0"
69
69
  },
70
70
  "peerDependenciesMeta": {
@@ -84,23 +84,23 @@
84
84
  "devDependencies": {
85
85
  "@hapi/hapi": "21.4.3",
86
86
  "@integration/testing-tools": "3.0.0",
87
- "@serenity-js/assertions": "3.35.2",
88
- "@serenity-js/rest": "3.35.2",
87
+ "@serenity-js/assertions": "3.35.3",
88
+ "@serenity-js/rest": "3.35.3",
89
89
  "@types/chai": "4.3.20",
90
- "@types/express": "5.0.3",
91
- "@types/hapi": "18.0.14",
90
+ "@types/express": "5.0.5",
91
+ "@types/hapi": "18.0.15",
92
92
  "@types/mocha": "10.0.10",
93
93
  "@types/restify": "8.5.12",
94
- "axios": "1.11.0",
94
+ "axios": "1.13.1",
95
95
  "c8": "10.1.3",
96
96
  "express": "5.1.0",
97
- "koa": "3.0.1",
97
+ "koa": "3.0.3",
98
98
  "mocha": "11.7.4",
99
99
  "mocha-multi": "1.1.7",
100
100
  "restify": "11.1.0",
101
- "semver": "7.7.2",
101
+ "semver": "7.7.3",
102
102
  "ts-node": "10.9.2",
103
103
  "typescript": "5.9.3"
104
104
  },
105
- "gitHead": "23af01036e2bce4cc1cd5cbd6a69b694db3a4d69"
105
+ "gitHead": "91d894f0970535abe4be120db7d9dca4830e25e5"
106
106
  }