Skip to content

Commit 55fef44

Browse files
chore(deps): update dependency dotenv to v16
1 parent 765b858 commit 55fef44

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@nuxtjs/auth": "^4.9.1",
1414
"@nuxtjs/axios": "^5.12.2",
15-
"dotenv": "^8.2.0",
15+
"dotenv": "^16.5.0",
1616
"normalize.css": "^8.0.1",
1717
"nuxt-start": "^2.14.3"
1818
},

yarn.lock

+5
Original file line numberDiff line numberDiff line change
@@ -3212,6 +3212,11 @@ dot-prop@^4.1.1:
32123212
dependencies:
32133213
is-obj "^1.0.0"
32143214

3215+
dotenv@^16.5.0:
3216+
version "16.5.0"
3217+
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.5.0.tgz#092b49f25f808f020050051d1ff258e404c78692"
3218+
integrity sha512-m/C+AwOAr9/W1UOIZUo232ejMNnJAJtYQjUbHoNTBNTJSvqzzDh7vnrei3o3r3m9blf6ZoDkvcw0VmozNRFJxg==
3219+
32153220
dotenv@^8.2.0:
32163221
version "8.2.0"
32173222
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.2.0.tgz#97e619259ada750eea3e4ea3e26bceea5424b16a"

0 commit comments

Comments
 (0)