Skip to content

Commit 32b6652

Browse files
chore(deps): update dependency tsconfig-paths to v4
1 parent 53059e1 commit 32b6652

File tree

3 files changed

+14
-38
lines changed

3 files changed

+14
-38
lines changed

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"ts-jest": "27.1.4",
5959
"ts-node": "10.7.0",
6060
"tsc-alias": "1.6.7",
61-
"tsconfig-paths": "3.14.1",
61+
"tsconfig-paths": "4.1.0",
6262
"tslint": "6.1.3",
6363
"typescript": "4.6.4"
6464
}

server/pnpm-lock.yaml

Lines changed: 7 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/yarn.lock

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -798,11 +798,6 @@
798798
jest-matcher-utils "^27.0.0"
799799
pretty-format "^27.0.0"
800800

801-
"@types/json5@^0.0.29":
802-
version "0.0.29"
803-
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
804-
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
805-
806801
807802
version "8.5.8"
808803
resolved "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-8.5.8.tgz#01b39711eb844777b7af1d1f2b4cf22fda1c0c44"
@@ -3166,18 +3161,11 @@ json-parse-even-better-errors@^2.3.0:
31663161
resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d"
31673162
integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==
31683163

3169-
[email protected], json5@^2.1.2:
3164+
[email protected], json5@^2.1.2, json5@^2.2.1:
31703165
version "2.2.1"
31713166
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.1.tgz#655d50ed1e6f95ad1a3caababd2b0efda10b395c"
31723167
integrity sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==
31733168

3174-
json5@^1.0.1:
3175-
version "1.0.1"
3176-
resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe"
3177-
integrity sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==
3178-
dependencies:
3179-
minimist "^1.2.0"
3180-
31813169
jsonwebtoken@^8.1.0, jsonwebtoken@^8.5.1:
31823170
version "8.5.1"
31833171
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz#00e71e0b8df54c2121a1f26137df2280673bcc0d"
@@ -4711,13 +4699,12 @@ [email protected]:
47114699
normalize-path "^3.0.0"
47124700
plimit-lit "^1.2.6"
47134701

4714-
tsconfig-paths@3.14.1:
4715-
version "3.14.1"
4716-
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz#ba0734599e8ea36c862798e920bcf163277b137a"
4717-
integrity sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ==
4702+
tsconfig-paths@4.1.0:
4703+
version "4.1.0"
4704+
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-4.1.0.tgz#f8ef7d467f08ae3a695335bf1ece088c5538d2c1"
4705+
integrity sha512-AHx4Euop/dXFC+Vx589alFba8QItjF+8hf8LtmuiCwHyI4rHXQtOOENaM8kvYf5fR0dRChy3wzWIZ9WbB7FWow==
47184706
dependencies:
4719-
"@types/json5" "^0.0.29"
4720-
json5 "^1.0.1"
4707+
json5 "^2.2.1"
47214708
minimist "^1.2.6"
47224709
strip-bom "^3.0.0"
47234710

0 commit comments

Comments
 (0)