Skip to content

Commit 54749b9

Browse files
chore(deps): update dependency tsconfig-paths to v3.15.0
1 parent 4b09c96 commit 54749b9

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"ts-jest": "27.1.5",
123123
"ts-loader": "9.4.1",
124124
"ts-node": "10.9.1",
125-
"tsconfig-paths": "3.14.1",
125+
"tsconfig-paths": "3.15.0",
126126
"typescript": "4.9.4"
127127
}
128128
}

yarn.lock

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16837,6 +16837,13 @@ json5@^1.0.1:
1683716837
dependencies:
1683816838
minimist "^1.2.0"
1683916839

16840+
json5@^1.0.2:
16841+
version "1.0.2"
16842+
resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.2.tgz#63d98d60f21b313b77c4d6da18bfa69d80e1d593"
16843+
integrity sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==
16844+
dependencies:
16845+
minimist "^1.2.0"
16846+
1684016847
1684116848
version "3.0.0"
1684216849
resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-3.0.0.tgz#abdd785701c7e7eaca8a9ec8cf070ca51a745a22"
@@ -23935,6 +23942,16 @@ [email protected], tsconfig-paths@^3.14.1:
2393523942
minimist "^1.2.6"
2393623943
strip-bom "^3.0.0"
2393723944

23945+
23946+
version "3.15.0"
23947+
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz#5299ec605e55b1abb23ec939ef15edaf483070d4"
23948+
integrity sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==
23949+
dependencies:
23950+
"@types/json5" "^0.0.29"
23951+
json5 "^1.0.2"
23952+
minimist "^1.2.6"
23953+
strip-bom "^3.0.0"
23954+
2393823955
tsconfig-paths@^3.9.0:
2393923956
version "3.9.0"
2394023957
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.9.0.tgz#098547a6c4448807e8fcb8eae081064ee9a3c90b"

0 commit comments

Comments
 (0)