@seeka-labs/cli-apps 1.1.26 → 1.1.29

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.
@@ -16,7 +16,7 @@ workflow:
16
16
 
17
17
  deploy:
18
18
  stage: deploy
19
- image: node:20-bullseye
19
+ image: node:20
20
20
  before_script:
21
21
  - echo "installing aws cli"
22
22
  - curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
@@ -24,29 +24,30 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@datalust/winston-seq": "^2.0.0",
27
- "@seeka-labs/sdk-apps-server": "^1.1.24",
28
- "express": "^4.21.1",
27
+ "@seeka-labs/sdk-apps-server": "^1.1.26",
28
+ "express": "^4.21.2",
29
29
  "lodash-es": "^4.17.21",
30
30
  "redis": "^4.7.0",
31
- "serverless-http": "^3.2.0"
31
+ "serverless-http": "^3.2.0",
32
+ "winston": "^3.17.0"
32
33
  },
33
34
  "devDependencies": {
34
35
  "@jest/globals": "^29.7.0",
35
- "@types/aws-lambda": "^8.10.146",
36
+ "@types/aws-lambda": "^8.10.147",
36
37
  "@types/express": "^5.0.0",
37
38
  "@types/lodash-es": "^4.17.12",
38
39
  "@types/node": "^20",
39
- "@typescript-eslint/eslint-plugin": "^8.17.0",
40
- "@typescript-eslint/parser": "^8.17.0",
40
+ "@typescript-eslint/eslint-plugin": "^8.22.0",
41
+ "@typescript-eslint/parser": "^8.22.0",
41
42
  "dotenv": "^16.4.7",
42
- "esbuild": "^0.24.0",
43
+ "esbuild": "^0.24.2",
43
44
  "eslint": "^9",
44
45
  "jest": "^29.7.0",
45
- "ts-jest": "^29.2.5",
46
46
  "ngrok": "^5.0.0-beta.2",
47
- "nodemon": "^3.1.7",
48
- "rimraf": "^5.0.0",
47
+ "nodemon": "^3.1.9",
48
+ "rimraf": "^6.0.1",
49
+ "ts-jest": "^29.2.5",
49
50
  "ts-node": "^10.9.2",
50
- "typescript": "^5.7.2"
51
+ "typescript": "^5.7.3"
51
52
  }
52
- }
53
+ }