@ui5/server 4.0.9 → 4.0.10

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 +5 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -2,7 +2,10 @@
2
2
  All notable changes to this project will be documented in this file.
3
3
  This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
4
4
 
5
- A list of unreleased changes can be found [here](https://github.com/SAP/ui5-server/compare/v4.0.9...HEAD).
5
+ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-server/compare/v4.0.10...HEAD).
6
+
7
+ <a name="v4.0.10"></a>
8
+ ## [v4.0.10] - 2025-12-02
6
9
 
7
10
  <a name="v4.0.9"></a>
8
11
  ## [v4.0.9] - 2025-11-27
@@ -411,6 +414,7 @@ Only Node.js v10 or higher is supported.
411
414
 
412
415
  <a name="v0.0.1"></a>
413
416
  ## v0.0.1 - 2018-06-06
417
+ [v4.0.10]: https://github.com/SAP/ui5-server/compare/v4.0.9...v4.0.10
414
418
  [v4.0.9]: https://github.com/SAP/ui5-server/compare/v4.0.8...v4.0.9
415
419
  [v4.0.8]: https://github.com/SAP/ui5-server/compare/v4.0.7...v4.0.8
416
420
  [v4.0.7]: https://github.com/SAP/ui5-server/compare/v4.0.6...v4.0.7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/server",
3
- "version": "4.0.9",
3
+ "version": "4.0.10",
4
4
  "description": "UI5 CLI - Server",
5
5
  "author": {
6
6
  "name": "SAP SE",
@@ -120,13 +120,13 @@
120
120
  "@ui5/builder": "^4.1.3",
121
121
  "@ui5/fs": "^4.0.3",
122
122
  "@ui5/logger": "^4.0.2",
123
- "body-parser": "^1.20.2",
123
+ "body-parser": "^1.20.4",
124
124
  "compression": "^1.8.1",
125
125
  "cors": "^2.8.5",
126
126
  "devcert-sanscache": "^0.5.1",
127
127
  "escape-html": "^1.0.3",
128
128
  "etag": "^1.8.1",
129
- "express": "^4.21.2",
129
+ "express": "^4.22.1",
130
130
  "fresh": "^0.5.2",
131
131
  "graceful-fs": "^4.2.11",
132
132
  "mime-types": "^2.1.35",