@yamato-daiwa/express-extensions 1.2.1 → 1.2.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/README.md +1 -1
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -14,7 +14,7 @@ Also, install the following peer dependencies if not installed yet.
14
14
 
15
15
  + **body-parser**: ~2.2.0
16
16
  + **express**: ~5.1.0
17
- + **express-session**: ~1.18.0
17
+ + **express-session**: ~1.19.0
18
18
  + **routing-controllers**: ~0.11.0
19
19
 
20
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yamato-daiwa/express-extensions",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "Additional functionality for Express.js and also \"routing-controllers\" aimed to reduce the routine code.",
5
5
  "keywords": [
6
6
  "nodejs",
@@ -31,24 +31,24 @@
31
31
  "peerDependencies": {
32
32
  "body-parser": "~2.2.0",
33
33
  "express": "~5.1.0",
34
- "express-session": "~1.18.0",
34
+ "express-session": "~1.19.0",
35
35
  "routing-controllers": "~0.11.0"
36
36
  },
37
37
  "dependencies": {
38
- "@types/express": "5.0.3",
38
+ "@types/express": "5.0.6",
39
39
  "@types/express-session": "1.18.2",
40
- "@yamato-daiwa/es-extensions": "1.8.0",
40
+ "@yamato-daiwa/es-extensions": "1.8.5",
41
41
  "fundamental-constants": "0.8.0",
42
- "qs": "6.14.0"
42
+ "qs": "6.15.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@yamato-daiwa/style_guides": "0.9.0",
46
- "body-parser": "2.2.0",
45
+ "@yamato-daiwa/style_guides": "0.11.6",
46
+ "body-parser": "2.2.2",
47
47
  "express": "5.1.0",
48
- "express-session": "1.18.2",
49
- "rimraf": "6.0.1",
48
+ "express-session": "1.19.0",
49
+ "rimraf": "6.1.3",
50
50
  "routing-controllers": "0.11.3",
51
- "typescript": "5.9.2"
51
+ "typescript": "5.9.3"
52
52
  },
53
53
  "scripts": {
54
54
  "Rebuild Distributable Without Preliminary Cleaning": "tsc",