Skip to content

chore(deps-dev): bump tsconfig-paths from 3.14.1 to 4.2.0 #356

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"rxjs": "7.5.5",
"ts-jest": "27.1.4",
"ts-node": "10.7.0",
"tsconfig-paths": "3.14.1",
"tsconfig-paths": "4.2.0",
"typedoc": "0.22.15",
"typescript": "4.6.3"
},
Expand Down
24 changes: 22 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4536,6 +4536,15 @@ fsevents@^2.3.2:
languageName: node
linkType: hard

"json5@npm:^2.2.2":
version: 2.2.3
resolution: "json5@npm:2.2.3"
bin:
json5: lib/cli.js
checksum: 2a7436a93393830bce797d4626275152e37e877b265e94ca69c99e3d20c2b9dab021279146a39cdb700e71b2dd32a4cebd1514cd57cee102b1af906ce5040349
languageName: node
linkType: hard

"jsonc-parser@npm:^3.0.0":
version: 3.0.0
resolution: "jsonc-parser@npm:3.0.0"
Expand Down Expand Up @@ -5013,7 +5022,7 @@ fsevents@^2.3.2:
rxjs: 7.5.5
ts-jest: 27.1.4
ts-node: 10.7.0
tsconfig-paths: 3.14.1
tsconfig-paths: 4.2.0
typedoc: 0.22.15
typescript: 4.6.3
peerDependencies:
Expand Down Expand Up @@ -6453,7 +6462,18 @@ resolve@^1.22.0:
languageName: node
linkType: hard

"tsconfig-paths@npm:3.14.1, tsconfig-paths@npm:^3.14.1":
"tsconfig-paths@npm:4.2.0":
version: 4.2.0
resolution: "tsconfig-paths@npm:4.2.0"
dependencies:
json5: ^2.2.2
minimist: ^1.2.6
strip-bom: ^3.0.0
checksum: 28c5f7bbbcabc9dabd4117e8fdc61483f6872a1c6b02a4b1c4d68c5b79d06896c3cc9547610c4c3ba64658531caa2de13ead1ea1bf321c7b53e969c4752b98c7
languageName: node
linkType: hard

"tsconfig-paths@npm:^3.14.1":
version: 3.14.1
resolution: "tsconfig-paths@npm:3.14.1"
dependencies:
Expand Down