Skip to content

Commit 788fb62

Browse files
committed
Update dependency tsconfig-paths to v3.13.0
1 parent 4ba69de commit 788fb62

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"graphql": "14.4.2",
1919
"reflect-metadata": "0.1.13",
2020
"ts-node": "8.3.0",
21-
"tsconfig-paths": "3.8.0",
21+
"tsconfig-paths": "3.13.0",
2222
"type-graphql": "0.17.5",
2323
"typescript": "3.5.3"
2424
},

yarn.lock

+4-10
Original file line numberDiff line numberDiff line change
@@ -957,11 +957,6 @@ deepmerge@4.0.0:
957957
resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-4.0.0.tgz#3e3110ca29205f120d7cb064960a39c3d2087c09"
958958
integrity sha512-YZ1rOP5+kHor4hMAH+HRQnBQHg+wvS1un1hAOuIcxcBy0hzcUf6Jg2a1w65kpoOUnurOfZbERwjI1TfZxNjcww==
959959

960-
deepmerge@^2.0.1:
961-
version "2.2.1"
962-
resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-2.2.1.tgz#5d3ff22a01c00f645405a2fbc17d0778a1801170"
963-
integrity sha512-R9hc1Xa/NOBi9WRVUWg19rl1UB7Tt4kuPd+thNJgFZoxXsTz7ncaPaeIm+40oSGuP33DfMb4sZt1QIGiJzC4EA==
964-
965960
define-properties@^1.1.2:
966961
version "1.1.3"
967962
resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1"
@@ -3022,13 +3017,12 @@ ts-node@8.3.0:
30223017
source-map-support "^0.5.6"
30233018
yn "^3.0.0"
30243019

3025-
tsconfig-paths@3.8.0:
3026-
version "3.8.0"
3027-
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.8.0.tgz#4e34202d5b41958f269cf56b01ed95b853d59f72"
3028-
integrity sha512-zZEYFo4sjORK8W58ENkRn9s+HmQFkkwydDG7My5s/fnfr2YYCaiyXe/HBUcIgU8epEKOXwiahOO+KZYjiXlWyQ==
3020+
tsconfig-paths@3.13.0:
3021+
version "3.13.0"
3022+
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.13.0.tgz#f3e9b8f6876698581d94470c03c95b3a48c0e3d7"
3023+
integrity sha512-nWuffZppoaYK0vQ1SQmkSsQzJoHA4s6uzdb2waRpD806x9yfq153AdVsWz4je2qZcW+pENrMQXbGQ3sMCkXuhw==
30293024
dependencies:
30303025
"@types/json5" "^0.0.29"
3031-
deepmerge "^2.0.1"
30323026
json5 "^1.0.1"
30333027
minimist "^1.2.0"
30343028
strip-bom "^3.0.0"

0 commit comments

Comments
 (0)