k2hr3-api 1.0.12 → 1.0.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.
Files changed (2) hide show
  1. package/ChangeLog +12 -0
  2. package/package.json +9 -9
package/ChangeLog CHANGED
@@ -1,3 +1,15 @@
1
+ k2hr3-api (1.0.14) unstable; urgency=low
2
+
3
+ * Updated dependency and Temporary audit avoidance - #79
4
+
5
+ -- Takeshi Nakatani <ggtakec@gmail.com> Mon, 24 Apr 2023 16:36:49 +0900
6
+
7
+ k2hr3-api (1.0.13) unstable; urgency=low
8
+
9
+ * Updated building/packaging scripts - #76
10
+
11
+ -- Takeshi Nakatani <ggtakec@gmail.com> Mon, 06 Mar 2023 22:04:36 +0900
12
+
1
13
  k2hr3-api (1.0.12) unstable; urgency=low
2
14
 
3
15
  * Changed flows for packaging and bulding docker image - #74
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "k2hr3-api",
3
- "version": "1.0.12",
3
+ "version": "1.0.14",
4
4
  "dependencies": {
5
- "@kubernetes/client-node": "^0.17.1",
6
- "body-parser": "^1.20.1",
7
- "config": "^3.3.8",
5
+ "@kubernetes/client-node": "^0.18.1",
6
+ "body-parser": "^1.20.2",
7
+ "config": "^3.3.9",
8
8
  "cookie-parser": "~1.4.6",
9
9
  "dateformat": "^4.6.3",
10
10
  "debug": "~4.3.4",
11
11
  "express": "^4.18.2",
12
- "jose": "^4.11.0",
13
- "k2hdkc": "^1.0.4",
12
+ "jose": "^4.14.1",
13
+ "k2hdkc": "^1.0.5",
14
14
  "morgan": "~1.10.0",
15
- "rotating-file-stream": "^3.0.4"
15
+ "rotating-file-stream": "^3.1.0"
16
16
  },
17
17
  "bin": {
18
18
  "k2hr3-api": "./bin/www",
@@ -30,8 +30,8 @@
30
30
  "devDependencies": {
31
31
  "chai": "^4.3.7",
32
32
  "chai-http": "^4.3.0",
33
- "eslint": "^8.27.0",
34
- "mocha": "^10.1.0",
33
+ "eslint": "^8.39.0",
34
+ "mocha": "^10.2.0",
35
35
  "nyc": "^15.1.0"
36
36
  },
37
37
  "scripts": {