Skip to content

Commit

Permalink
upgrade dep
Browse files Browse the repository at this point in the history
  • Loading branch information
t83714 committed Apr 29, 2022
1 parent 3722ece commit 649ac5d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@magda/ci-utils": "^1.0.2",
"@magda/docker-utils": "^0.0.60",
"@magda/docker-utils": "^1.2.0",
"@types/body-parser": "^1.19.2",
"@types/express": "^4.0.37",
"@types/lodash": "^4.14.162",
Expand All @@ -39,8 +39,8 @@
"typescript": "^3.9.5"
},
"dependencies": {
"@magda/auth-api-client": "^0.0.60",
"@magda/authentication-plugin-sdk": "^0.0.60",
"@magda/auth-api-client": "^1.2.0",
"@magda/authentication-plugin-sdk": "^1.2.0",
"body-parser": "^1.20.0",
"express": "^4.15.4",
"jwt-simple": "^0.5.6",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# yarn lockfile v1


"@magda/auth-api-client@^0.0.60":
version "0.0.60"
resolved "https://registry.yarnpkg.com/@magda/auth-api-client/-/auth-api-client-0.0.60.tgz#b001a3df51a8e5a6c65c65945a320047ba19c599"
integrity sha512-XW7pTyE47i+Uy6KPZuZz5CZfSRcmROWYZ08zH5G+raS2yadscrqFD6YWOSBNOpCG1GXbI8NEZhVuwOhmLFJjRQ==
"@magda/auth-api-client@^1.2.0":
version "1.2.1"
resolved "https://registry.yarnpkg.com/@magda/auth-api-client/-/auth-api-client-1.2.1.tgz#00455f60c91063ae75b5f00d08eef214f6682950"
integrity sha512-nEQpDV21taiu7qv3kkD06CazCOvGk+xp4LP9LMn1HqonOq6zpG+nZMAsMZiwIvbMOOUOouv3plv2yb6hfdOY5A==

"@magda/authentication-plugin-sdk@^0.0.60":
version "0.0.60"
resolved "https://registry.yarnpkg.com/@magda/authentication-plugin-sdk/-/authentication-plugin-sdk-0.0.60.tgz#c99da82f658a44450c4d95ed2dd76b23a2a53d05"
integrity sha512-O+vMm1yQ/Uo4lF/EeuCVWTPWlPmu75FNa4nIrl73dLbU+9XW9RSIKnAOiGdRlFMTL494wCCicfBoU24ojlqpVA==
"@magda/authentication-plugin-sdk@^1.2.0":
version "1.2.1"
resolved "https://registry.yarnpkg.com/@magda/authentication-plugin-sdk/-/authentication-plugin-sdk-1.2.1.tgz#4b5885ccc03035cba7de922600b244318a59c734"
integrity sha512-BEdp52AwXyu5iY5emNP8HGKChytNkZV6Lfgr/bmGktcLCgJGpPZJGjqRiksvtrNSIxFMftL1k6zdZow4ibIC/g==
dependencies:
connect-pg-simple "^6.0.1"
cookie-parser "^1.4.5"
Expand All @@ -29,10 +29,10 @@
recursive-readdir "^2.2.2"
yaml "^1.10.2"

"@magda/docker-utils@^0.0.60":
version "0.0.60"
resolved "https://registry.yarnpkg.com/@magda/docker-utils/-/docker-utils-0.0.60.tgz#7e2002ebdb1472e3206c8e9b8f53730ac298dc33"
integrity sha512-jU6mYYeBPkm1cciDOiOqOlSn0Ru5BdhTkpL2qHq3nU+DMLNlgDCHD0sGyCm1iPRaDlo75igO200bFQAR1551pg==
"@magda/docker-utils@^1.2.0":
version "1.2.1"
resolved "https://registry.yarnpkg.com/@magda/docker-utils/-/docker-utils-1.2.1.tgz#04bd9474e2032ae95a71c21c66bb78140abb647f"
integrity sha512-ZfiZYQ5itZCwFS7KMncGu3FxRlkZ0B02tZz3xIUeUL3GE16qmWIOEv2wdO9E9pSkAkAVVzFl/CnAUoOY691cRA==
dependencies:
fs-extra "^2.1.2"
is-subdir "^1.0.2"
Expand Down

0 comments on commit 649ac5d

Please sign in to comment.