@kobalab/liulian 1.1.13 → 1.1.14

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.
package/ChangeLog.md CHANGED
@@ -1,3 +1,19 @@
1
+ ### v1.1.14 / 2026-03-14
2
+
3
+ - 編集画面の高さを調整
4
+ - パッケージを最新化
5
+ - express 4.21.2 → 4.22.1
6
+ - express-session 1.18.2 → 1.19.0
7
+ - multer 1.4.5-lts.1 → 2.1.1
8
+ - passport 0.6.0 → 0.7.0
9
+ - mocha 11.7.1 → 11.7.5
10
+ - nyc 15.1.0 → 18.0.0
11
+ - 脆弱性警告に対処
12
+ - glob 10.4.5 → 10.5.0
13
+ - js-yaml 3.13.1, 4.1.0 → 3.14.2, 4.1.1
14
+ - minimatch 9.0.5 → 9.0.9
15
+ - qs 6.13.0 → 6.14.2
16
+
1
17
  ### v1.1.13 / 2025-07-27
2
18
 
3
19
  - モジュール paiga の画像を変更
package/css/liulian.css CHANGED
@@ -306,7 +306,7 @@ input[type="submit"] {
306
306
  #l-udtext textarea {
307
307
  box-sizing: border-box;
308
308
  width: 100%;
309
- height: 70vh;
309
+ height: 70svh;
310
310
  }
311
311
  #l-log .l-time {
312
312
  text-align: right;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kobalab/liulian",
3
- "version": "1.1.13",
3
+ "version": "1.1.14",
4
4
  "description": "Node.jsで動作するWebサイト作成ツール",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -27,18 +27,18 @@
27
27
  },
28
28
  "homepage": "https://kobalab.net/liulian/",
29
29
  "devDependencies": {
30
- "mocha": "^11.7.1",
31
- "nyc": "^15.1.0"
30
+ "mocha": "^11.7.5",
31
+ "nyc": "^18.0.0"
32
32
  },
33
33
  "dependencies": {
34
- "express": "^4.21.2",
35
- "express-session": "^1.18.2",
34
+ "express": "^4.22.1",
35
+ "express-session": "^1.19.0",
36
36
  "highlight.js": "^10.7.3",
37
37
  "markdown-it": "^12.3.2",
38
38
  "markdown-it-footnote": "^3.0.3",
39
39
  "mime": "^2.6.0",
40
- "multer": "^1.4.5-lts.1",
41
- "passport": "^0.6.0",
40
+ "multer": "^2.1.1",
41
+ "passport": "^0.7.0",
42
42
  "passport-local": "^1.0.0",
43
43
  "session-file-store": "^1.5.0",
44
44
  "yargs": "^17.7.2"