@kobalab/liulian 1.1.2 → 1.1.3

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 +4 -0
  2. package/package.json +2 -2
package/ChangeLog.md CHANGED
@@ -1,3 +1,7 @@
1
+ ### v1.1.3 / 2022-07-18
2
+
3
+ - 脆弱性警告に対処(passport 0.4.1 → 0.6.0)
4
+
1
5
  ### v1.1.2 / 2022-06-29
2
6
 
3
7
  - 脆弱性警告に対処(multer 1.4.2 → 1.4.5-lts.1)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kobalab/liulian",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "Node.jsで動作するWebサイト作成ツール",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -38,7 +38,7 @@
38
38
  "markdown-it-footnote": "^3.0.3",
39
39
  "mime": "^2.4.6",
40
40
  "multer": "^1.4.5-lts.1",
41
- "passport": "^0.4.1",
41
+ "passport": "^0.6.0",
42
42
  "passport-local": "^1.0.0",
43
43
  "session-file-store": "^1.4.0",
44
44
  "yargs": "^15.4.1"