k2hr3-api 1.0.33 → 1.0.34
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 +6 -0
- package/package.json +9 -9
package/ChangeLog
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
k2hr3-api (1.0.34) unstable; urgency=low
|
|
2
|
+
|
|
3
|
+
* Updated github actions tools and dependencies - #118
|
|
4
|
+
|
|
5
|
+
-- Takeshi Nakatani <ggtakec@gmail.com> Wed, 13 Mar 2024 20:17:16 +0900
|
|
6
|
+
|
|
1
7
|
k2hr3-api (1.0.33) unstable; urgency=low
|
|
2
8
|
|
|
3
9
|
* Updated versions of dependent packages - #116
|
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "k2hr3-api",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.34",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@kubernetes/client-node": "^0.20.0",
|
|
6
6
|
"body-parser": "^1.20.2",
|
|
7
|
-
"config": "^3.3.
|
|
7
|
+
"config": "^3.3.11",
|
|
8
8
|
"cookie-parser": "~1.4.6",
|
|
9
9
|
"dateformat": "^4.6.3",
|
|
10
10
|
"debug": "~4.3.4",
|
|
11
|
-
"express": "^4.18.
|
|
12
|
-
"jose": "^5.
|
|
13
|
-
"k2hdkc": "^1.0.
|
|
11
|
+
"express": "^4.18.3",
|
|
12
|
+
"jose": "^5.2.3",
|
|
13
|
+
"k2hdkc": "^1.0.10",
|
|
14
14
|
"morgan": "~1.10.0",
|
|
15
|
-
"rotating-file-stream": "^3.
|
|
15
|
+
"rotating-file-stream": "^3.2.1"
|
|
16
16
|
},
|
|
17
17
|
"bin": {
|
|
18
18
|
"k2hr3-api": "./bin/www",
|
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
"test": "test"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"chai": "^4.
|
|
31
|
+
"chai": "^4.4.1",
|
|
32
32
|
"chai-http": "^4.4.0",
|
|
33
|
-
"eslint": "^8.
|
|
34
|
-
"mocha": "^10.
|
|
33
|
+
"eslint": "^8.57.0",
|
|
34
|
+
"mocha": "^10.3.0",
|
|
35
35
|
"nyc": "^15.1.0"
|
|
36
36
|
},
|
|
37
37
|
"scripts": {
|