Skip to content

Commit 18b8ccb

Browse files
committed
Update dependency dotenv to v8.6.0
1 parent 8a16ae3 commit 18b8ccb

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@nestjs/terminus": "7.1.2",
3434
"@octokit/auth-app": "2.11.0",
3535
"@types/json-schema": "7.0.7",
36-
"dotenv": "8.2.0",
36+
"dotenv": "8.6.0",
3737
"ejs": "3.1.6",
3838
"joi": "17.4.0",
3939
"json-schema": "0.3.0",

backend/yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2253,6 +2253,11 @@ [email protected], dotenv@^8.2.0:
22532253
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.2.0.tgz#97e619259ada750eea3e4ea3e26bceea5424b16a"
22542254
integrity sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw==
22552255

2256+
2257+
version "8.6.0"
2258+
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.6.0.tgz#061af664d19f7f4d8fc6e4ff9b584ce237adcb8b"
2259+
integrity sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==
2260+
22562261
ecc-jsbn@~0.1.1:
22572262
version "0.1.2"
22582263
resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549386849a98c9"

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@mdi/js": "5.9.55",
1414
"axios": "0.21.1",
1515
"core-js": "3.10.2",
16-
"dotenv": "8.2.0",
16+
"dotenv": "8.6.0",
1717
"swagger-ui-dist": "3.47.1",
1818
"vue": "2.6.12",
1919
"vue-code-highlight": "0.7.6",

frontend/yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3917,7 +3917,12 @@ dotenv-expand@^5.1.0:
39173917
resolved "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-5.1.0.tgz#3fbaf020bfd794884072ea26b1e9791d45a629f0"
39183918
integrity sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==
39193919

3920-
[email protected], dotenv@^8.2.0:
3920+
3921+
version "8.6.0"
3922+
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.6.0.tgz#061af664d19f7f4d8fc6e4ff9b584ce237adcb8b"
3923+
integrity sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==
3924+
3925+
dotenv@^8.2.0:
39213926
version "8.2.0"
39223927
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.2.0.tgz#97e619259ada750eea3e4ea3e26bceea5424b16a"
39233928
integrity sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw==

0 commit comments

Comments
 (0)