Skip to content

Commit 9ee2777

Browse files
fix(deps): update dependency node-config-ts to v3.3.0
1 parent 4b09c96 commit 9ee2777

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"migrate-mongo": "8.2.3",
8686
"mongodb": "4.12.1",
8787
"mongoose": "5.13.15",
88-
"node-config-ts": "3.1.0",
88+
"node-config-ts": "3.3.0",
8989
"nodemailer": "6.8.0",
9090
"pupa": "2.1.1",
9191
"reflect-metadata": "0.1.13",

yarn.lock

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11576,6 +11576,11 @@ [email protected]:
1157611576
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.2.0.tgz#97e619259ada750eea3e4ea3e26bceea5424b16a"
1157711577
integrity sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw==
1157811578

11579+
dotenv@^16.0.3:
11580+
version "16.0.3"
11581+
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.0.3.tgz#115aec42bac5053db3c456db30cc243a5a836a07"
11582+
integrity sha512-7GO6HghkA5fYG9TYnNxi14/7K9f5occMlp3zXAuSxn7CKCxt9xbNWG7yF8hTCSUchlfWSe3uLmlPfigevRItzQ==
11583+
1157911584
dotsplit.js@^1.0.3:
1158011585
version "1.1.0"
1158111586
resolved "https://registry.yarnpkg.com/dotsplit.js/-/dotsplit.js-1.1.0.tgz#25a239eabe922a91ffa5d2a172d6c9fb82451e02"
@@ -16837,6 +16842,11 @@ json5@^1.0.1:
1683716842
dependencies:
1683816843
minimist "^1.2.0"
1683916844

16845+
json5@^2.2.2:
16846+
version "2.2.3"
16847+
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
16848+
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
16849+
1684016850
1684116851
version "3.0.0"
1684216852
resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-3.0.0.tgz#abdd785701c7e7eaca8a9ec8cf070ca51a745a22"
@@ -18570,12 +18580,14 @@ no-case@^3.0.4:
1857018580
lower-case "^2.0.2"
1857118581
tslib "^2.0.3"
1857218582

18573-
node-config-ts@3.1.0:
18574-
version "3.1.0"
18575-
resolved "https://registry.yarnpkg.com/node-config-ts/-/node-config-ts-3.1.0.tgz#7501ae49b74b0dd3670b647ecc24d338d7d69e22"
18576-
integrity sha512-R2TzzvI6Lyv90hGwcZRlF9ZgeCwhd4pfyRZNQfOY+ZcQYURKk7cJFlYZJ1kqiT/JdSDK8yncSVfMUM2lJdQxbA==
18583+
node-config-ts@3.3.0:
18584+
version "3.3.0"
18585+
resolved "https://registry.yarnpkg.com/node-config-ts/-/node-config-ts-3.3.0.tgz#6009bdfc14ff952f2b30db965da7cff6bf884cc5"
18586+
integrity sha512-OOehGcbGQzc+PoeV3bOFVajgUBjrbgKXQzqd/+P7ypsR5W9TfSSH6cuiVS1BQJOJuEOzVmsLdpb7mdEzqbB6GQ==
1857718587
dependencies:
18588+
dotenv "^16.0.3"
1857818589
json-to-ts "^1.6.0"
18590+
json5 "^2.2.2"
1857918591
minimist "^1.2.0"
1858018592
prettier "^1.19.1"
1858118593
ramda "^0.27.0"

0 commit comments

Comments
 (0)