@ui5/server 4.0.1 → 4.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -2,7 +2,13 @@
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.1...HEAD).
5
+ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-server/compare/v4.0.2...HEAD).
6
+
7
+ <a name="v4.0.2"></a>
8
+ ## [v4.0.2] - 2024-08-01
9
+ ### Dependency Updates
10
+ - Bump devcert-sanscache from 0.4.8 to 5.0.1 [`4a06c57`](https://github.com/SAP/ui5-server/commit/4a06c579c510d567ea214d565a490327c0b481d0)
11
+
6
12
 
7
13
  <a name="v4.0.1"></a>
8
14
  ## [v4.0.1] - 2024-07-31
@@ -369,6 +375,7 @@ Only Node.js v10 or higher is supported.
369
375
 
370
376
  <a name="v0.0.1"></a>
371
377
  ## v0.0.1 - 2018-06-06
378
+ [v4.0.2]: https://github.com/SAP/ui5-server/compare/v4.0.1...v4.0.2
372
379
  [v4.0.1]: https://github.com/SAP/ui5-server/compare/v4.0.0...v4.0.1
373
380
  [v4.0.0]: https://github.com/SAP/ui5-server/compare/v3.1.5...v4.0.0
374
381
  [v3.2.1]: https://github.com/SAP/ui5-server/compare/v3.2.0...v3.2.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/server",
3
- "version": "4.0.1",
3
+ "version": "4.0.2",
4
4
  "description": "UI5 Tooling - Server",
5
5
  "author": {
6
6
  "name": "SAP SE",
@@ -123,7 +123,7 @@
123
123
  "body-parser": "^1.20.2",
124
124
  "compression": "^1.7.4",
125
125
  "cors": "^2.8.5",
126
- "devcert-sanscache": "^0.4.8",
126
+ "devcert-sanscache": "^0.5.1",
127
127
  "escape-html": "^1.0.3",
128
128
  "etag": "^1.8.1",
129
129
  "express": "^4.19.2",
@@ -139,7 +139,7 @@
139
139
  },
140
140
  "devDependencies": {
141
141
  "@istanbuljs/esm-loader-hook": "^0.2.0",
142
- "@ui5/project": "^4.0.1",
142
+ "@ui5/project": "^4.0.2",
143
143
  "ava": "^6.1.3",
144
144
  "chokidar-cli": "^3.0.0",
145
145
  "cross-env": "^7.0.3",