Skip to content

Commit 8382fc0

Browse files
Update dependency tsconfig-paths to v3.15.0
1 parent 9df84b6 commit 8382fc0

File tree

4 files changed

+48
-4
lines changed

4 files changed

+48
-4
lines changed

nestjs-lambda-starter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"ts-jest": "27.0.5",
9191
"ts-loader": "9.2.5",
9292
"ts-node": "10.2.1",
93-
"tsconfig-paths": "3.11.0",
93+
"tsconfig-paths": "3.15.0",
9494
"typescript": "4.4.3"
9595
},
9696
"jest": {

nestjs-lambda-starter/yarn.lock

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5767,6 +5767,13 @@ json5@^1.0.1:
57675767
dependencies:
57685768
minimist "^1.2.0"
57695769

5770+
json5@^1.0.2:
5771+
version "1.0.2"
5772+
resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.2.tgz#63d98d60f21b313b77c4d6da18bfa69d80e1d593"
5773+
integrity sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==
5774+
dependencies:
5775+
minimist "^1.2.0"
5776+
57705777
57715778
version "3.0.0"
57725779
resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-3.0.0.tgz#abdd785701c7e7eaca8a9ec8cf070ca51a745a22"
@@ -6142,6 +6149,11 @@ [email protected], minimist@^1.1.3, minimist@^1.2.0, minimist@^1.2.5:
61426149
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
61436150
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
61446151

6152+
minimist@^1.2.6:
6153+
version "1.2.8"
6154+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
6155+
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
6156+
61456157
minipass@^2.6.0, minipass@^2.9.0:
61466158
version "2.9.0"
61476159
resolved "https://registry.yarnpkg.com/minipass/-/minipass-2.9.0.tgz#e713762e7d3e32fed803115cf93e04bca9fcc9a6"
@@ -8382,7 +8394,17 @@ [email protected]:
83828394
minimist "^1.2.0"
83838395
strip-bom "^3.0.0"
83848396

8385-
[email protected], tsconfig-paths@^3.11.0, tsconfig-paths@^3.9.0:
8397+
8398+
version "3.15.0"
8399+
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz#5299ec605e55b1abb23ec939ef15edaf483070d4"
8400+
integrity sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==
8401+
dependencies:
8402+
"@types/json5" "^0.0.29"
8403+
json5 "^1.0.2"
8404+
minimist "^1.2.6"
8405+
strip-bom "^3.0.0"
8406+
8407+
tsconfig-paths@^3.11.0, tsconfig-paths@^3.9.0:
83868408
version "3.11.0"
83878409
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.11.0.tgz#954c1fe973da6339c78e06b03ce2e48810b65f36"
83888410
integrity sha512-7ecdYDnIdmv639mmDwslG6KQg1Z9STTz1j7Gcz0xa+nshh/gKDAHcPxRbWOsA3SPp0tXP2leTcY9Kw+NAkfZzA==

nestjs-starter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"ts-jest": "27.0.5",
107107
"ts-loader": "9.2.5",
108108
"ts-node": "10.2.1",
109-
"tsconfig-paths": "3.11.0",
109+
"tsconfig-paths": "3.15.0",
110110
"typescript": "4.4.3"
111111
},
112112
"jest": {

nestjs-starter/yarn.lock

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6328,6 +6328,13 @@ json5@^1.0.1:
63286328
dependencies:
63296329
minimist "^1.2.0"
63306330

6331+
json5@^1.0.2:
6332+
version "1.0.2"
6333+
resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.2.tgz#63d98d60f21b313b77c4d6da18bfa69d80e1d593"
6334+
integrity sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==
6335+
dependencies:
6336+
minimist "^1.2.0"
6337+
63316338
63326339
version "3.0.0"
63336340
resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-3.0.0.tgz#abdd785701c7e7eaca8a9ec8cf070ca51a745a22"
@@ -6798,6 +6805,11 @@ [email protected], minimist@^1.1.3, minimist@^1.2.0, minimist@^1.2.5:
67986805
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
67996806
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
68006807

6808+
minimist@^1.2.6:
6809+
version "1.2.8"
6810+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
6811+
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
6812+
68016813
minipass@^2.6.0, minipass@^2.9.0:
68026814
version "2.9.0"
68036815
resolved "https://registry.yarnpkg.com/minipass/-/minipass-2.9.0.tgz#e713762e7d3e32fed803115cf93e04bca9fcc9a6"
@@ -9150,7 +9162,17 @@ [email protected]:
91509162
minimist "^1.2.0"
91519163
strip-bom "^3.0.0"
91529164

9153-
[email protected], tsconfig-paths@^3.11.0, tsconfig-paths@^3.9.0:
9165+
9166+
version "3.15.0"
9167+
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz#5299ec605e55b1abb23ec939ef15edaf483070d4"
9168+
integrity sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==
9169+
dependencies:
9170+
"@types/json5" "^0.0.29"
9171+
json5 "^1.0.2"
9172+
minimist "^1.2.6"
9173+
strip-bom "^3.0.0"
9174+
9175+
tsconfig-paths@^3.11.0, tsconfig-paths@^3.9.0:
91549176
version "3.11.0"
91559177
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.11.0.tgz#954c1fe973da6339c78e06b03ce2e48810b65f36"
91569178
integrity sha512-7ecdYDnIdmv639mmDwslG6KQg1Z9STTz1j7Gcz0xa+nshh/gKDAHcPxRbWOsA3SPp0tXP2leTcY9Kw+NAkfZzA==

0 commit comments

Comments
 (0)