Skip to content

Commit cf3249c

Browse files
committed
chore: upgrade dependencies
1 parent 7a8cb6d commit cf3249c

File tree

3 files changed

+23
-24
lines changed

3 files changed

+23
-24
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ typings/
6161

6262
# next.js build output
6363
.next
64-
64+
ecr-login.sh
6565
.npmrc

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"prettier": "^2.8.1"
4040
},
4141
"dependencies": {
42-
"@topcoder-framework/domain-challenge": "^0.4.18-ci.0",
43-
"@topcoder-framework/lib-common": "^0.4.18-ci.0",
42+
"@topcoder-framework/domain-challenge": "^0.4.3",
43+
"@topcoder-framework/lib-common": "^0.4.3",
4444
"aws-sdk": "^2.1145.0",
4545
"aws-xray-sdk": "^3.3.8",
4646
"axios": "^0.19.0",

yarn.lock

+20-21
Original file line numberDiff line numberDiff line change
@@ -238,36 +238,35 @@
238238
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82"
239239
integrity sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==
240240

241-
"@topcoder-framework/client-relational@^0.4.22-ci.0":
242-
version "0.4.23-ci.0"
243-
resolved "http://localhost:4873/@topcoder-framework%2fclient-relational/-/client-relational-0.4.23-ci.0.tgz#4e4e2052b5670628b5819f979c9f9412e9a82200"
244-
integrity sha512-XH2/flBtGhDI10SUKB0HggyTlDUeRNyzBk5uKtefoJ5ZEHpfsaPUgHsTnYfEht5aj1m0DgL3KhDOHkg3aarhUg==
241+
"@topcoder-framework/client-relational@^0.4.3":
242+
version "0.4.3"
243+
resolved "https://topcoder-409275337247.d.codeartifact.us-east-1.amazonaws.com:443/npm/topcoder-framework/@topcoder-framework/client-relational/-/client-relational-0.4.3.tgz#c36aa64e117b23ceddc81d648d6568b6a31af44f"
244+
integrity sha512-N39BneVhIgB5TWAQRFeMBiQzFS2YnGcx3BBI/sfvnD0V1EC8+4GK26PytYy+JVPm9EzF0dceKX4UGA+luUD2gQ==
245245
dependencies:
246246
"@grpc/grpc-js" "^1.8.0"
247-
"@topcoder-framework/lib-common" "0.4.23-ci.0"
248-
topcoder-interface "github:topcoder-platform/plat-interface-definition#v0.0.10"
247+
"@topcoder-framework/lib-common" "^0.4.3"
248+
topcoder-interface "github:topcoder-platform/plat-interface-definition#v0.0.17"
249249
tslib "^2.4.1"
250250

251-
"@topcoder-framework/domain-challenge@^0.4.18-ci.0":
252-
version "0.4.23-ci.0"
253-
resolved "http://localhost:4873/@topcoder-framework%2fdomain-challenge/-/domain-challenge-0.4.23-ci.0.tgz#989a44f218abc6fa35ec9847b36f16f7884260d7"
254-
integrity sha512-QPDM7VdybayYH9c17RkvhvW1E1GklFtM2re4VuehJf3NqCzCKRYylbPB949OVDjPvZ5PU9lYQ7ulyMUFFt5N5w==
251+
"@topcoder-framework/domain-challenge@^0.4.3":
252+
version "0.4.3"
253+
resolved "https://topcoder-409275337247.d.codeartifact.us-east-1.amazonaws.com:443/npm/topcoder-framework/@topcoder-framework/domain-challenge/-/domain-challenge-0.4.3.tgz#dd1cfb3cee499869278be8305f97b444790dd6e8"
254+
integrity sha512-KaYzMblkiDUOoE0Ilcp1v3EUDIk/NRsi4Y9kXOCupiTtGoVOaZ0TljdWk/UJpBKOAk/4BuKX7ZDHn3dYvX6ceg==
255255
dependencies:
256256
"@grpc/grpc-js" "^1.8.0"
257-
"@topcoder-framework/client-relational" "^0.4.22-ci.0"
258-
"@topcoder-framework/lib-common" "0.4.23-ci.0"
259-
topcoder-interface "github:topcoder-platform/plat-interface-definition#v0.0.10"
257+
"@topcoder-framework/client-relational" "^0.4.3"
258+
"@topcoder-framework/lib-common" "^0.4.3"
259+
topcoder-interface "github:topcoder-platform/plat-interface-definition#v0.0.17"
260260
tslib "^2.4.1"
261261

262-
"@topcoder-framework/lib-common@0.4.23-ci.0", "@topcoder-framework/lib-common@^0.4.18-ci.0":
263-
version "0.4.23-ci.0"
264-
resolved "http://localhost:4873/@topcoder-framework%2flib-common/-/lib-common-0.4.23-ci.0.tgz#d155e7e7dc22479e093b995fed7ea84a4a4b18d6"
265-
integrity sha512-iBNsriNQ8pqJohnFeLTUpQaWO44bwC2RBLmWcsOp3SZN5CuaEwLHh0sgeVNbmQrDrAJp0chjY7Mu9uO9onc7Pg==
262+
"@topcoder-framework/lib-common@^0.4.3":
263+
version "0.4.3"
264+
resolved "https://topcoder-409275337247.d.codeartifact.us-east-1.amazonaws.com:443/npm/topcoder-framework/@topcoder-framework/lib-common/-/lib-common-0.4.3.tgz#3c992482860ec89f151235d24c9efa2be55e30ba"
265+
integrity sha512-0eB6l146r+uSuHoLV7wPC58mZedAabLwkqDeeuh6h5dB0G+esYNBfbr1Hugim0lR8q0Rlny0aqx4ysz2Rf6Ebg==
266266
dependencies:
267267
"@grpc/grpc-js" "^1.8.0"
268-
"@topcoder-framework/client-relational" "^0.4.22-ci.0"
269268
rimraf "^3.0.2"
270-
topcoder-interface "github:topcoder-platform/plat-interface-definition#v0.0.10"
269+
topcoder-interface "github:topcoder-platform/plat-interface-definition#v0.0.17"
271270
tslib "^2.4.1"
272271

273272
"@types/body-parser@*":
@@ -3498,9 +3497,9 @@ topcoder-bus-api-wrapper@topcoder-platform/tc-bus-api-wrapper.git:
34983497
superagent "^3.8.3"
34993498
tc-core-library-js appirio-tech/tc-core-library-js.git#v2.6.4
35003499

3501-
"topcoder-interface@github:topcoder-platform/plat-interface-definition#v0.0.10":
3500+
"topcoder-interface@github:topcoder-platform/plat-interface-definition#v0.0.17":
35023501
version "1.0.0"
3503-
resolved "https://codeload.github.com/topcoder-platform/plat-interface-definition/tar.gz/83db3ad5ac053393f8d9aa975dfe067fd8942add"
3502+
resolved "https://codeload.github.com/topcoder-platform/plat-interface-definition/tar.gz/59d8fca8a16906d1a45bfa2f11bba73ce42388d4"
35043503

35053504
35063505
version "3.0.3"

0 commit comments

Comments
 (0)