Skip to content

Commit 8e7f6d1

Browse files
chore(deps): update dependency tsconfig-paths to v4
1 parent 271d247 commit 8e7f6d1

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.3.1",
124124
"ts-node": "10.9.1",
125-
"tsconfig-paths": "3.14.1",
125+
"tsconfig-paths": "4.1.0",
126126
"typescript": "4.7.4"
127127
}
128128
}

yarn.lock

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16020,6 +16020,11 @@ json5@^1.0.1:
1602016020
dependencies:
1602116021
minimist "^1.2.0"
1602216022

16023+
json5@^2.2.1:
16024+
version "2.2.1"
16025+
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c"
16026+
integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==
16027+
1602316028
1602416029
version "3.0.0"
1602516030
resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-3.0.0.tgz#abdd785701c7e7eaca8a9ec8cf070ca51a745a22"
@@ -23049,6 +23054,15 @@ [email protected], tsconfig-paths@^3.14.1:
2304923054
minimist "^1.2.6"
2305023055
strip-bom "^3.0.0"
2305123056

23057+
23058+
version "4.1.0"
23059+
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-4.1.0.tgz#f8ef7d467f08ae3a695335bf1ece088c5538d2c1"
23060+
integrity sha512-AHx4Euop/dXFC+Vx589alFba8QItjF+8hf8LtmuiCwHyI4rHXQtOOENaM8kvYf5fR0dRChy3wzWIZ9WbB7FWow==
23061+
dependencies:
23062+
json5 "^2.2.1"
23063+
minimist "^1.2.6"
23064+
strip-bom "^3.0.0"
23065+
2305223066
tsconfig-paths@^3.9.0:
2305323067
version "3.9.0"
2305423068
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.9.0.tgz#098547a6c4448807e8fcb8eae081064ee9a3c90b"

0 commit comments

Comments
 (0)