From bdd0d6e76d2149f14238965bdbe5c97961bafe0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 19:12:08 +0000 Subject: [PATCH] Bump @unocha/hpc-api-core from 10.6.0 to 10.7.0 Bumps @unocha/hpc-api-core from 10.6.0 to 10.7.0. --- updated-dependencies: - dependency-name: "@unocha/hpc-api-core" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1bff2167..29f79e03 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "lint": "yarn lint-prettier && yarn lint-eslint" }, "dependencies": { - "@unocha/hpc-api-core": "^10.6.0", + "@unocha/hpc-api-core": "^10.7.0", "apollo-server-hapi": "^3.13.0", "bunyan": "^1.8.15", "class-validator": "^0.14.1", diff --git a/yarn.lock b/yarn.lock index 90f3e3a8..49222471 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1550,10 +1550,10 @@ "@typescript-eslint/types" "8.4.0" eslint-visitor-keys "^3.4.3" -"@unocha/hpc-api-core@^10.6.0": - version "10.6.0" - resolved "https://registry.yarnpkg.com/@unocha/hpc-api-core/-/hpc-api-core-10.6.0.tgz#c0a8f87127246a719cfc401b2aeb72d2ee681cfa" - integrity sha512-k+LsGdawKs82nENLk1iEamKMn63+VrSWiooCJYp3t3obIVcUEr40IT7xP/+pm9Pc7XT5P31/CTYqvjNJtRpflQ== +"@unocha/hpc-api-core@^10.7.0": + version "10.7.0" + resolved "https://registry.yarnpkg.com/@unocha/hpc-api-core/-/hpc-api-core-10.7.0.tgz#7153bf68b2a0f484db2a4c97a8fe3667c9e1b5cb" + integrity sha512-FKmr8ua0LyGOjsLd/yafD3XPzjMgv65gtVIgJ3qkO1Q4koW7Bvm3nopL2FQThNsrIHq1h/4eDM0LHPmaOvx57g== dependencies: "@types/lodash" "^4.17.13" "@types/node-fetch" "2.6.11"