Skip to content

Commit d8387ac

Browse files
chore(deps): update dependency tsconfig-paths to v4
1 parent 4b09c96 commit d8387ac

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-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": "4.1.2",
126126
"typescript": "4.9.4"
127127
}
128128
}

yarn.lock

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

16840+
json5@^2.2.2:
16841+
version "2.2.3"
16842+
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
16843+
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
16844+
1684016845
1684116846
version "3.0.0"
1684216847
resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-3.0.0.tgz#abdd785701c7e7eaca8a9ec8cf070ca51a745a22"
@@ -23935,6 +23940,15 @@ [email protected], tsconfig-paths@^3.14.1:
2393523940
minimist "^1.2.6"
2393623941
strip-bom "^3.0.0"
2393723942

23943+
23944+
version "4.1.2"
23945+
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-4.1.2.tgz#4819f861eef82e6da52fb4af1e8c930a39ed979a"
23946+
integrity sha512-uhxiMgnXQp1IR622dUXI+9Ehnws7i/y6xvpZB9IbUVOPy0muvdvgXeZOn88UcGPiT98Vp3rJPTa8bFoalZ3Qhw==
23947+
dependencies:
23948+
json5 "^2.2.2"
23949+
minimist "^1.2.6"
23950+
strip-bom "^3.0.0"
23951+
2393823952
tsconfig-paths@^3.9.0:
2393923953
version "3.9.0"
2394023954
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.9.0.tgz#098547a6c4448807e8fcb8eae081064ee9a3c90b"

0 commit comments

Comments
 (0)