From 2f109323cdc2eeaae1b7dd1eef0b0c57f0a9ee05 Mon Sep 17 00:00:00 2001 From: Takeshi Nakatani Date: Wed, 1 Nov 2023 12:42:04 +0900 Subject: [PATCH] Changed CI Runner OS and updated dependencies --- .github/workflows/ci.yml | 6 +----- package.json | 6 +++--- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d2e2eb..999852a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,11 +39,7 @@ on: # jobs: build: - # [NOTE] - # We plan to update to ubuntu-latest (22.04) soon. - # Right now I am forced to use 20.04 as there are no relevant packages yet. - # - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest strategy: # diff --git a/package.json b/package.json index 5c7e238..9605023 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,8 @@ "dateformat": "^4.6.3", "debug": "~4.3.4", "express": "^4.18.2", - "jose": "^4.15.2", - "k2hdkc": "^1.0.7", + "jose": "^5.0.1", + "k2hdkc": "^1.0.8", "morgan": "~1.10.0", "rotating-file-stream": "^3.1.1" }, @@ -30,7 +30,7 @@ "devDependencies": { "chai": "^4.3.10", "chai-http": "^4.4.0", - "eslint": "^8.51.0", + "eslint": "^8.52.0", "mocha": "^10.2.0", "nyc": "^15.1.0" },