@ui5/server 2.4.0 → 2.4.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 +8 -1
  2. package/package.json +13 -13
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/v2.4.0...HEAD).
5
+ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-server/compare/v2.4.1...HEAD).
6
+
7
+ <a name="v2.4.1"></a>
8
+ ## [v2.4.1] - 2022-11-30
9
+ ### Dependency Updates
10
+ - Bump connect-openui5 from 0.10.2 to 0.10.3 [`20b6fc8`](https://github.com/SAP/ui5-server/commit/20b6fc8fbad69265bae3e8f7efd320f6297ac4c4)
11
+
6
12
 
7
13
  <a name="v2.4.0"></a>
8
14
  ## [v2.4.0] - 2021-10-19
@@ -246,6 +252,7 @@ Only Node.js v10 or higher is supported.
246
252
  <a name="v0.0.1"></a>
247
253
  ## v0.0.1 - 2018-06-06
248
254
 
255
+ [v2.4.1]: https://github.com/SAP/ui5-server/compare/v2.4.0...v2.4.1
249
256
  [v2.4.0]: https://github.com/SAP/ui5-server/compare/v2.3.1...v2.4.0
250
257
  [v2.3.1]: https://github.com/SAP/ui5-server/compare/v2.3.0...v2.3.1
251
258
  [v2.3.0]: https://github.com/SAP/ui5-server/compare/v2.2.10...v2.3.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/server",
3
- "version": "2.4.0",
3
+ "version": "2.4.1",
4
4
  "description": "UI5 Tooling - Server",
5
5
  "author": {
6
6
  "name": "SAP SE",
@@ -104,46 +104,46 @@
104
104
  "url": "git@github.com:SAP/ui5-server.git"
105
105
  },
106
106
  "dependencies": {
107
- "@ui5/builder": "^2.11.1",
107
+ "@ui5/builder": "^2.11.9",
108
108
  "@ui5/fs": "^2.0.6",
109
109
  "@ui5/logger": "^2.0.1",
110
- "body-parser": "^1.19.0",
110
+ "body-parser": "^1.20.1",
111
111
  "compression": "^1.7.4",
112
- "connect-openui5": "^0.10.2",
112
+ "connect-openui5": "^0.10.3",
113
113
  "cors": "^2.8.5",
114
114
  "devcert-sanscache": "^0.4.8",
115
115
  "escape-html": "^1.0.3",
116
116
  "etag": "^1.8.1",
117
- "express": "^4.17.1",
117
+ "express": "^4.18.2",
118
118
  "fresh": "^0.5.2",
119
- "graceful-fs": "^4.2.8",
119
+ "graceful-fs": "^4.2.10",
120
120
  "make-dir": "^3.1.0",
121
- "mime-types": "^2.1.33",
121
+ "mime-types": "^2.1.35",
122
122
  "parseurl": "^1.3.3",
123
123
  "portscanner": "^2.1.1",
124
124
  "replacestream": "^4.0.3",
125
- "router": "^1.3.5",
125
+ "router": "^1.3.7",
126
126
  "spdy": "^4.0.2",
127
127
  "treeify": "^1.0.1",
128
128
  "yesno": "^0.3.1"
129
129
  },
130
130
  "devDependencies": {
131
- "@ui5/project": "^2.5.0",
131
+ "@ui5/project": "^2.6.0",
132
132
  "ava": "^3.15.0",
133
133
  "chokidar-cli": "^3.0.0",
134
134
  "cross-env": "^7.0.3",
135
- "depcheck": "^1.4.2",
135
+ "depcheck": "^1.4.3",
136
136
  "docdash": "^1.2.0",
137
137
  "eslint": "^7.32.0",
138
138
  "eslint-config-google": "^0.14.0",
139
- "eslint-plugin-jsdoc": "^36.1.1",
140
- "jsdoc": "^3.6.7",
139
+ "eslint-plugin-jsdoc": "^37.9.7",
140
+ "jsdoc": "^3.6.11",
141
141
  "mock-require": "^3.0.3",
142
142
  "nyc": "^15.1.0",
143
143
  "open-cli": "^6.0.1",
144
144
  "rimraf": "^3.0.2",
145
145
  "sinon": "^11.1.2",
146
- "supertest": "^6.1.6",
146
+ "supertest": "^6.3.1",
147
147
  "tap-nyan": "^1.1.0",
148
148
  "tap-xunit": "^2.4.1"
149
149
  }