From ba7a36de44de9d111843a2473465733039ffec70 Mon Sep 17 00:00:00 2001 From: Andrei Pechkurov <37772591+puzpuzpuz@users.noreply.github.com> Date: Wed, 20 Mar 2024 22:40:20 +0300 Subject: [PATCH] Update dependencies (#74) --- .github/workflows/build.yml | 2 +- package.json | 26 +++++++++++++------------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e2e21bc..ade2c29 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16, 18, 20] + node-version: [16, 18, 20, 21] name: Build with Node ${{ matrix.node-version }} steps: - name: Checkout repository diff --git a/package.json b/package.json index 505c176..8f6064c 100644 --- a/package.json +++ b/package.json @@ -60,20 +60,20 @@ "logging" ], "dependencies": { - "uuid": "^9.0.0" + "uuid": "~9.0.1" }, "devDependencies": { - "@hapi/hapi": "^21.3.2", - "@types/node": "^14.18.47", - "express": "^4.18.2", - "fastify": "^4.2.0", - "fastifyv2": "npm:fastify@^2.15.0", - "jest": "^29.5.0", - "koa": "^2.14.2", - "koav1": "npm:koa@^1.7.0", - "standard": "^17.0.0", - "supertest": "^6.3.3", - "typescript": "^4.9.5", - "winston": "^3.8.2" + "@hapi/hapi": "~21.3.7", + "@types/node": "~16.18.91", + "express": "~4.19.0", + "fastify": "~4.26.2", + "fastifyv2": "npm:fastify@~2.15.3", + "jest": "~29.7.0", + "koa": "~2.15.1", + "koav1": "npm:koa@~1.7.0", + "standard": "~17.1.0", + "supertest": "~6.3.4", + "typescript": "~5.4.2", + "winston": "~3.12.0" } }