k2hr3-api 1.0.31 → 1.0.32

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 +4 -4
package/ChangeLog CHANGED
@@ -1,3 +1,9 @@
1
+ k2hr3-api (1.0.32) unstable; urgency=low
2
+
3
+ * Changed CI Runner OS and updated dependencies - #114
4
+
5
+ -- Takeshi Nakatani <ggtakec@gmail.com> Wed, 01 Nov 2023 12:58:03 +0900
6
+
1
7
  k2hr3-api (1.0.31) unstable; urgency=low
2
8
 
3
9
  * Added procps for docker image and Updated dependencies - #112
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "k2hr3-api",
3
- "version": "1.0.31",
3
+ "version": "1.0.32",
4
4
  "dependencies": {
5
5
  "@kubernetes/client-node": "^0.19.0",
6
6
  "body-parser": "^1.20.2",
@@ -9,8 +9,8 @@
9
9
  "dateformat": "^4.6.3",
10
10
  "debug": "~4.3.4",
11
11
  "express": "^4.18.2",
12
- "jose": "^4.15.2",
13
- "k2hdkc": "^1.0.7",
12
+ "jose": "^5.0.1",
13
+ "k2hdkc": "^1.0.8",
14
14
  "morgan": "~1.10.0",
15
15
  "rotating-file-stream": "^3.1.1"
16
16
  },
@@ -30,7 +30,7 @@
30
30
  "devDependencies": {
31
31
  "chai": "^4.3.10",
32
32
  "chai-http": "^4.4.0",
33
- "eslint": "^8.51.0",
33
+ "eslint": "^8.52.0",
34
34
  "mocha": "^10.2.0",
35
35
  "nyc": "^15.1.0"
36
36
  },