k2hr3-api 1.0.29 → 1.0.30

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 +6 -0
  2. package/package.json +6 -6
package/ChangeLog CHANGED
@@ -1,3 +1,9 @@
1
+ k2hr3-api (1.0.30) unstable; urgency=low
2
+
3
+ * Updated versions of dependent packages - #110
4
+
5
+ -- Takeshi Nakatani <ggtakec@gmail.com> Tue, 03 Oct 2023 14:42:07 +0900
6
+
1
7
  k2hr3-api (1.0.29) unstable; urgency=low
2
8
 
3
9
  * Fixed bugs about publishing packages and images - #108
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "k2hr3-api",
3
- "version": "1.0.29",
3
+ "version": "1.0.30",
4
4
  "dependencies": {
5
- "@kubernetes/client-node": "^0.18.1",
5
+ "@kubernetes/client-node": "^0.19.0",
6
6
  "body-parser": "^1.20.2",
7
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.14.6",
13
- "k2hdkc": "^1.0.6",
12
+ "jose": "^4.15.1",
13
+ "k2hdkc": "^1.0.7",
14
14
  "morgan": "~1.10.0",
15
15
  "rotating-file-stream": "^3.1.1"
16
16
  },
@@ -28,9 +28,9 @@
28
28
  "test": "test"
29
29
  },
30
30
  "devDependencies": {
31
- "chai": "^4.3.8",
31
+ "chai": "^4.3.10",
32
32
  "chai-http": "^4.4.0",
33
- "eslint": "^8.48.0",
33
+ "eslint": "^8.50.0",
34
34
  "mocha": "^10.2.0",
35
35
  "nyc": "^15.1.0"
36
36
  },