Skip to content

Commit b75df5b

Browse files
committed
chore(deps): update dependency tsconfig-paths to v4
1 parent 04ed522 commit b75df5b

File tree

2 files changed

+7
-20
lines changed

2 files changed

+7
-20
lines changed

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"ts-jest": "27.1.4",
5858
"ts-node": "10.7.0",
5959
"tsc-alias": "1.6.7",
60-
"tsconfig-paths": "3.14.1",
60+
"tsconfig-paths": "4.0.0",
6161
"tslint": "6.1.3",
6262
"typescript": "4.6.4"
6363
}

server/yarn.lock

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -777,11 +777,6 @@
777777
jest-matcher-utils "^27.0.0"
778778
pretty-format "^27.0.0"
779779

780-
"@types/json5@^0.0.29":
781-
version "0.0.29"
782-
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
783-
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
784-
785780
786781
version "8.5.8"
787782
resolved "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-8.5.8.tgz#01b39711eb844777b7af1d1f2b4cf22fda1c0c44"
@@ -3227,18 +3222,11 @@ json-stringify-safe@~5.0.1:
32273222
resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb"
32283223
integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=
32293224

3230-
[email protected], json5@^2.1.2:
3225+
[email protected], json5@^2.1.2, json5@^2.2.1:
32313226
version "2.2.1"
32323227
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c"
32333228
integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==
32343229

3235-
json5@^1.0.1:
3236-
version "1.0.1"
3237-
resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe"
3238-
integrity sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==
3239-
dependencies:
3240-
minimist "^1.2.0"
3241-
32423230
jsonwebtoken@^8.1.0, jsonwebtoken@^8.5.1:
32433231
version "8.5.1"
32443232
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz#00e71e0b8df54c2121a1f26137df2280673bcc0d"
@@ -4768,13 +4756,12 @@ [email protected]:
47684756
normalize-path "^3.0.0"
47694757
plimit-lit "^1.2.6"
47704758

4771-
tsconfig-paths@3.14.1:
4772-
version "3.14.1"
4773-
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz#ba0734599e8ea36c862798e920bcf163277b137a"
4774-
integrity sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ==
4759+
tsconfig-paths@4.0.0:
4760+
version "4.0.0"
4761+
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-4.0.0.tgz#1082f5d99fd127b72397eef4809e4dd06d229b64"
4762+
integrity sha512-SLBg2GBKlR6bVtMgJJlud/o3waplKtL7skmLkExomIiaAtLGtVsoXIqP3SYdjbcH9lq/KVv7pMZeCBpLYOit6Q==
47754763
dependencies:
4776-
"@types/json5" "^0.0.29"
4777-
json5 "^1.0.1"
4764+
json5 "^2.2.1"
47784765
minimist "^1.2.6"
47794766
strip-bom "^3.0.0"
47804767

0 commit comments

Comments
 (0)