@ui5/server 3.3.0 → 3.4.0

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 +6 -6
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/v3.3.0...HEAD).
5
+ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-server/compare/v3.4.0...HEAD).
6
+
7
+ <a name="v3.4.0"></a>
8
+ ## [v3.4.0] - 2025-01-28
6
9
 
7
10
  <a name="v3.3.0"></a>
8
11
  ## [v3.3.0] - 2024-09-13
@@ -347,6 +350,7 @@ Only Node.js v10 or higher is supported.
347
350
 
348
351
  <a name="v0.0.1"></a>
349
352
  ## v0.0.1 - 2018-06-06
353
+ [v3.4.0]: https://github.com/SAP/ui5-server/compare/v3.3.0...v3.4.0
350
354
  [v3.3.0]: https://github.com/SAP/ui5-server/compare/v3.2.1...v3.3.0
351
355
  [v3.2.1]: https://github.com/SAP/ui5-server/compare/v3.2.0...v3.2.1
352
356
  [v3.2.0]: https://github.com/SAP/ui5-server/compare/v3.1.5...v3.2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/server",
3
- "version": "3.3.0",
3
+ "version": "3.4.0",
4
4
  "description": "UI5 Tooling - Server",
5
5
  "author": {
6
6
  "name": "SAP SE",
@@ -119,12 +119,12 @@
119
119
  "@ui5/fs": "^3.0.5",
120
120
  "@ui5/logger": "^3.0.0",
121
121
  "body-parser": "^1.20.2",
122
- "compression": "^1.7.4",
122
+ "compression": "^1.7.5",
123
123
  "cors": "^2.8.5",
124
124
  "devcert-sanscache": "^0.4.8",
125
125
  "escape-html": "^1.0.3",
126
126
  "etag": "^1.8.1",
127
- "express": "^4.19.2",
127
+ "express": "^4.21.2",
128
128
  "fresh": "^0.5.2",
129
129
  "graceful-fs": "^4.2.11",
130
130
  "mime-types": "^2.1.35",
@@ -143,12 +143,12 @@
143
143
  "cross-env": "^7.0.3",
144
144
  "depcheck": "^1.4.7",
145
145
  "docdash": "^2.0.2",
146
- "eslint": "^8.57.0",
146
+ "eslint": "^8.57.1",
147
147
  "eslint-config-google": "^0.14.0",
148
148
  "eslint-plugin-ava": "^14.0.0",
149
149
  "eslint-plugin-jsdoc": "^46.10.1",
150
- "esmock": "^2.6.7",
151
- "jsdoc": "^4.0.3",
150
+ "esmock": "^2.7.0",
151
+ "jsdoc": "^4.0.4",
152
152
  "nyc": "^15.1.0",
153
153
  "open-cli": "^7.2.0",
154
154
  "rimraf": "^5.0.10",