Skip to content

Commit

Permalink
Bump @unocha/hpc-api-core from 10.1.1 to 10.6.0
Browse files Browse the repository at this point in the history
Bumps @unocha/hpc-api-core from 10.1.1 to 10.6.0.

---
updated-dependencies:
- dependency-name: "@unocha/hpc-api-core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 40330da commit f5db0ae
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"lint": "yarn lint-prettier && yarn lint-eslint"
},
"dependencies": {
"@unocha/hpc-api-core": "^10.1.1",
"@unocha/hpc-api-core": "^10.6.0",
"apollo-server-hapi": "^3.13.0",
"bunyan": "^1.8.15",
"class-validator": "^0.14.1",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1373,10 +1373,10 @@
expect "^29.0.0"
pretty-format "^29.0.0"

"@types/lodash@^4.17.10":
version "4.17.10"
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.10.tgz#64f3edf656af2fe59e7278b73d3e62404144a6e6"
integrity sha512-YpS0zzoduEhuOWjAotS6A5AVCva7X4lVlYLF0FYHAY9sdraBfnatttHItlWeZdGhuEkf+OzMNg2ZYAx8t+52uQ==
"@types/lodash@^4.17.13":
version "4.17.13"
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.13.tgz#786e2d67cfd95e32862143abe7463a7f90c300eb"
integrity sha512-lfx+dftrEZcdBPczf9d0Qv0x+j/rfNCMuC6OcfXmO8gkfeNAY88PgKUbvG56whcN23gc27yenwF6oJZXGFpYxg==

"@types/long@^4.0.0":
version "4.0.2"
Expand Down Expand Up @@ -1550,19 +1550,19 @@
"@typescript-eslint/types" "8.4.0"
eslint-visitor-keys "^3.4.3"

"@unocha/hpc-api-core@^10.1.1":
version "10.1.1"
resolved "https://registry.yarnpkg.com/@unocha/hpc-api-core/-/hpc-api-core-10.1.1.tgz#7a85c4afc4bb43b52e83ffdd83e58e03886940b9"
integrity sha512-BOGKuzCd7iCZ9qItHw/qaAB0VSYPGUYzUHoI7EgSGfQL0mBz8r+vKvyf+d3CZ6pbG6Hw0kagAMvCQa1Smdrjag==
"@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==
dependencies:
"@types/lodash" "^4.17.10"
"@types/lodash" "^4.17.13"
"@types/node-fetch" "2.6.11"
fp-ts "^2.14.0"
io-ts "2.2.20"
knex "3.1.0"
lodash "^4.17.21"
node-fetch "2.7.0"
pg "^8.13.0"
pg "^8.13.1"
ts-node "^10.9.2"

"@unocha/hpc-repo-tools@^5.0.0":
Expand Down Expand Up @@ -4407,7 +4407,7 @@ pg-types@^4.0.1:
postgres-interval "^3.0.0"
postgres-range "^1.1.1"

pg@^8.13.0, pg@^8.13.1:
pg@^8.13.1:
version "8.13.1"
resolved "https://registry.yarnpkg.com/pg/-/pg-8.13.1.tgz#6498d8b0a87ff76c2df7a32160309d3168c0c080"
integrity sha512-OUir1A0rPNZlX//c7ksiu7crsGZTKSOXJPgtNiHGIlC9H0lO+NC6ZDYksSgBYY/thSWhnSRBv8w1lieNNGATNQ==
Expand Down

0 comments on commit f5db0ae

Please sign in to comment.